summaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-09-28 18:59:51 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-29 13:30:05 +0200
commitef823d82cabc33b5dd73c78fbe3a23caedd88311 (patch)
tree04525fbc4bdbb46b096dd41087e5eeda5a4b1a8c /ChangeLog.txt
parent0ab769ac69705eca0040a7450e3e8f45a8f52cae (diff)
downloadcurrent-ef823d82cabc33b5dd73c78fbe3a23caedd88311.tar.gz
current-ef823d82cabc33b5dd73c78fbe3a23caedd88311.tar.xz
Wed Sep 28 18:59:51 UTC 202220220928185951_15.0
patches/packages/xorg-server-xwayland-21.1.4-x86_64-2_slack15.0.txz: Rebuilt. xkb: switch to array index loops to moving pointers. xkb: add request length validation for XkbSetGeometry. xkb: swap XkbSetDeviceInfo and XkbSetDeviceInfoCheck. I hadn't realized that the xorg-server patches were needed (or applied cleanly) to Xwayland. Thanks to LuckyCyborg for the kind reminder. :-) For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2319 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2320 (* Security fix *)
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index bfad9b156..9c095ccac 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,15 @@
+Wed Sep 28 18:59:51 UTC 2022
+patches/packages/xorg-server-xwayland-21.1.4-x86_64-2_slack15.0.txz: Rebuilt.
+ xkb: switch to array index loops to moving pointers.
+ xkb: add request length validation for XkbSetGeometry.
+ xkb: swap XkbSetDeviceInfo and XkbSetDeviceInfoCheck.
+ I hadn't realized that the xorg-server patches were needed (or applied
+ cleanly) to Xwayland. Thanks to LuckyCyborg for the kind reminder. :-)
+ For more information, see:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2319
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2320
+ (* Security fix *)
++--------------------------+
Mon Sep 26 19:43:54 UTC 2022
patches/packages/dnsmasq-2.87-x86_64-1_slack15.0.txz: Upgraded.
Fix write-after-free error in DHCPv6 server code.