summaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-08-23 19:27:56 +0000
committer Eric Hameleers <alien@slackware.com>2022-08-24 13:30:27 +0200
commitd96560a97701c7aef9bf4fd69bb2c47d2268d40b (patch)
tree4a59e6840f168de156df811604b371fe0bff6814 /ChangeLog.txt
parent44e993e8025a5ef04e4b5096e272caeaa814a3c9 (diff)
downloadcurrent-d96560a97701c7aef9bf4fd69bb2c47d2268d40b.tar.gz
current-d96560a97701c7aef9bf4fd69bb2c47d2268d40b.tar.xz
Tue Aug 23 19:27:56 UTC 202220220823192756_15.0
extra/sendmail/sendmail-8.17.1-x86_64-3_slack15.0.txz: Rebuilt. In recent versions of glibc, USE_INET6 has been removed which caused sendmail to reject mail from IPv6 addresses. Adding -DHAS_GETHOSTBYNNAME2=1 to the site.config.m4 allows the reverse lookups to work again fixing this issue. Thanks to talo. extra/sendmail/sendmail-cf-8.17.1-noarch-3_slack15.0.txz: Rebuilt. patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txz: Upgraded. Fixed invalid read operation in SuggestMgr::leftcommonsubstring in suggestmgr.cxx. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16707 (* Security fix *) patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/91.13.0/releasenotes/ https://www.mozilla.org/security/advisories/mfsa2022-35/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478 (* Security fix *) patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/91.13.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2022-37/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478 (* Security fix *)
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index a30539c15..dfb1e7121 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,35 @@
+Tue Aug 23 19:27:56 UTC 2022
+extra/sendmail/sendmail-8.17.1-x86_64-3_slack15.0.txz: Rebuilt.
+ In recent versions of glibc, USE_INET6 has been removed which caused sendmail
+ to reject mail from IPv6 addresses. Adding -DHAS_GETHOSTBYNNAME2=1 to the
+ site.config.m4 allows the reverse lookups to work again fixing this issue.
+ Thanks to talo.
+extra/sendmail/sendmail-cf-8.17.1-noarch-3_slack15.0.txz: Rebuilt.
+patches/packages/hunspell-1.7.1-x86_64-1_slack15.0.txz: Upgraded.
+ Fixed invalid read operation in SuggestMgr::leftcommonsubstring
+ in suggestmgr.cxx.
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16707
+ (* Security fix *)
+patches/packages/mozilla-firefox-91.13.0esr-x86_64-1_slack15.0.txz: Upgraded.
+ This update contains security fixes and improvements.
+ For more information, see:
+ https://www.mozilla.org/en-US/firefox/91.13.0/releasenotes/
+ https://www.mozilla.org/security/advisories/mfsa2022-35/
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478
+ (* Security fix *)
+patches/packages/mozilla-thunderbird-91.13.0-x86_64-1_slack15.0.txz: Upgraded.
+ This release contains security fixes and improvements.
+ For more information, see:
+ https://www.mozilla.org/en-US/thunderbird/91.13.0/releasenotes/
+ https://www.mozilla.org/en-US/security/advisories/mfsa2022-37/
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38472
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38473
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38478
+ (* Security fix *)
++--------------------------+
Sat Aug 20 20:04:15 UTC 2022
patches/packages/vim-8.2.4649-x86_64-3_slack15.0.txz: Rebuilt.
Fix use after free.