diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-08-17 20:41:53 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-08-18 07:00:13 +0200 |
commit | 353496a7b2d983d3facb95253b0b22dd7ae224e6 (patch) | |
tree | 9a12695b4e7d71b11ad84218bdedf7214ad116d0 /testing/source/linux-5.19.x/slack-desc/slack-desc.kernel-template | |
parent | acedcf0daaa711f242744ca6577aeb42717a44d5 (diff) | |
download | current-353496a7b2d983d3facb95253b0b22dd7ae224e6.tar.gz current-353496a7b2d983d3facb95253b0b22dd7ae224e6.tar.xz |
Wed Aug 17 20:41:53 UTC 202220220817204153
a/aaa_glibc-solibs-2.36-x86_64-2.txz: Rebuilt.
a/kernel-generic-5.19.2-x86_64-1.txz: Upgraded.
a/kernel-huge-5.19.2-x86_64-1.txz: Upgraded.
a/kernel-modules-5.19.2-x86_64-1.txz: Upgraded.
ap/vim-9.0.0223-x86_64-1.txz: Upgraded.
Fix use after free, out-of-bounds read, and heap based buffer overflow.
Thanks to marav for the heads-up.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2816
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2817
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2819
(* Security fix *)
d/kernel-headers-5.19.2-x86-1.txz: Upgraded.
k/kernel-source-5.19.2-noarch-1.txz: Upgraded.
l/glibc-2.36-x86_64-2.txz: Rebuilt.
Rebuilt with a patch from Arch to reenable DT_HASH in shared objects since
the change broke Steam games that use EPIC's EAC. I'm not exactly 100% on
board with this approach, but since DT_GNU_HASH remains and is still used,
I guess I'll go along with it for now. Hopefully EAC will be patched and we
can back this out.
Thanks to Swaggajackin for the notice and for providing links to the glibc
bug discussion as well as the patch.
If anything else needs a rebuild after this, let me know in the LQ thread.
l/glibc-i18n-2.36-x86_64-2.txz: Rebuilt.
l/glibc-profile-2.36-x86_64-2.txz: Rebuilt.
xap/vim-gvim-9.0.0223-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to '')
-rw-r--r-- | testing/source/linux-5.19.x/slack-desc/slack-desc.kernel-template | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/source/linux-5.19.x/slack-desc/slack-desc.kernel-template b/testing/source/linux-5.19.x/slack-desc/slack-desc.kernel-template deleted file mode 100644 index a2880bb2f..000000000 --- a/testing/source/linux-5.19.x/slack-desc/slack-desc.kernel-template +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -%PACKAGE_NAME%: %PACKAGE_NAME% (a Linux kernel) -%PACKAGE_NAME%: -%PACKAGE_NAME%: This is a Linux kernel with built-in support for most disk -%PACKAGE_NAME%: controllers. To use filesystems, or to load support for a SCSI or -%PACKAGE_NAME%: other controller, then you'll need to load one or more kernel -%PACKAGE_NAME%: modules using an initial ramdisk, or initrd. For more information -%PACKAGE_NAME%: about creating an initrd, see the README.initrd file in the /boot -%PACKAGE_NAME%: directory. -%PACKAGE_NAME%: -%PACKAGE_NAME%: -%PACKAGE_NAME%: |