From 9615afc308c21cd79ba19cd677b658503085bc0b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 21 Sep 2023 19:32:42 +0000 Subject: Thu Sep 21 19:32:42 UTC 2023 patches/packages/bind-9.16.44-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and a security issue: Limit the amount of recursion that can be performed by isccc_cc_fromwire. For more information, see: https://kb.isc.org/docs/cve-2023-3341 https://www.cve.org/CVERecord?id=CVE-2023-3341 (* Security fix *) patches/packages/cups-2.4.7-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and a security issue: Fixed Heap-based buffer overflow when reading Postscript in PPD files. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-4504 (* Security fix *) patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/115.2.3/releasenotes/ patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.17.1 https://www.cve.org/CVERecord?id=CVE-2023-4863 (* Security fix *) testing/packages/bind-9.18.19-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and security issues: Limit the amount of recursion that can be performed by isccc_cc_fromwire. Fix use-after-free error in TLS DNS code when sending data. For more information, see: https://kb.isc.org/docs/cve-2023-3341 https://www.cve.org/CVERecord?id=CVE-2023-3341 https://kb.isc.org/docs/cve-2023-4236 https://www.cve.org/CVERecord?id=CVE-2023-4236 (* Security fix *) --- ChangeLog.rss | 47 ++++++++- ChangeLog.txt | 35 +++++++ FILELIST.TXT | 113 ++++++++++----------- .../packages/bind-9.16.42-x86_64-1_slack15.0.txt | 11 -- .../packages/bind-9.16.44-x86_64-1_slack15.0.txt | 11 ++ patches/packages/cups-2.4.6-x86_64-1_slack15.0.txt | 11 -- patches/packages/cups-2.4.7-x86_64-1_slack15.0.txt | 11 ++ ...illa-thunderbird-115.2.2-x86_64-1_slack15.0.txt | 11 -- ...illa-thunderbird-115.2.3-x86_64-1_slack15.0.txt | 11 ++ .../seamonkey-2.53.17-x86_64-1_slack15.0.txt | 11 -- .../seamonkey-2.53.17.1-x86_64-1_slack15.0.txt | 11 ++ patches/source/seamonkey/seamonkey.SlackBuild | 4 - .../seamonkey/seamonkey.minimum_rust_version.diff | 11 -- recompress.sh | 1 - 14 files changed, 180 insertions(+), 119 deletions(-) delete mode 100644 patches/packages/bind-9.16.42-x86_64-1_slack15.0.txt create mode 100644 patches/packages/bind-9.16.44-x86_64-1_slack15.0.txt delete mode 100644 patches/packages/cups-2.4.6-x86_64-1_slack15.0.txt create mode 100644 patches/packages/cups-2.4.7-x86_64-1_slack15.0.txt delete mode 100644 patches/packages/mozilla-thunderbird-115.2.2-x86_64-1_slack15.0.txt create mode 100644 patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txt delete mode 100644 patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txt create mode 100644 patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txt delete mode 100644 patches/source/seamonkey/seamonkey.minimum_rust_version.diff diff --git a/ChangeLog.rss b/ChangeLog.rss index 4396c34b4..e807cea33 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,9 +11,52 @@ Tracking Slackware development in git. en-us urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f - Mon, 18 Sep 2023 18:40:04 GMT - Tue, 19 Sep 2023 11:30:25 GMT + Thu, 21 Sep 2023 19:32:42 GMT + Fri, 22 Sep 2023 11:30:27 GMT maintain_current_git.sh v 1.17 + + Thu, 21 Sep 2023 19:32:42 GMT + Thu, 21 Sep 2023 19:32:42 GMT + https://git.slackware.nl/current/tag/?h=20230921193242 + 20230921193242 + + +patches/packages/bind-9.16.44-x86_64-1_slack15.0.txz: Upgraded. + This update fixes bugs and a security issue: + Limit the amount of recursion that can be performed by isccc_cc_fromwire. + For more information, see: + https://kb.isc.org/docs/cve-2023-3341 + https://www.cve.org/CVERecord?id=CVE-2023-3341 + (* Security fix *) +patches/packages/cups-2.4.7-x86_64-1_slack15.0.txz: Upgraded. + This update fixes bugs and a security issue: + Fixed Heap-based buffer overflow when reading Postscript in PPD files. + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2023-4504 + (* Security fix *) +patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/115.2.3/releasenotes/ +patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txz: Upgraded. + This update contains security fixes and improvements. + For more information, see: + https://www.seamonkey-project.org/releases/seamonkey2.53.17.1 + https://www.cve.org/CVERecord?id=CVE-2023-4863 + (* Security fix *) +testing/packages/bind-9.18.19-x86_64-1_slack15.0.txz: Upgraded. + This update fixes bugs and security issues: + Limit the amount of recursion that can be performed by isccc_cc_fromwire. + Fix use-after-free error in TLS DNS code when sending data. + For more information, see: + https://kb.isc.org/docs/cve-2023-3341 + https://www.cve.org/CVERecord?id=CVE-2023-3341 + https://kb.isc.org/docs/cve-2023-4236 + https://www.cve.org/CVERecord?id=CVE-2023-4236 + (* Security fix *) + ]]> + + Mon, 18 Sep 2023 18:40:04 GMT Mon, 18 Sep 2023 18:40:04 GMT diff --git a/ChangeLog.txt b/ChangeLog.txt index e3b3b1fad..4fc956061 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,38 @@ +Thu Sep 21 19:32:42 UTC 2023 +patches/packages/bind-9.16.44-x86_64-1_slack15.0.txz: Upgraded. + This update fixes bugs and a security issue: + Limit the amount of recursion that can be performed by isccc_cc_fromwire. + For more information, see: + https://kb.isc.org/docs/cve-2023-3341 + https://www.cve.org/CVERecord?id=CVE-2023-3341 + (* Security fix *) +patches/packages/cups-2.4.7-x86_64-1_slack15.0.txz: Upgraded. + This update fixes bugs and a security issue: + Fixed Heap-based buffer overflow when reading Postscript in PPD files. + For more information, see: + https://www.cve.org/CVERecord?id=CVE-2023-4504 + (* Security fix *) +patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txz: Upgraded. + This is a bugfix release. + For more information, see: + https://www.mozilla.org/en-US/thunderbird/115.2.3/releasenotes/ +patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txz: Upgraded. + This update contains security fixes and improvements. + For more information, see: + https://www.seamonkey-project.org/releases/seamonkey2.53.17.1 + https://www.cve.org/CVERecord?id=CVE-2023-4863 + (* Security fix *) +testing/packages/bind-9.18.19-x86_64-1_slack15.0.txz: Upgraded. + This update fixes bugs and security issues: + Limit the amount of recursion that can be performed by isccc_cc_fromwire. + Fix use-after-free error in TLS DNS code when sending data. + For more information, see: + https://kb.isc.org/docs/cve-2023-3341 + https://www.cve.org/CVERecord?id=CVE-2023-3341 + https://kb.isc.org/docs/cve-2023-4236 + https://www.cve.org/CVERecord?id=CVE-2023-4236 + (* Security fix *) ++--------------------------+ Mon Sep 18 18:40:04 UTC 2023 patches/packages/netatalk-3.1.17-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and a security issue: diff --git a/FILELIST.TXT b/FILELIST.TXT index 2dd14d0f7..a0b958638 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Mon Sep 18 18:44:25 UTC 2023 +Thu Sep 21 19:37:41 UTC 2023 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 2023-09-18 18:40 . +drwxr-xr-x 12 root root 4096 2023-09-21 19:32 . -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 1189547 2023-09-15 19:52 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2023-09-15 19:52 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1189547 2023-09-18 18:44 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2023-09-18 18:44 ./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 2042994 2023-09-18 18:40 ./ChangeLog.txt +-rw-r--r-- 1 root root 2044652 2023-09-21 19:32 ./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 1555636 2023-09-15 19:51 ./FILELIST.TXT +-rw-r--r-- 1 root root 1555636 2023-09-18 18:44 ./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 @@ -752,13 +752,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 2023-09-18 18:44 ./patches --rw-r--r-- 1 root root 81207 2023-09-18 18:44 ./patches/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2023-09-18 18:44 ./patches/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 111072 2023-09-18 18:44 ./patches/FILE_LIST --rw-r--r-- 1 root root 13129864 2023-09-18 18:44 ./patches/MANIFEST.bz2 --rw-r--r-- 1 root root 58022 2023-09-18 18:44 ./patches/PACKAGES.TXT -drwxr-xr-x 3 root root 24576 2023-09-18 18:44 ./patches/packages +drwxr-xr-x 4 root root 4096 2023-09-21 19:37 ./patches +-rw-r--r-- 1 root root 81123 2023-09-21 19:37 ./patches/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2023-09-21 19:37 ./patches/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 110971 2023-09-21 19:37 ./patches/FILE_LIST +-rw-r--r-- 1 root root 13118376 2023-09-21 19:37 ./patches/MANIFEST.bz2 +-rw-r--r-- 1 root root 58024 2023-09-21 19:37 ./patches/PACKAGES.TXT +drwxr-xr-x 3 root root 24576 2023-09-21 19:37 ./patches/packages -rw-r--r-- 1 root root 327 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txt -rw-r--r-- 1 root root 10716 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz -rw-r--r-- 1 root root 163 2022-02-15 05:07 ./patches/packages/aaa_base-15.0-x86_64-4_slack15.0.txz.asc @@ -771,9 +771,9 @@ drwxr-xr-x 3 root root 24576 2023-09-18 18:44 ./patches/packages -rw-r--r-- 1 root root 326 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 43124 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-02-07 18:56 ./patches/packages/at-3.2.3-x86_64-1_slack15.0.txz.asc --rw-r--r-- 1 root root 334 2023-06-21 20:26 ./patches/packages/bind-9.16.42-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 2228092 2023-06-21 20:26 ./patches/packages/bind-9.16.42-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 163 2023-06-21 20:26 ./patches/packages/bind-9.16.42-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 334 2023-09-20 19:03 ./patches/packages/bind-9.16.44-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 2227656 2023-09-20 19:03 ./patches/packages/bind-9.16.44-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 163 2023-09-20 19:03 ./patches/packages/bind-9.16.44-x86_64-1_slack15.0.txz.asc -rw-r--r-- 1 root root 333 2022-03-17 19:39 ./patches/packages/bluez-5.64-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 1206904 2022-03-17 19:39 ./patches/packages/bluez-5.64-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-03-17 19:39 ./patches/packages/bluez-5.64-x86_64-1_slack15.0.txz.asc @@ -786,9 +786,9 @@ drwxr-xr-x 3 root root 24576 2023-09-18 18:44 ./patches/packages -rw-r--r-- 1 root root 367 2023-07-21 19:05 ./patches/packages/ca-certificates-20230721-noarch-1_slack15.0.txt -rw-r--r-- 1 root root 136740 2023-07-21 19:05 ./patches/packages/ca-certificates-20230721-noarch-1_slack15.0.txz -rw-r--r-- 1 root root 163 2023-07-21 19:05 ./patches/packages/ca-certificates-20230721-noarch-1_slack15.0.txz.asc --rw-r--r-- 1 root root 642 2023-06-22 16:39 ./patches/packages/cups-2.4.6-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 1589452 2023-06-22 16:39 ./patches/packages/cups-2.4.6-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 163 2023-06-22 16:39 ./patches/packages/cups-2.4.6-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 642 2023-09-20 19:21 ./patches/packages/cups-2.4.7-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 1590936 2023-09-20 19:21 ./patches/packages/cups-2.4.7-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 163 2023-09-20 19:21 ./patches/packages/cups-2.4.7-x86_64-1_slack15.0.txz.asc -rw-r--r-- 1 root root 416 2023-05-19 18:13 ./patches/packages/cups-filters-1.28.17-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 827024 2023-05-19 18:13 ./patches/packages/cups-filters-1.28.17-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2023-05-19 18:13 ./patches/packages/cups-filters-1.28.17-x86_64-1_slack15.0.txz.asc @@ -910,9 +910,9 @@ drwxr-xr-x 2 root root 4096 2023-06-23 18:50 ./patches/packages/linux-5.15 -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 2023-09-13 18:25 ./patches/packages/mozilla-thunderbird-115.2.2-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 60716272 2023-09-13 18:25 ./patches/packages/mozilla-thunderbird-115.2.2-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 163 2023-09-13 18:25 ./patches/packages/mozilla-thunderbird-115.2.2-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 663 2023-09-20 20:48 ./patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 60728008 2023-09-20 20:48 ./patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 163 2023-09-20 20:48 ./patches/packages/mozilla-thunderbird-115.2.3-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 @@ -976,9 +976,9 @@ drwxr-xr-x 2 root root 4096 2023-06-23 18:50 ./patches/packages/linux-5.15 -rw-r--r-- 1 root root 480 2022-12-20 20:19 ./patches/packages/sdl-1.2.15-x86_64-13_slack15.0.txt -rw-r--r-- 1 root root 735084 2022-12-20 20:19 ./patches/packages/sdl-1.2.15-x86_64-13_slack15.0.txz -rw-r--r-- 1 root root 163 2022-12-20 20:19 ./patches/packages/sdl-1.2.15-x86_64-13_slack15.0.txz.asc --rw-r--r-- 1 root root 392 2023-07-31 17:41 ./patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 38417712 2023-07-31 17:41 ./patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 163 2023-07-31 17:41 ./patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 392 2023-09-20 19:57 ./patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 38416604 2023-09-20 19:57 ./patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 163 2023-09-20 19:57 ./patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txz.asc -rw-r--r-- 1 root root 442 2023-07-17 02:12 ./patches/packages/sudo-1.9.14p2-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 1237820 2023-07-17 02:12 ./patches/packages/sudo-1.9.14p2-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2023-07-17 02:12 ./patches/packages/sudo-1.9.14p2-x86_64-1_slack15.0.txz.asc @@ -1036,7 +1036,7 @@ drwxr-xr-x 2 root root 4096 2023-06-23 18:50 ./patches/packages/linux-5.15 -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 85 root root 4096 2023-09-18 18:39 ./patches/source +drwxr-xr-x 85 root root 4096 2023-09-21 19:29 ./patches/source drwxr-xr-x 2 root root 4096 2022-01-16 05:07 ./patches/source/aaa_base -rw-r--r-- 1 root root 11041 2022-02-15 04:49 ./patches/source/aaa_base/_aaa_base.tar.gz -rwxr-xr-x 1 root root 3894 2022-02-15 05:07 ./patches/source/aaa_base/aaa_base.SlackBuild @@ -1064,10 +1064,10 @@ drwxr-xr-x 2 root root 4096 2022-02-07 18:45 ./patches/source/at -rw-r--r-- 1 root root 428 2018-06-13 02:51 ./patches/source/at/doinst.sh.gz -rw-r--r-- 1 root root 669 2018-06-14 18:38 ./patches/source/at/rc.atd -rw-r--r-- 1 root root 776 2019-10-17 17:50 ./patches/source/at/slack-desc -drwxr-xr-x 3 root root 4096 2023-06-21 18:18 ./patches/source/bind +drwxr-xr-x 3 root root 4096 2023-09-20 18:56 ./patches/source/bind -rw-r--r-- 1 root root 5120 2007-06-08 04:48 ./patches/source/bind/3link.sh --rw-r--r-- 1 root root 5123476 2023-06-21 13:33 ./patches/source/bind/bind-9.16.42.tar.xz --rw-r--r-- 1 root root 833 2023-06-21 13:33 ./patches/source/bind/bind-9.16.42.tar.xz.asc +-rw-r--r-- 1 root root 5127328 2023-09-20 10:37 ./patches/source/bind/bind-9.16.44.tar.xz +-rw-r--r-- 1 root root 833 2023-09-20 10:37 ./patches/source/bind/bind-9.16.44.tar.xz.asc -rwxr-xr-x 1 root root 5649 2022-03-16 19:30 ./patches/source/bind/bind.SlackBuild drwxr-xr-x 2 root root 4096 2019-08-19 18:12 ./patches/source/bind/caching-example -rw-r--r-- 1 root root 195 2001-05-18 02:03 ./patches/source/bind/caching-example/localhost.zone @@ -1110,7 +1110,7 @@ drwxr-xr-x 2 root root 4096 2023-07-21 19:05 ./patches/source/ca-certifica -rw-r--r-- 1 root root 128 2012-09-11 21:12 ./patches/source/ca-certificates/setup.11.cacerts -rw-r--r-- 1 root root 829 2019-02-26 23:30 ./patches/source/ca-certificates/slack-desc -rw-r--r-- 1 root root 229 2019-02-26 20:33 ./patches/source/ca-certificates/update-ca-certificates.c_rehash.diff.gz -drwxr-xr-x 2 root root 4096 2023-06-22 16:38 ./patches/source/cups +drwxr-xr-x 2 root root 4096 2023-09-20 19:08 ./patches/source/cups drwxr-xr-x 2 root root 4096 2023-05-19 18:08 ./patches/source/cups-filters -rw-r--r-- 1 root root 1831 2023-05-19 18:08 ./patches/source/cups-filters/CVE-2023-24805.patch.gz -rw-r--r-- 1 root root 1230865 2023-01-25 01:38 ./patches/source/cups-filters/cups-filters-1.28.17.tar.lz @@ -1118,7 +1118,7 @@ drwxr-xr-x 2 root root 4096 2023-05-19 18:08 ./patches/source/cups-filters -rw-r--r-- 1 root root 51 2014-07-21 02:53 ./patches/source/cups-filters/cups-filters.url -rw-r--r-- 1 root root 339 2018-01-08 22:54 ./patches/source/cups-filters/doinst.sh.gz -rw-r--r-- 1 root root 908 2018-02-27 06:12 ./patches/source/cups-filters/slack-desc --rw-r--r-- 1 root root 6213791 2023-06-22 10:17 ./patches/source/cups/cups-2.4.6.tar.lz +-rw-r--r-- 1 root root 6214828 2023-09-20 13:25 ./patches/source/cups/cups-2.4.7.tar.lz -rwxr-xr-x 1 root root 6649 2023-06-07 19:14 ./patches/source/cups/cups.SlackBuild -rw-r--r-- 1 root root 46 2021-06-29 19:51 ./patches/source/cups/cups.url -rw-r--r-- 1 root root 454 2021-04-26 18:11 ./patches/source/cups/doinst.sh.gz @@ -1467,7 +1467,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 2023-09-13 17:34 ./patches/source/mozilla-thunderbird +drwxr-xr-x 4 root root 4096 2023-09-20 19:49 ./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 @@ -1482,8 +1482,8 @@ drwxr-xr-x 2 root root 4096 2023-09-13 18:47 ./patches/source/mozilla-thun -rw-r--r-- 1 root root 163871 2023-09-13 09:14 ./patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen-0.26.0.tar.lz -rwxr-xr-x 1 root root 2032 2022-06-14 16:39 ./patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build -rw-r--r-- 1 root root 35 2021-06-25 03:11 ./patches/source/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url -drwxr-xr-x 2 root root 4096 2023-09-08 18:44 ./patches/source/mozilla-thunderbird/build-deps/nodejs --rw-r--r-- 1 root root 41791920 2023-09-07 12:51 ./patches/source/mozilla-thunderbird/build-deps/nodejs/node-v20.6.1.tar.xz +drwxr-xr-x 2 root root 4096 2023-09-19 21:53 ./patches/source/mozilla-thunderbird/build-deps/nodejs +-rw-r--r-- 1 root root 41824232 2023-09-18 15:19 ./patches/source/mozilla-thunderbird/build-deps/nodejs/node-v20.7.0.tar.xz -rwxr-xr-x 1 root root 3013 2021-08-13 18:10 ./patches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.build -rw-r--r-- 1 root root 86 2019-07-08 21:02 ./patches/source/mozilla-thunderbird/build-deps/nodejs/nodejs.url -rw-r--r-- 1 root root 263 2022-06-30 18:42 ./patches/source/mozilla-thunderbird/double_t.x86.diff.gz @@ -1492,8 +1492,8 @@ drwxr-xr-x 2 root root 4096 2023-09-08 18:44 ./patches/source/mozilla-thun -rw-r--r-- 1 root root 3378 2005-03-08 05:13 ./patches/source/mozilla-thunderbird/mozilla-thunderbird.desktop -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 531561372 2023-09-12 19:54 ./patches/source/mozilla-thunderbird/thunderbird-115.2.2.source.tar.xz --rw-r--r-- 1 root root 833 2023-09-12 19:54 ./patches/source/mozilla-thunderbird/thunderbird-115.2.2.source.tar.xz.asc +-rw-r--r-- 1 root root 532512216 2023-09-20 18:29 ./patches/source/mozilla-thunderbird/thunderbird-115.2.3.source.tar.xz +-rw-r--r-- 1 root root 833 2023-09-20 18:29 ./patches/source/mozilla-thunderbird/thunderbird-115.2.3.source.tar.xz.asc 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 -rw-r--r-- 1 root root 607 2018-07-20 09:39 ./patches/source/net-snmp/net-snmp-5.7.2-cert-path.patch.gz @@ -1747,20 +1747,19 @@ drwxr-xr-x 2 root root 4096 2022-12-20 20:09 ./patches/source/sdl -rw-r--r-- 1 root root 407 2013-01-27 19:16 ./patches/source/sdl/sdl-1.2.14-fix-mouse-clicking.patch.gz -rwxr-xr-x 1 root root 9039 2022-12-20 20:17 ./patches/source/sdl/sdl.SlackBuild -rw-r--r-- 1 root root 931 2018-02-27 06:12 ./patches/source/sdl/slack-desc -drwxr-xr-x 3 root root 4096 2023-07-31 20:31 ./patches/source/seamonkey +drwxr-xr-x 3 root root 4096 2023-09-20 19:26 ./patches/source/seamonkey drwxr-xr-x 2 root root 4096 2016-07-03 18:05 ./patches/source/seamonkey/autoconf -rw-r--r-- 1 root root 5869 2016-07-03 18:04 ./patches/source/seamonkey/autoconf/autoconf-2.13-consolidated_fixes-1.patch.gz -rw-r--r-- 1 root root 300116 1999-01-15 21:03 ./patches/source/seamonkey/autoconf/autoconf-2.13.tar.xz -rwxr-xr-x 1 root root 2632 2016-07-03 18:50 ./patches/source/seamonkey/autoconf/autoconf.build -rw-r--r-- 1 root root 248 2019-09-08 19:23 ./patches/source/seamonkey/doinst.sh.gz -rw-r--r-- 1 root root 238 2023-07-31 20:31 ./patches/source/seamonkey/double_t.x86.diff.gz --rw-r--r-- 1 root root 266150192 2023-07-31 06:29 ./patches/source/seamonkey/seamonkey-2.53.17.source.tar.xz +-rw-r--r-- 1 root root 266075292 2023-09-20 07:06 ./patches/source/seamonkey/seamonkey-2.53.17.1.source.tar.xz -rw-r--r-- 1 root root 12796 2006-02-09 03:17 ./patches/source/seamonkey/seamonkey-icon.png -rw-r--r-- 1 root root 185 2006-02-09 03:40 ./patches/source/seamonkey/seamonkey-mail-icon.png -rw-r--r-- 1 root root 211 2021-07-13 20:11 ./patches/source/seamonkey/seamonkey-mail.desktop --rwxr-xr-x 1 root root 9357 2023-07-31 20:27 ./patches/source/seamonkey/seamonkey.SlackBuild +-rwxr-xr-x 1 root root 9174 2023-09-20 19:25 ./patches/source/seamonkey/seamonkey.SlackBuild -rw-r--r-- 1 root root 319 2021-07-13 20:11 ./patches/source/seamonkey/seamonkey.desktop --rw-r--r-- 1 root root 234 2023-03-30 23:24 ./patches/source/seamonkey/seamonkey.minimum_rust_version.diff.gz -rw-r--r-- 1 root root 849 2020-03-01 04:26 ./patches/source/seamonkey/slack-desc -rw-r--r-- 1 root root 341 2017-07-21 16:21 ./patches/source/seamonkey/sm.ui.scrollToClick.diff.gz drwxr-xr-x 2 root root 4096 2023-07-17 02:11 ./patches/source/sudo @@ -2753,7 +2752,7 @@ drwxr-xr-x 2 root root 16384 2022-02-02 08:24 ./slackware64/d -rw-r--r-- 1 root root 478124 2022-01-23 01:07 ./slackware64/d/parallel-20220122-noarch-1.txz -rw-r--r-- 1 root root 163 2022-01-23 01:07 ./slackware64/d/parallel-20220122-noarch-1.txz.asc -rw-r--r-- 1 root root 469 2021-12-14 21:02 ./slackware64/d/patchelf-0.14.3-x86_64-1.txt --rw-r--r-- 1 root root 71064 2021-12-14 21:02 ./slackware64/d/patchelf-0.14.3-x86_64-1.txz +-rw-r--r-- 1 root root 71064 2021-12-14 21:02 ./slackware64/d/patchelf-0.14.3-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-12-14 21:02 ./slackware64/d/patchelf-0.14.3-x86_64-1.txz.asc -rw-r--r-- 1 root root 544 2021-05-21 16:48 ./slackware64/d/perl-5.34.0-x86_64-1.txt -rw-r--r-- 1 root root 17043004 2021-05-21 16:48 ./slackware64/d/perl-5.34.0-x86_64-1.txz @@ -5486,7 +5485,7 @@ drwxr-xr-x 2 root root 32768 2022-02-01 04:47 ./slackware64/n -rw-r--r-- 1 root root 43420 2021-05-12 18:43 ./slackware64/n/rpcbind-1.2.6-x86_64-1.txz -rw-r--r-- 1 root root 163 2021-05-12 18:43 ./slackware64/n/rpcbind-1.2.6-x86_64-1.txz.asc -rw-r--r-- 1 root root 525 2021-02-22 20:42 ./slackware64/n/rsync-3.2.3-x86_64-4.txt --rw-r--r-- 1 root root 359752 2021-02-22 20:42 ./slackware64/n/rsync-3.2.3-x86_64-4.txz +-rw-r--r-- 1 root root 359752 2021-02-22 20:42 ./slackware64/n/rsync-3.2.3-x86_64-4.txz -rw-r--r-- 1 root root 163 2021-02-22 20:42 ./slackware64/n/rsync-3.2.3-x86_64-4.txz.asc -rw-r--r-- 1 root root 443 2021-11-12 18:20 ./slackware64/n/s-nail-14.9.23-x86_64-1.txt -rw-r--r-- 1 root root 540856 2021-11-12 18:20 ./slackware64/n/s-nail-14.9.23-x86_64-1.txz @@ -8570,7 +8569,7 @@ drwxr-xr-x 2 root root 4096 2021-08-27 18:10 ./source/d/binutils/patches -rw-r--r-- 1 root root 653 2021-08-19 15:31 ./source/d/binutils/patches/binutils-special-sections-in-groups.patch.gz -rw-r--r-- 1 root root 7702 2021-08-19 15:31 ./source/d/binutils/patches/binutils-testsuite-fixes.patch.gz -rw-r--r-- 1 root root 431 2021-08-19 15:31 ./source/d/binutils/patches/binutils-use-long-long.patch.gz --rw-r--r-- 1 root root 621 2021-08-19 15:31 ./source/d/binutils/patches/binutils-version.patch.gz +-rw-r--r-- 1 root root 621 2021-08-19 15:31 ./source/d/binutils/patches/binutils-version.patch.gz -rw-r--r-- 1 root root 898 2018-02-27 06:13 ./source/d/binutils/slack-desc drwxr-xr-x 2 root root 4096 2021-09-25 16:54 ./source/d/bison -rw-r--r-- 1 root root 2683929 2021-09-25 09:31 ./source/d/bison/bison-3.8.2.tar.lz @@ -16380,21 +16379,21 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/y/nethack -rwxr-xr-x 1 root root 4998 2021-02-13 05:32 ./source/y/nethack/nethack.SlackBuild -rw-r--r-- 1 root root 59 2020-12-30 20:25 ./source/y/nethack/nethack.url -rw-r--r-- 1 root root 1031 2020-12-30 21:50 ./source/y/nethack/slack-desc -drwxr-xr-x 4 root root 4096 2023-08-04 20:22 ./testing --rw-r--r-- 1 root root 2205 2023-08-04 20:22 ./testing/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2023-08-04 20:22 ./testing/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 2888 2023-08-04 20:22 ./testing/FILE_LIST --rw-r--r-- 1 root root 35785 2023-08-04 20:22 ./testing/MANIFEST.bz2 --rw-r--r-- 1 root root 729 2023-08-04 20:22 ./testing/PACKAGES.TXT -drwxr-xr-x 2 root root 4096 2023-08-04 19:17 ./testing/packages --rw-r--r-- 1 root root 334 2023-06-21 20:24 ./testing/packages/bind-9.18.16-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 2446452 2023-06-21 20:24 ./testing/packages/bind-9.18.16-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 163 2023-06-21 20:24 ./testing/packages/bind-9.18.16-x86_64-1_slack15.0.txz.asc -drwxr-xr-x 4 root root 4096 2023-08-04 19:17 ./testing/source -drwxr-xr-x 3 root root 4096 2023-06-21 18:19 ./testing/source/bind +drwxr-xr-x 4 root root 4096 2023-09-21 19:37 ./testing +-rw-r--r-- 1 root root 2205 2023-09-21 19:37 ./testing/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2023-09-21 19:37 ./testing/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 2888 2023-09-21 19:37 ./testing/FILE_LIST +-rw-r--r-- 1 root root 36227 2023-09-21 19:37 ./testing/MANIFEST.bz2 +-rw-r--r-- 1 root root 727 2023-09-21 19:37 ./testing/PACKAGES.TXT +drwxr-xr-x 2 root root 4096 2023-09-21 19:37 ./testing/packages +-rw-r--r-- 1 root root 334 2023-09-20 19:02 ./testing/packages/bind-9.18.19-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 2447784 2023-09-20 19:02 ./testing/packages/bind-9.18.19-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 163 2023-09-20 19:02 ./testing/packages/bind-9.18.19-x86_64-1_slack15.0.txz.asc +drwxr-xr-x 4 root root 4096 2023-09-21 19:31 ./testing/source +drwxr-xr-x 3 root root 4096 2023-09-20 18:56 ./testing/source/bind -rw-r--r-- 1 root root 5120 2007-06-08 04:48 ./testing/source/bind/3link.sh --rw-r--r-- 1 root root 5462456 2023-06-21 13:33 ./testing/source/bind/bind-9.18.16.tar.xz --rw-r--r-- 1 root root 833 2023-06-21 13:33 ./testing/source/bind/bind-9.18.16.tar.xz.asc +-rw-r--r-- 1 root root 5508464 2023-09-20 10:41 ./testing/source/bind/bind-9.18.19.tar.xz +-rw-r--r-- 1 root root 833 2023-09-20 10:41 ./testing/source/bind/bind-9.18.19.tar.xz.asc -rwxr-xr-x 1 root root 5649 2022-03-16 19:30 ./testing/source/bind/bind.SlackBuild drwxr-xr-x 2 root root 4096 2019-08-19 18:12 ./testing/source/bind/caching-example -rw-r--r-- 1 root root 195 2001-05-18 02:03 ./testing/source/bind/caching-example/localhost.zone diff --git a/patches/packages/bind-9.16.42-x86_64-1_slack15.0.txt b/patches/packages/bind-9.16.42-x86_64-1_slack15.0.txt deleted file mode 100644 index d61583855..000000000 --- a/patches/packages/bind-9.16.42-x86_64-1_slack15.0.txt +++ /dev/null @@ -1,11 +0,0 @@ -bind: bind (DNS server and utilities) -bind: -bind: The named daemon and support utilities such as dig, host, and -bind: nslookup. Sample configuration files for running a simple caching -bind: nameserver are included. Documentation for advanced name server -bind: setup can be found in /usr/doc/bind-9.x.x/. -bind: -bind: -bind: -bind: -bind: diff --git a/patches/packages/bind-9.16.44-x86_64-1_slack15.0.txt b/patches/packages/bind-9.16.44-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..d61583855 --- /dev/null +++ b/patches/packages/bind-9.16.44-x86_64-1_slack15.0.txt @@ -0,0 +1,11 @@ +bind: bind (DNS server and utilities) +bind: +bind: The named daemon and support utilities such as dig, host, and +bind: nslookup. Sample configuration files for running a simple caching +bind: nameserver are included. Documentation for advanced name server +bind: setup can be found in /usr/doc/bind-9.x.x/. +bind: +bind: +bind: +bind: +bind: diff --git a/patches/packages/cups-2.4.6-x86_64-1_slack15.0.txt b/patches/packages/cups-2.4.6-x86_64-1_slack15.0.txt deleted file mode 100644 index f581115e7..000000000 --- a/patches/packages/cups-2.4.6-x86_64-1_slack15.0.txt +++ /dev/null @@ -1,11 +0,0 @@ -cups: cups (Common UNIX Printing System) -cups: -cups: The Common UNIX Printing System provides a portable printing layer for -cups: UNIX(R)-like operating systems. It has been developed by Easy Software -cups: Products to promote a standard printing solution for all UNIX vendors -cups: and users. CUPS uses the Internet Printing Protocol ("IPP") as the -cups: basis for managing print jobs and queues. The CUPS package includes -cups: System V and Berkeley command-line interfaces, a PostScript RIP -cups: package for supporting non-PostScript printer drivers, and tools for -cups: creating additional printer drivers and other CUPS services. -cups: diff --git a/patches/packages/cups-2.4.7-x86_64-1_slack15.0.txt b/patches/packages/cups-2.4.7-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..f581115e7 --- /dev/null +++ b/patches/packages/cups-2.4.7-x86_64-1_slack15.0.txt @@ -0,0 +1,11 @@ +cups: cups (Common UNIX Printing System) +cups: +cups: The Common UNIX Printing System provides a portable printing layer for +cups: UNIX(R)-like operating systems. It has been developed by Easy Software +cups: Products to promote a standard printing solution for all UNIX vendors +cups: and users. CUPS uses the Internet Printing Protocol ("IPP") as the +cups: basis for managing print jobs and queues. The CUPS package includes +cups: System V and Berkeley command-line interfaces, a PostScript RIP +cups: package for supporting non-PostScript printer drivers, and tools for +cups: creating additional printer drivers and other CUPS services. +cups: diff --git a/patches/packages/mozilla-thunderbird-115.2.2-x86_64-1_slack15.0.txt b/patches/packages/mozilla-thunderbird-115.2.2-x86_64-1_slack15.0.txt deleted file mode 100644 index 5acb7b92e..000000000 --- a/patches/packages/mozilla-thunderbird-115.2.2-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.2.3-x86_64-1_slack15.0.txt b/patches/packages/mozilla-thunderbird-115.2.3-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..5acb7b92e --- /dev/null +++ b/patches/packages/mozilla-thunderbird-115.2.3-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: diff --git a/patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txt b/patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txt deleted file mode 100644 index dad8e1f1b..000000000 --- a/patches/packages/seamonkey-2.53.17-x86_64-1_slack15.0.txt +++ /dev/null @@ -1,11 +0,0 @@ -seamonkey: seamonkey (an open-source web browser suite) -seamonkey: -seamonkey: The SeaMonkey browser suite. SeaMonkey features a state-of-the-art -seamonkey: web browser and powerful email client, as well as a WYSIWYG web page -seamonkey: composer and a feature-rich IRC chat client. -seamonkey: -seamonkey: Homepage: https://www.seamonkey-project.org/ -seamonkey: -seamonkey: -seamonkey: -seamonkey: diff --git a/patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txt b/patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..dad8e1f1b --- /dev/null +++ b/patches/packages/seamonkey-2.53.17.1-x86_64-1_slack15.0.txt @@ -0,0 +1,11 @@ +seamonkey: seamonkey (an open-source web browser suite) +seamonkey: +seamonkey: The SeaMonkey browser suite. SeaMonkey features a state-of-the-art +seamonkey: web browser and powerful email client, as well as a WYSIWYG web page +seamonkey: composer and a feature-rich IRC chat client. +seamonkey: +seamonkey: Homepage: https://www.seamonkey-project.org/ +seamonkey: +seamonkey: +seamonkey: +seamonkey: diff --git a/patches/source/seamonkey/seamonkey.SlackBuild b/patches/source/seamonkey/seamonkey.SlackBuild index 7de48f1f9..b2729b7ef 100755 --- a/patches/source/seamonkey/seamonkey.SlackBuild +++ b/patches/source/seamonkey/seamonkey.SlackBuild @@ -131,10 +131,6 @@ cd seamonkey-${TARBALLVER} || exit 1 # Retain GTK+ v2 scrolling behavior: zcat $CWD/sm.ui.scrollToClick.diff.gz | patch -p2 --verbose || exit 1 -# It says this is still based on Firefox 68 ESR, so I'm unable to take this -# requirement seriously: -zcat $CWD/seamonkey.minimum_rust_version.diff.gz | patch -p1 --verbose || exit 1 - # Fix header mismatch on x86 with GCC: if [ "$ARCH" = "i686" -a "$CC" = "gcc" ]; then zcat $CWD/double_t.x86.diff.gz | patch -p1 --verbose || exit 1 diff --git a/patches/source/seamonkey/seamonkey.minimum_rust_version.diff b/patches/source/seamonkey/seamonkey.minimum_rust_version.diff deleted file mode 100644 index 7d64841e4..000000000 --- a/patches/source/seamonkey/seamonkey.minimum_rust_version.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./python/mozboot/mozboot/util.py.orig 2023-02-25 15:24:30.000000000 -0600 -+++ ./python/mozboot/mozboot/util.py 2023-03-30 18:23:44.212012352 -0500 -@@ -12,7 +12,7 @@ - here = os.path.join(os.path.dirname(__file__)) - - --MINIMUM_RUST_VERSION = '1.61.0' -+MINIMUM_RUST_VERSION = '1.60.0' - - - def get_state_dir(srcdir=False): diff --git a/recompress.sh b/recompress.sh index 63672086f..4ce190d7b 100755 --- a/recompress.sh +++ b/recompress.sh @@ -1202,7 +1202,6 @@ gzip ./patches/source/seamonkey/autoconf/autoconf-2.13-consolidated_fixes-1.patc gzip ./patches/source/seamonkey/doinst.sh gzip ./patches/source/seamonkey/double_t.x86.diff gzip ./patches/source/seamonkey/sm.ui.scrollToClick.diff -gzip ./patches/source/seamonkey/seamonkey.minimum_rust_version.diff gzip ./patches/source/vim/ctags.use-conventional-unused-marker.patch gzip ./patches/source/vim/vim.vimrc.diff gzip ./patches/source/vim/doinst.sh -- cgit v1.2.3-65-gdbad