From 54a8f66b4986bd98b09aa33e705d5b9ca1338387 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 19 Apr 2024 19:36:17 +0000 Subject: Fri Apr 19 19:36:17 UTC 2024 patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txz: Upgraded. This release is a security release and addresses multiple issues: [Low] OutOfBound Read in zgfx_decompress_segment. [Moderate] Integer overflow & OutOfBound Write in clear_decompress_residual_data. [Low] integer underflow in nsc_rle_decode. [Low] OutOfBound Read in planar_skip_plane_rle. [Low] OutOfBound Read in ncrush_decompress. [Low] OutOfBound Read in interleaved_decompress. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-32041 https://www.cve.org/CVERecord?id=CVE-2024-32039 https://www.cve.org/CVERecord?id=CVE-2024-32040 https://www.cve.org/CVERecord?id=CVE-2024-32458 https://www.cve.org/CVERecord?id=CVE-2024-32459 https://www.cve.org/CVERecord?id=CVE-2024-32460 (* Security fix *) --- ChangeLog.rss | 45 ++++++++++++++++++- ChangeLog.txt | 25 +++++++++++ FILELIST.TXT | 50 +++++++++++----------- .../packages/freerdp-2.11.6-x86_64-1_slack15.0.txt | 11 +++++ .../packages/freerdp-2.9.0-x86_64-1_slack15.0.txt | 11 ----- ...lla-thunderbird-115.10.0-x86_64-1_slack15.0.txt | 11 ----- ...lla-thunderbird-115.10.1-x86_64-1_slack15.0.txt | 11 +++++ 7 files changed, 115 insertions(+), 49 deletions(-) create mode 100644 patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txt delete mode 100644 patches/packages/freerdp-2.9.0-x86_64-1_slack15.0.txt delete mode 100644 patches/packages/mozilla-thunderbird-115.10.0-x86_64-1_slack15.0.txt create mode 100644 patches/packages/mozilla-thunderbird-115.10.1-x86_64-1_slack15.0.txt diff --git a/ChangeLog.rss b/ChangeLog.rss index b8062489b..63310f57e 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,50 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Thu, 18 Apr 2024 19:17:30 GMT - Fri, 19 Apr 2024 11:30:26 GMT + Fri, 19 Apr 2024 19:36:17 GMT + Sat, 20 Apr 2024 11:30:31 GMT maintain_current_git.sh v 1.17 + + Fri, 19 Apr 2024 19:36:17 GMT + Fri, 19 Apr 2024 19:36:17 GMT + https://git.slackware.nl/current/tag/?h=20240419193617 + 20240419193617 + + +patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txz: Upgraded. + This release is a security release and addresses multiple issues: + [Low] OutOfBound Read in zgfx_decompress_segment. + [Moderate] Integer overflow & OutOfBound Write in + clear_decompress_residual_data. + [Low] integer underflow in nsc_rle_decode. + [Low] OutOfBound Read in planar_skip_plane_rle. + [Low] OutOfBound Read in ncrush_decompress. + [Low] OutOfBound Read in interleaved_decompress. + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2024-32041 + https://www.cve.org/CVERecord?id=CVE-2024-32039 + https://www.cve.org/CVERecord?id=CVE-2024-32040 + https://www.cve.org/CVERecord?id=CVE-2024-32458 + https://www.cve.org/CVERecord?id=CVE-2024-32459 + https://www.cve.org/CVERecord?id=CVE-2024-32460 + (* Security fix *) + ]]> + + + + Fri, 19 Apr 2024 05:38:28 GMT + Fri, 19 Apr 2024 05:38:28 GMT + https://git.slackware.nl/current/tag/?h=20240419053828 + 20240419053828 + + +patches/packages/mozilla-thunderbird-115.10.1-x86_64-1_slack15.0.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/115.10.1/releasenotes/ + ]]> + + Thu, 18 Apr 2024 19:17:30 GMT Thu, 18 Apr 2024 19:17:30 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index baf1d4629..547525696 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,28 @@ +Fri Apr 19 19:36:17 UTC 2024 +patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txz: Upgraded. + This release is a security release and addresses multiple issues: + [Low] OutOfBound Read in zgfx_decompress_segment. + [Moderate] Integer overflow & OutOfBound Write in + clear_decompress_residual_data. + [Low] integer underflow in nsc_rle_decode. + [Low] OutOfBound Read in planar_skip_plane_rle. + [Low] OutOfBound Read in ncrush_decompress. + [Low] OutOfBound Read in interleaved_decompress. + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2024-32041 + https://www.cve.org/CVERecord?id=CVE-2024-32039 + https://www.cve.org/CVERecord?id=CVE-2024-32040 + https://www.cve.org/CVERecord?id=CVE-2024-32458 + https://www.cve.org/CVERecord?id=CVE-2024-32459 + https://www.cve.org/CVERecord?id=CVE-2024-32460 + (* Security fix *) ++--------------------------+ +Fri Apr 19 05:38:28 UTC 2024 +patches/packages/mozilla-thunderbird-115.10.1-x86_64-1_slack15.0.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/115.10.1/releasenotes/ ++--------------------------+ Thu Apr 18 19:17:30 UTC 2024 patches/packages/bind-9.16.50-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. diff --git a/FILELIST.TXT b/FILELIST.TXT index 3b2cd2c03..a0159c26b 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Thu Apr 18 19:20:23 UTC 2024 +Fri Apr 19 19:38:59 UTC 2024 Here is the file list for this directory. If you are using a mirror site and find missing or extra files in the disk subdirectories, please have the archive administrator refresh the mirror. -drwxr-xr-x 12 root root 4096 2024-04-18 19:17 . +drwxr-xr-x 12 root root 4096 2024-04-19 19:36 . -rw-r--r-- 1 root root 5767 2022-02-02 22:44 ./ANNOUNCE.15.0 -rw-r--r-- 1 root root 16609 2022-03-30 19:03 ./CHANGES_AND_HINTS.TXT --rw-r--r-- 1 root root 1230990 2024-04-17 20:39 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-04-17 20:39 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1234489 2024-04-19 05:41 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-04-19 05:41 ./CHECKSUMS.md5.asc -rw-r--r-- 1 root root 17976 1994-06-10 02:28 ./COPYING -rw-r--r-- 1 root root 35147 2007-06-30 04:21 ./COPYING3 -rw-r--r-- 1 root root 19573 2016-06-23 20:08 ./COPYRIGHT.TXT -rw-r--r-- 1 root root 616 2006-10-02 04:37 ./CRYPTO_NOTICE.TXT --rw-r--r-- 1 root root 2112697 2024-04-18 19:17 ./ChangeLog.txt +-rw-r--r-- 1 root root 2113847 2024-04-19 19:36 ./ChangeLog.txt drwxr-xr-x 3 root root 4096 2013-03-20 22:17 ./EFI drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./EFI/BOOT -rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi @@ -25,7 +25,7 @@ drwxr-xr-x 2 root root 4096 2022-02-02 08:21 ./EFI/BOOT -rwxr-xr-x 1 root root 2504 2019-07-05 18:54 ./EFI/BOOT/make-grub.sh -rw-r--r-- 1 root root 10722 2013-09-21 19:02 ./EFI/BOOT/osdetect.cfg -rw-r--r-- 1 root root 1273 2013-08-12 21:08 ./EFI/BOOT/tools.cfg --rw-r--r-- 1 root root 1607974 2024-04-17 20:39 ./FILELIST.TXT +-rw-r--r-- 1 root root 1612351 2024-04-19 05:41 ./FILELIST.TXT -rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY -rw-r--r-- 1 root root 864745 2022-02-02 08:25 ./PACKAGES.TXT -rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT @@ -832,13 +832,13 @@ drwxr-xr-x 2 root root 4096 2022-12-17 19:52 ./pasture/source/samba -rw-r--r-- 1 root root 7921 2018-04-29 17:31 ./pasture/source/samba/smb.conf.default -rw-r--r-- 1 root root 7933 2018-01-14 20:41 ./pasture/source/samba/smb.conf.default.orig -rw-r--r-- 1 root root 536 2017-03-23 19:18 ./pasture/source/samba/smb.conf.diff.gz -drwxr-xr-x 4 root root 4096 2024-04-18 19:20 ./patches --rw-r--r-- 1 root root 115624 2024-04-18 19:20 ./patches/CHECKSUMS.md5 --rw-r--r-- 1 root root 195 2024-04-18 19:20 ./patches/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 157446 2024-04-18 19:20 ./patches/FILE_LIST --rw-r--r-- 1 root root 15524434 2024-04-18 19:20 ./patches/MANIFEST.bz2 --rw-r--r-- 1 root root 80965 2024-04-18 19:20 ./patches/PACKAGES.TXT -drwxr-xr-x 5 root root 32768 2024-04-18 19:20 ./patches/packages +drwxr-xr-x 4 root root 4096 2024-04-19 19:38 ./patches +-rw-r--r-- 1 root root 115628 2024-04-19 19:38 ./patches/CHECKSUMS.md5 +-rw-r--r-- 1 root root 195 2024-04-19 19:38 ./patches/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 157450 2024-04-19 19:38 ./patches/FILE_LIST +-rw-r--r-- 1 root root 15517317 2024-04-19 19:38 ./patches/MANIFEST.bz2 +-rw-r--r-- 1 root root 80966 2024-04-19 19:38 ./patches/PACKAGES.TXT +drwxr-xr-x 5 root root 32768 2024-04-19 19:38 ./patches/packages -rw-r--r-- 1 root root 360 2023-09-26 19:28 ./patches/packages/Cython-0.29.36-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 2389564 2023-09-26 19:28 ./patches/packages/Cython-0.29.36-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2023-09-26 19:28 ./patches/packages/Cython-0.29.36-x86_64-1_slack15.0.txz.asc @@ -911,9 +911,9 @@ drwxr-xr-x 5 root root 32768 2024-04-18 19:20 ./patches/packages -rw-r--r-- 1 root root 602 2022-02-21 19:29 ./patches/packages/flac-1.3.4-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 389380 2022-02-21 19:29 ./patches/packages/flac-1.3.4-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-02-21 19:29 ./patches/packages/flac-1.3.4-x86_64-1_slack15.0.txz.asc --rw-r--r-- 1 root root 278 2022-11-17 19:39 ./patches/packages/freerdp-2.9.0-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 1649516 2022-11-17 19:39 ./patches/packages/freerdp-2.9.0-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 163 2022-11-17 19:39 ./patches/packages/freerdp-2.9.0-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 278 2024-04-19 17:20 ./patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 1664652 2024-04-19 17:20 ./patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 195 2024-04-19 17:20 ./patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txz.asc -rw-r--r-- 1 root root 406 2023-11-16 18:18 ./patches/packages/gegl-0.4.46-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 2844164 2023-11-16 18:18 ./patches/packages/gegl-0.4.46-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2023-11-16 18:18 ./patches/packages/gegl-0.4.46-x86_64-1_slack15.0.txz.asc @@ -1044,9 +1044,9 @@ drwxr-xr-x 2 root root 4096 2023-12-26 00:24 ./patches/packages/linux-5.1 -rw-r--r-- 1 root root 564 2023-01-06 19:37 ./patches/packages/mozilla-nss-3.87-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 1838968 2023-01-06 19:37 ./patches/packages/mozilla-nss-3.87-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2023-01-06 19:37 ./patches/packages/mozilla-nss-3.87-x86_64-1_slack15.0.txz.asc --rw-r--r-- 1 root root 663 2024-04-17 19:05 ./patches/packages/mozilla-thunderbird-115.10.0-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 60807252 2024-04-17 19:05 ./patches/packages/mozilla-thunderbird-115.10.0-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 195 2024-04-17 19:05 ./patches/packages/mozilla-thunderbird-115.10.0-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 663 2024-04-19 04:43 ./patches/packages/mozilla-thunderbird-115.10.1-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 60799032 2024-04-19 04:43 ./patches/packages/mozilla-thunderbird-115.10.1-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 195 2024-04-19 04:43 ./patches/packages/mozilla-thunderbird-115.10.1-x86_64-1_slack15.0.txz.asc -rw-r--r-- 1 root root 451 2022-07-21 17:53 ./patches/packages/net-snmp-5.9.3-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 1598024 2022-07-21 17:53 ./patches/packages/net-snmp-5.9.3-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-07-21 17:53 ./patches/packages/net-snmp-5.9.3-x86_64-1_slack15.0.txz.asc @@ -1235,7 +1235,7 @@ drwxr-xr-x 2 root root 4096 2023-11-21 21:09 ./patches/packages/old-linux -rw-r--r-- 1 root root 463 2023-04-05 18:16 ./patches/packages/zstd-1.5.5-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 459652 2023-04-05 18:16 ./patches/packages/zstd-1.5.5-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2023-04-05 18:16 ./patches/packages/zstd-1.5.5-x86_64-1_slack15.0.txz.asc -drwxr-xr-x 113 root root 4096 2024-04-18 18:52 ./patches/source +drwxr-xr-x 113 root root 4096 2024-04-19 19:34 ./patches/source drwxr-xr-x 2 root root 4096 2023-09-26 19:22 ./patches/source/Cython -rw-r--r-- 1 root root 1623580 2023-07-04 19:24 ./patches/source/Cython/Cython-0.29.36.tar.lz -rwxr-xr-x 1 root root 3041 2023-09-26 19:23 ./patches/source/Cython/Cython.SlackBuild @@ -1423,8 +1423,8 @@ drwxr-xr-x 2 root root 4096 2022-02-21 19:14 ./patches/source/flac -rw-r--r-- 1 root root 433 2014-11-29 12:34 ./patches/source/flac/flac.man.diff.gz -rw-r--r-- 1 root root 41 2019-08-05 18:53 ./patches/source/flac/flac.url -rw-r--r-- 1 root root 1054 2018-02-27 06:12 ./patches/source/flac/slack-desc -drwxr-xr-x 2 root root 4096 2022-11-17 19:38 ./patches/source/freerdp --rw-r--r-- 1 root root 4750790 2022-11-16 15:23 ./patches/source/freerdp/freerdp-2.9.0.tar.lz +drwxr-xr-x 2 root root 4096 2024-04-19 17:19 ./patches/source/freerdp +-rw-r--r-- 1 root root 4760992 2024-04-17 12:33 ./patches/source/freerdp/freerdp-2.11.6.tar.lz -rwxr-xr-x 1 root root 4654 2022-10-13 01:12 ./patches/source/freerdp/freerdp.SlackBuild -rw-r--r-- 1 root root 34 2021-09-23 18:07 ./patches/source/freerdp/freerdp.url -rw-r--r-- 1 root root 765 2021-09-23 18:18 ./patches/source/freerdp/slack-desc @@ -1805,7 +1805,7 @@ drwxr-xr-x 2 root root 4096 2023-01-06 19:30 ./patches/source/mozilla-nss -rw-r--r-- 1 root root 37770371 2023-01-05 18:00 ./patches/source/mozilla-nss/nss-3.87.tar.lz -rw-r--r-- 1 root root 2488 2012-04-29 21:05 ./patches/source/mozilla-nss/nss-config.in -rw-r--r-- 1 root root 1023 2018-02-27 06:12 ./patches/source/mozilla-nss/slack-desc -drwxr-xr-x 4 root root 4096 2024-04-17 18:22 ./patches/source/mozilla-thunderbird +drwxr-xr-x 4 root root 4096 2024-04-19 03:58 ./patches/source/mozilla-thunderbird drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./patches/source/mozilla-thunderbird/autoconf -rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./patches/source/mozilla-thunderbird/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz -rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./patches/source/mozilla-thunderbird/autoconf/autoconf-2.13.tar.xz @@ -1829,8 +1829,8 @@ drwxr-xr-x 2 root root 4096 2024-04-10 18:21 ./patches/source/mozilla-thu -rwxr-xr-x 1 root root 12888 2024-03-20 18:47 ./patches/source/mozilla-thunderbird/mozilla-thunderbird.SlackBuild -rw-r--r-- 1 root root 1130 2018-02-27 06:47 ./patches/source/mozilla-thunderbird/slack-desc -rw-r--r-- 1 root root 330 2019-08-27 16:35 ./patches/source/mozilla-thunderbird/tb.ui.scrollToClick.diff.gz --rw-r--r-- 1 root root 529687584 2024-04-16 17:27 ./patches/source/mozilla-thunderbird/thunderbird-115.10.0.source.tar.xz --rw-r--r-- 1 root root 833 2024-04-16 17:27 ./patches/source/mozilla-thunderbird/thunderbird-115.10.0.source.tar.xz.asc +-rw-r--r-- 1 root root 532507896 2024-04-18 16:51 ./patches/source/mozilla-thunderbird/thunderbird-115.10.1.source.tar.xz +-rw-r--r-- 1 root root 833 2024-04-18 16:51 ./patches/source/mozilla-thunderbird/thunderbird-115.10.1.source.tar.xz.asc -rw-r--r-- 1 root root 3378 2005-03-08 05:13 ./patches/source/mozilla-thunderbird/thunderbird.desktop drwxr-xr-x 2 root root 4096 2022-07-21 17:44 ./patches/source/net-snmp -rw-r--r-- 1 root root 356 2021-12-21 18:38 ./patches/source/net-snmp/doinst.sh.gz diff --git a/patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txt b/patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..93d71ede4 --- /dev/null +++ b/patches/packages/freerdp-2.11.6-x86_64-1_slack15.0.txt @@ -0,0 +1,11 @@ +freerdp: freerdp (Free Remote Desktop Protocol) +freerdp: +freerdp: FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), +freerdp: released under the Apache license. +freerdp: +freerdp: Homepage: https://www.freerdp.com +freerdp: +freerdp: +freerdp: +freerdp: +freerdp: diff --git a/patches/packages/freerdp-2.9.0-x86_64-1_slack15.0.txt b/patches/packages/freerdp-2.9.0-x86_64-1_slack15.0.txt deleted file mode 100644 index 93d71ede4..000000000 --- a/patches/packages/freerdp-2.9.0-x86_64-1_slack15.0.txt +++ /dev/null @@ -1,11 +0,0 @@ -freerdp: freerdp (Free Remote Desktop Protocol) -freerdp: -freerdp: FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), -freerdp: released under the Apache license. -freerdp: -freerdp: Homepage: https://www.freerdp.com -freerdp: -freerdp: -freerdp: -freerdp: -freerdp: diff --git a/patches/packages/mozilla-thunderbird-115.10.0-x86_64-1_slack15.0.txt b/patches/packages/mozilla-thunderbird-115.10.0-x86_64-1_slack15.0.txt deleted file mode 100644 index 5acb7b92e..000000000 --- a/patches/packages/mozilla-thunderbird-115.10.0-x86_64-1_slack15.0.txt +++ /dev/null @@ -1,11 +0,0 @@ -mozilla-thunderbird: mozilla-thunderbird (Mozilla Thunderbird mail application) -mozilla-thunderbird: -mozilla-thunderbird: Mozilla Thunderbird is a redesign of the Mozilla mail component -mozilla-thunderbird: written using the XUL user interface language. Thunderbird makes -mozilla-thunderbird: emailing safer, faster, and easier than ever before with the -mozilla-thunderbird: industry's best implementations of features such as intelligent spam -mozilla-thunderbird: filters, built-in RSS reader, quick search, and much more. -mozilla-thunderbird: -mozilla-thunderbird: Homepage: http://www.mozilla.org/projects/thunderbird/ -mozilla-thunderbird: -mozilla-thunderbird: diff --git a/patches/packages/mozilla-thunderbird-115.10.1-x86_64-1_slack15.0.txt b/patches/packages/mozilla-thunderbird-115.10.1-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..5acb7b92e --- /dev/null +++ b/patches/packages/mozilla-thunderbird-115.10.1-x86_64-1_slack15.0.txt @@ -0,0 +1,11 @@ +mozilla-thunderbird: mozilla-thunderbird (Mozilla Thunderbird mail application) +mozilla-thunderbird: +mozilla-thunderbird: Mozilla Thunderbird is a redesign of the Mozilla mail component +mozilla-thunderbird: written using the XUL user interface language. Thunderbird makes +mozilla-thunderbird: emailing safer, faster, and easier than ever before with the +mozilla-thunderbird: industry's best implementations of features such as intelligent spam +mozilla-thunderbird: filters, built-in RSS reader, quick search, and much more. +mozilla-thunderbird: +mozilla-thunderbird: Homepage: http://www.mozilla.org/projects/thunderbird/ +mozilla-thunderbird: +mozilla-thunderbird: -- cgit v1.2.3-65-gdbad