summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-09-21 19:19:07 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-22 13:30:28 +0200
commit8f546e8375222b648c76a215d2f8f9dbe0502c37 (patch)
tree167a1b529324910dfa961969f20283a1c0ac3c85
parentb9facc142ff76dd5681ff937488905500fc676a8 (diff)
downloadcurrent-8f546e8375222b648c76a215d2f8f9dbe0502c37.tar.gz
current-8f546e8375222b648c76a215d2f8f9dbe0502c37.tar.xz
Wed Sep 21 19:19:07 UTC 202220220921191907_15.0
patches/packages/cups-2.4.2-x86_64-3_slack15.0.txz: Rebuilt. Fixed crash when using the CUPS web setup interface: [PATCH] Fix OpenSSL crash bug - "tls" pointer wasn't cleared after freeing it (Issue #409). Thanks to MisterL, bryjen, and kjhambrick. Fixed an OpenSSL certificate loading issue: [PATCH] The OpenSSL code path wasn't loading the full certificate chain (Issue #465). Thanks to tmmukunn.
-rw-r--r--ChangeLog.rss52
-rw-r--r--ChangeLog.txt32
-rw-r--r--FILELIST.TXT76
-rw-r--r--patches/packages/bind-9.16.33-x86_64-1_slack15.0.txt (renamed from patches/packages/bind-9.16.29-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/cups-2.4.2-x86_64-3_slack15.0.txt (renamed from patches/packages/cups-2.4.2-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/source/cups/c0c403744b1bf4a9790a8fcaabcd60970cbefe06.patch36
-rw-r--r--patches/source/cups/cd84d7fde692237af4996d4a0e985a3eb4a293f0.patch36
-rwxr-xr-xpatches/source/cups/cups.SlackBuild9
-rwxr-xr-xrecompress.sh2
9 files changed, 203 insertions, 40 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss
index 521c73327..9d1cfaf08 100644
--- a/ChangeLog.rss
+++ b/ChangeLog.rss
@@ -11,10 +11,58 @@
<description>Tracking Slackware development in git.</description>
<language>en-us</language>
<id xmlns="http://www.w3.org/2005/Atom">urn:uuid:c964f45e-6732-11e8-bbe5-107b4450212f</id>
- <pubDate>Tue, 20 Sep 2022 22:50:28 GMT</pubDate>
- <lastBuildDate>Wed, 21 Sep 2022 11:30:19 GMT</lastBuildDate>
+ <pubDate>Wed, 21 Sep 2022 19:19:07 GMT</pubDate>
+ <lastBuildDate>Thu, 22 Sep 2022 11:30:15 GMT</lastBuildDate>
<generator>maintain_current_git.sh v 1.17</generator>
<item>
+ <title>Wed, 21 Sep 2022 19:19:07 GMT</title>
+ <pubDate>Wed, 21 Sep 2022 19:19:07 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220921191907</link>
+ <guid isPermaLink="false">20220921191907</guid>
+ <description>
+ <![CDATA[<pre>
+patches/packages/cups-2.4.2-x86_64-3_slack15.0.txz: Rebuilt.
+ Fixed crash when using the CUPS web setup interface:
+ [PATCH] Fix OpenSSL crash bug - "tls" pointer wasn't cleared after freeing
+ it (Issue #409).
+ Thanks to MisterL, bryjen, and kjhambrick.
+ Fixed an OpenSSL certificate loading issue:
+ [PATCH] The OpenSSL code path wasn't loading the full certificate
+ chain (Issue #465).
+ Thanks to tmmukunn.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
+ <title>Wed, 21 Sep 2022 18:30:30 GMT</title>
+ <pubDate>Wed, 21 Sep 2022 18:30:30 GMT</pubDate>
+ <link>https://git.slackware.nl/current/tag/?h=20220921183030</link>
+ <guid isPermaLink="false">20220921183030</guid>
+ <description>
+ <![CDATA[<pre>
+patches/packages/bind-9.16.33-x86_64-1_slack15.0.txz: Upgraded.
+ This update fixes bugs and the following security issues:
+ Fix memory leak in EdDSA verify processing.
+ Fix memory leak in ECDSA verify processing.
+ Fix serve-stale crash that could happen when stale-answer-client-timeout
+ was set to 0 and there was a stale CNAME in the cache for an incoming query.
+ Prevent excessive resource use while processing large delegations.
+ For more information, see:
+ https://kb.isc.org/docs/cve-2022-38178
+ https://kb.isc.org/docs/cve-2022-38177
+ https://kb.isc.org/docs/cve-2022-3080
+ https://kb.isc.org/docs/cve-2022-2795
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38178
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38177
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3080
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2795
+ (* Security fix *)
+patches/packages/cups-2.4.2-x86_64-2_slack15.0.txz: Rebuilt.
+ Install pkgconfig file to the proper directory.
+ </pre>]]>
+ </description>
+ </item>
+ <item>
<title>Tue, 20 Sep 2022 22:50:28 GMT</title>
<pubDate>Tue, 20 Sep 2022 22:50:28 GMT</pubDate>
<link>https://git.slackware.nl/current/tag/?h=20220920225028</link>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 5d21f37c2..579097731 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,35 @@
+Wed Sep 21 19:19:07 UTC 2022
+patches/packages/cups-2.4.2-x86_64-3_slack15.0.txz: Rebuilt.
+ Fixed crash when using the CUPS web setup interface:
+ [PATCH] Fix OpenSSL crash bug - "tls" pointer wasn't cleared after freeing
+ it (Issue #409).
+ Thanks to MisterL, bryjen, and kjhambrick.
+ Fixed an OpenSSL certificate loading issue:
+ [PATCH] The OpenSSL code path wasn't loading the full certificate
+ chain (Issue #465).
+ Thanks to tmmukunn.
++--------------------------+
+Wed Sep 21 18:30:30 UTC 2022
+patches/packages/bind-9.16.33-x86_64-1_slack15.0.txz: Upgraded.
+ This update fixes bugs and the following security issues:
+ Fix memory leak in EdDSA verify processing.
+ Fix memory leak in ECDSA verify processing.
+ Fix serve-stale crash that could happen when stale-answer-client-timeout
+ was set to 0 and there was a stale CNAME in the cache for an incoming query.
+ Prevent excessive resource use while processing large delegations.
+ For more information, see:
+ https://kb.isc.org/docs/cve-2022-38178
+ https://kb.isc.org/docs/cve-2022-38177
+ https://kb.isc.org/docs/cve-2022-3080
+ https://kb.isc.org/docs/cve-2022-2795
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38178
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38177
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3080
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2795
+ (* Security fix *)
+patches/packages/cups-2.4.2-x86_64-2_slack15.0.txz: Rebuilt.
+ Install pkgconfig file to the proper directory.
++--------------------------+
Tue Sep 20 22:50:28 UTC 2022
patches/packages/expat-2.4.9-x86_64-1_slack15.0.txz: Upgraded.
This update fixes a security issue:
diff --git a/FILELIST.TXT b/FILELIST.TXT
index ca3f5e2ff..29546c16f 100644
--- a/FILELIST.TXT
+++ b/FILELIST.TXT
@@ -1,20 +1,20 @@
-Tue Sep 20 22:57:17 UTC 2022
+Wed Sep 21 19:21:25 UTC 2022
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 2022-09-20 22:50 .
+drwxr-xr-x 12 root root 4096 2022-09-21 19:19 .
-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 1149070 2022-09-18 19:04 ./CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-09-18 19:04 ./CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 1151323 2022-09-21 18:33 ./CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-09-21 18:33 ./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 1930722 2022-09-20 22:50 ./ChangeLog.txt
+-rw-r--r-- 1 root root 1932288 2022-09-21 19:19 ./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 1500081 2022-09-18 19:04 ./FILELIST.TXT
+-rw-r--r-- 1 root root 1502990 2022-09-21 18:32 ./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
@@ -738,22 +738,22 @@ drwxr-xr-x 2 root root 4096 2008-05-07 05:21 ./pasture/source/php/pear
-rwxr-xr-x 1 root root 9448 2018-05-16 22:38 ./pasture/source/php/php.SlackBuild
-rw-r--r-- 1 root root 775 2017-07-07 19:25 ./pasture/source/php/php.ini-development.diff.gz
-rw-r--r-- 1 root root 830 2005-12-09 05:18 ./pasture/source/php/slack-desc
-drwxr-xr-x 4 root root 4096 2022-09-20 22:57 ./patches
--rw-r--r-- 1 root root 47283 2022-09-20 22:57 ./patches/CHECKSUMS.md5
--rw-r--r-- 1 root root 163 2022-09-20 22:57 ./patches/CHECKSUMS.md5.asc
--rw-r--r-- 1 root root 63309 2022-09-20 22:57 ./patches/FILE_LIST
--rw-r--r-- 1 root root 11627385 2022-09-20 22:57 ./patches/MANIFEST.bz2
--rw-r--r-- 1 root root 34859 2022-09-20 22:57 ./patches/PACKAGES.TXT
-drwxr-xr-x 3 root root 16384 2022-09-20 22:57 ./patches/packages
+drwxr-xr-x 4 root root 4096 2022-09-21 19:21 ./patches
+-rw-r--r-- 1 root root 47479 2022-09-21 19:21 ./patches/CHECKSUMS.md5
+-rw-r--r-- 1 root root 163 2022-09-21 19:21 ./patches/CHECKSUMS.md5.asc
+-rw-r--r-- 1 root root 63539 2022-09-21 19:21 ./patches/FILE_LIST
+-rw-r--r-- 1 root root 11632676 2022-09-21 19:21 ./patches/MANIFEST.bz2
+-rw-r--r-- 1 root root 34859 2022-09-21 19:21 ./patches/PACKAGES.TXT
+drwxr-xr-x 3 root root 16384 2022-09-21 19:21 ./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
-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 2022-05-19 16:49 ./patches/packages/bind-9.16.29-x86_64-1_slack15.0.txt
--rw-r--r-- 1 root root 2203284 2022-05-19 16:49 ./patches/packages/bind-9.16.29-x86_64-1_slack15.0.txz
--rw-r--r-- 1 root root 163 2022-05-19 16:49 ./patches/packages/bind-9.16.29-x86_64-1_slack15.0.txz.asc
+-rw-r--r-- 1 root root 334 2022-09-21 16:48 ./patches/packages/bind-9.16.33-x86_64-1_slack15.0.txt
+-rw-r--r-- 1 root root 2204908 2022-09-21 16:48 ./patches/packages/bind-9.16.33-x86_64-1_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-09-21 16:48 ./patches/packages/bind-9.16.33-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
@@ -763,9 +763,9 @@ drwxr-xr-x 3 root root 16384 2022-09-20 22:57 ./patches/packages
-rw-r--r-- 1 root root 367 2022-06-23 04:34 ./patches/packages/ca-certificates-20220622-noarch-1_slack15.0.txt
-rw-r--r-- 1 root root 135524 2022-06-23 04:34 ./patches/packages/ca-certificates-20220622-noarch-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-06-23 04:34 ./patches/packages/ca-certificates-20220622-noarch-1_slack15.0.txz.asc
--rw-r--r-- 1 root root 642 2022-05-26 17:50 ./patches/packages/cups-2.4.2-x86_64-1_slack15.0.txt
--rw-r--r-- 1 root root 1587868 2022-05-26 17:50 ./patches/packages/cups-2.4.2-x86_64-1_slack15.0.txz
--rw-r--r-- 1 root root 163 2022-05-26 17:50 ./patches/packages/cups-2.4.2-x86_64-1_slack15.0.txz.asc
+-rw-r--r-- 1 root root 642 2022-09-21 19:13 ./patches/packages/cups-2.4.2-x86_64-3_slack15.0.txt
+-rw-r--r-- 1 root root 1589324 2022-09-21 19:13 ./patches/packages/cups-2.4.2-x86_64-3_slack15.0.txz
+-rw-r--r-- 1 root root 163 2022-09-21 19:13 ./patches/packages/cups-2.4.2-x86_64-3_slack15.0.txz.asc
-rw-r--r-- 1 root root 552 2022-09-01 01:46 ./patches/packages/curl-7.85.0-x86_64-1_slack15.0.txt
-rw-r--r-- 1 root root 1307336 2022-09-01 01:46 ./patches/packages/curl-7.85.0-x86_64-1_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-09-01 01:46 ./patches/packages/curl-7.85.0-x86_64-1_slack15.0.txz.asc
@@ -911,7 +911,7 @@ drwxr-xr-x 2 root root 4096 2022-08-26 04:06 ./patches/packages/linux-5.15
-rw-r--r-- 1 root root 388 2022-08-09 17:48 ./patches/packages/zlib-1.2.12-x86_64-2_slack15.0.txt
-rw-r--r-- 1 root root 105196 2022-08-09 17:48 ./patches/packages/zlib-1.2.12-x86_64-2_slack15.0.txz
-rw-r--r-- 1 root root 163 2022-08-09 17:48 ./patches/packages/zlib-1.2.12-x86_64-2_slack15.0.txz.asc
-drwxr-xr-x 48 root root 4096 2022-09-20 22:39 ./patches/source
+drwxr-xr-x 48 root root 4096 2022-09-21 19:17 ./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
@@ -927,13 +927,13 @@ 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 2022-05-19 16:46 ./patches/source/bind
+drwxr-xr-x 3 root root 4096 2022-09-21 16:42 ./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 5088348 2022-05-18 13:32 ./patches/source/bind/bind-9.16.29.tar.xz
--rw-r--r-- 1 root root 874 2022-05-18 13:32 ./patches/source/bind/bind-9.16.29.tar.xz.asc
--rw-r--r-- 1 root root 874 2022-05-18 13:32 ./patches/source/bind/bind-9.16.29.tar.xz.sha1.asc
--rw-r--r-- 1 root root 874 2022-05-18 13:32 ./patches/source/bind/bind-9.16.29.tar.xz.sha256.asc
--rw-r--r-- 1 root root 874 2022-05-18 13:32 ./patches/source/bind/bind-9.16.29.tar.xz.sha512.asc
+-rw-r--r-- 1 root root 5092516 2022-09-21 08:40 ./patches/source/bind/bind-9.16.33.tar.xz
+-rw-r--r-- 1 root root 833 2022-09-21 08:40 ./patches/source/bind/bind-9.16.33.tar.xz.asc
+-rw-r--r-- 1 root root 833 2022-09-21 08:40 ./patches/source/bind/bind-9.16.33.tar.xz.sha1.asc
+-rw-r--r-- 1 root root 833 2022-09-21 08:40 ./patches/source/bind/bind-9.16.33.tar.xz.sha256.asc
+-rw-r--r-- 1 root root 833 2022-09-21 08:40 ./patches/source/bind/bind-9.16.33.tar.xz.sha512.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
@@ -972,11 +972,13 @@ drwxr-xr-x 2 root root 4096 2022-06-23 04:33 ./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 2022-05-26 16:49 ./patches/source/cups
+drwxr-xr-x 2 root root 4096 2022-09-21 19:12 ./patches/source/cups
+-rw-r--r-- 1 root root 691 2022-09-21 19:02 ./patches/source/cups/c0c403744b1bf4a9790a8fcaabcd60970cbefe06.patch.gz
+-rw-r--r-- 1 root root 824 2022-09-21 19:10 ./patches/source/cups/cd84d7fde692237af4996d4a0e985a3eb4a293f0.patch.gz
-rw-r--r-- 1 root root 6207496 2022-05-26 06:17 ./patches/source/cups/cups-2.4.2.tar.lz
-rw-r--r-- 1 root root 199167 2004-01-03 18:49 ./patches/source/cups/cups-samba-5.0rc3.tar.gz
-rw-r--r-- 1 root root 33700 2006-04-19 23:55 ./patches/source/cups/cups-windows-6.0-source.tar.xz
--rwxr-xr-x 1 root root 6592 2022-05-26 17:49 ./patches/source/cups/cups.SlackBuild
+-rwxr-xr-x 1 root root 6897 2022-09-21 19:13 ./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
-rw-r--r-- 1 root root 1094 2018-11-29 19:15 ./patches/source/cups/slack-desc
@@ -2725,9 +2727,9 @@ drwxr-xr-x 2 root root 69632 2022-02-01 08:29 ./slackware64/kde
-rw-r--r-- 1 root root 125044 2022-01-16 05:02 ./slackware64/kde/kglobalaccel-5.90.0-x86_64-2.txz
-rw-r--r-- 1 root root 163 2022-01-16 05:02 ./slackware64/kde/kglobalaccel-5.90.0-x86_64-2.txz.asc
-rw-r--r-- 1 root root 354 2022-01-06 22:32 ./slackware64/kde/kgoldrunner-21.12.1-x86_64-1.txt
--rw-r--r-- 1 root root 4840408 2022-01-06 22:32 ./slackware64/kde/kgoldrunner-21.12.1-x86_64-1.txz
--rw-r--r-- 1 root root 163 2022-01-06 22:32 ./slackware64/kde/kgoldrunner-21.12.1-x86_64-1.txz.asc
--rw-r--r-- 1 root root 205 2022-01-06 22:04 ./slackware64/kde/kgpg-21.12.1-x86_64-1.txt
+-rw-r--r-- 1 root root 4840408 2022-01-06 22:32 ./slackware64/kde/kgoldrunner-21.12.1-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2022-01-06 22:32 ./slackware64/kde/kgoldrunner-21.12.1-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 205 2022-01-06 22:04 ./slackware64/kde/kgpg-21.12.1-x86_64-1.txt
-rw-r--r-- 1 root root 3131088 2022-01-06 22:04 ./slackware64/kde/kgpg-21.12.1-x86_64-1.txz
-rw-r--r-- 1 root root 163 2022-01-06 22:04 ./slackware64/kde/kgpg-21.12.1-x86_64-1.txz.asc
-rw-r--r-- 1 root root 292 2022-01-08 22:26 ./slackware64/kde/kguiaddons-5.90.0-x86_64-1.txt
@@ -5475,9 +5477,9 @@ drwxr-xr-x 2 root root 65536 2022-02-01 04:47 ./slackware64/x
-rw-r--r-- 1 root root 423 2021-09-21 02:16 ./slackware64/x/libva-2.13.0-x86_64-2.txt
-rw-r--r-- 1 root root 174396 2021-09-21 02:16 ./slackware64/x/libva-2.13.0-x86_64-2.txz
-rw-r--r-- 1 root root 163 2021-09-21 02:16 ./slackware64/x/libva-2.13.0-x86_64-2.txz.asc
--rw-r--r-- 1 root root 294 2021-10-01 03:29 ./slackware64/x/libva-utils-2.13.0-x86_64-1.txt
--rw-r--r-- 1 root root 453036 2021-10-01 03:29 ./slackware64/x/libva-utils-2.13.0-x86_64-1.txz
--rw-r--r-- 1 root root 163 2021-10-01 03:29 ./slackware64/x/libva-utils-2.13.0-x86_64-1.txz.asc
+-rw-r--r-- 1 root root 294 2021-10-01 03:29 ./slackware64/x/libva-utils-2.13.0-x86_64-1.txt
+-rw-r--r-- 1 root root 453036 2021-10-01 03:29 ./slackware64/x/libva-utils-2.13.0-x86_64-1.txz
+-rw-r--r-- 1 root root 163 2021-10-01 03:29 ./slackware64/x/libva-utils-2.13.0-x86_64-1.txz.asc
-rw-r--r-- 1 root root 500 2021-02-13 12:54 ./slackware64/x/libvdpau-1.4-x86_64-3.txt
-rw-r--r-- 1 root root 56180 2021-02-13 12:54 ./slackware64/x/libvdpau-1.4-x86_64-3.txz
-rw-r--r-- 1 root root 163 2021-02-13 12:54 ./slackware64/x/libvdpau-1.4-x86_64-3.txz.asc
@@ -15089,9 +15091,9 @@ drwxr-xr-x 2 root root 4096 2020-08-09 17:46 ./source/x/x11/src/font
-rw-r--r-- 1 root root 99540 2010-11-15 23:18 ./source/x/x11/src/font/font-sony-misc-1.0.3.tar.xz
-rw-r--r-- 1 root root 106568 2010-11-15 23:20 ./source/x/x11/src/font/font-sun-misc-1.0.3.tar.xz
-rw-r--r-- 1 root root 138692 2019-08-25 22:27 ./source/x/x11/src/font/font-util-1.3.2.tar.xz
--rw-r--r-- 1 root root 93740 2010-11-15 23:21 ./source/x/x11/src/font/font-winitzki-cyrillic-1.0.3.tar.xz
--rw-r--r-- 1 root root 117928 2010-11-15 23:23 ./source/x/x11/src/font/font-xfree86-type1-1.0.4.tar.xz
--rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-ati.sh
+-rw-r--r-- 1 root root 93740 2010-11-15 23:21 ./source/x/x11/src/font/font-winitzki-cyrillic-1.0.3.tar.xz
+-rw-r--r-- 1 root root 117928 2010-11-15 23:23 ./source/x/x11/src/font/font-xfree86-type1-1.0.4.tar.xz
+-rwxr-xr-x 1 root root 2154 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-ati.sh
-rwxr-xr-x 1 root root 2180 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-intel.sh
-rwxr-xr-x 1 root root 2211 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-nouveau.sh
-rwxr-xr-x 1 root root 2262 2020-07-09 18:37 ./source/x/x11/src/get-xf86-video-openchrome.sh
diff --git a/patches/packages/bind-9.16.29-x86_64-1_slack15.0.txt b/patches/packages/bind-9.16.33-x86_64-1_slack15.0.txt
index d61583855..d61583855 100644
--- a/patches/packages/bind-9.16.29-x86_64-1_slack15.0.txt
+++ b/patches/packages/bind-9.16.33-x86_64-1_slack15.0.txt
diff --git a/patches/packages/cups-2.4.2-x86_64-1_slack15.0.txt b/patches/packages/cups-2.4.2-x86_64-3_slack15.0.txt
index f581115e7..f581115e7 100644
--- a/patches/packages/cups-2.4.2-x86_64-1_slack15.0.txt
+++ b/patches/packages/cups-2.4.2-x86_64-3_slack15.0.txt
diff --git a/patches/source/cups/c0c403744b1bf4a9790a8fcaabcd60970cbefe06.patch b/patches/source/cups/c0c403744b1bf4a9790a8fcaabcd60970cbefe06.patch
new file mode 100644
index 000000000..f38baf8a7
--- /dev/null
+++ b/patches/source/cups/c0c403744b1bf4a9790a8fcaabcd60970cbefe06.patch
@@ -0,0 +1,36 @@
+From c0c403744b1bf4a9790a8fcaabcd60970cbefe06 Mon Sep 17 00:00:00 2001
+From: Michael R Sweet <michael.r.sweet@gmail.com>
+Date: Tue, 7 Jun 2022 13:45:29 -0400
+Subject: [PATCH] Fix OpenSSL crash bug - "tls" pointer wasn't cleared after
+ freeing it (Issue #409)
+
+---
+ CHANGES.md | 1 +
+ cups/tls-openssl.c | 2 ++
+ 2 files changed, 3 insertions(+)
+
+#diff --git a/CHANGES.md b/CHANGES.md
+#index 8b78b003fa..befbf3ab44 100644
+#--- a/CHANGES.md
+#+++ b/CHANGES.md
+#@@ -6,6 +6,7 @@ Changes in CUPS v2.4.3 (TBA)
+#
+# - Added a title with device uri for found network printers (Issues #402, #393)
+# - Fixed configuration on RISC-V machines (Issue #404)
+#+- Fixed an OpenSSL crash bug (Issue #409)
+#
+#
+# Changes in CUPS v2.4.2 (26th May 2022)
+diff --git a/cups/tls-openssl.c b/cups/tls-openssl.c
+index c3e57742e8..6db9f8a9c2 100644
+--- a/cups/tls-openssl.c
++++ b/cups/tls-openssl.c
+@@ -1152,6 +1152,8 @@ _httpTLSStop(http_t *http) // I - Connection to server
+ SSL_shutdown(http->tls);
+ SSL_CTX_free(context);
+ SSL_free(http->tls);
++
++ http->tls = NULL;
+ }
+
+
diff --git a/patches/source/cups/cd84d7fde692237af4996d4a0e985a3eb4a293f0.patch b/patches/source/cups/cd84d7fde692237af4996d4a0e985a3eb4a293f0.patch
new file mode 100644
index 000000000..572ca0717
--- /dev/null
+++ b/patches/source/cups/cd84d7fde692237af4996d4a0e985a3eb4a293f0.patch
@@ -0,0 +1,36 @@
+From cd84d7fde692237af4996d4a0e985a3eb4a293f0 Mon Sep 17 00:00:00 2001
+From: Michael R Sweet <michael.r.sweet@gmail.com>
+Date: Mon, 5 Sep 2022 09:20:03 -0400
+Subject: [PATCH] The OpenSSL code path wasn't loading the full certificate
+ chain (Issue #465)
+
+---
+ CHANGES.md | 1 +
+ cups/tls-openssl.c | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+#diff --git a/CHANGES.md b/CHANGES.md
+#index f96677675a..81aef4e680 100644
+#--- a/CHANGES.md
+#+++ b/CHANGES.md
+#@@ -12,6 +12,7 @@ Changes in CUPS v2.4.3 (TBA)
+# hostname (Issue #419)
+# - Fixed an OpenSSL crash bug (Issue #409)
+# - Fixed a potential SNMP OID value overflow issue (Issue #431)
+#+- Fixed an OpenSSL certificate loading issue (Issue #465)
+# - Look for default printer on network if needed (Issue ##452)
+# - Now localize HTTP responses using the Content-Language value (Issue #426)
+# - Raised file size limit for importing PPD via Web UI (Issue #433)
+diff --git a/cups/tls-openssl.c b/cups/tls-openssl.c
+index ceb3abaedc..acc10fc420 100644
+--- a/cups/tls-openssl.c
++++ b/cups/tls-openssl.c
+@@ -1055,7 +1055,7 @@ _httpTLSStart(http_t *http) // I - Connection to server
+ }
+
+ SSL_CTX_use_PrivateKey_file(context, keyfile, SSL_FILETYPE_PEM);
+- SSL_CTX_use_certificate_file(context, crtfile, SSL_FILETYPE_PEM);
++ SSL_CTX_use_certificate_chain_file(context, crtfile);
+ }
+
+ // Set TLS options...
diff --git a/patches/source/cups/cups.SlackBuild b/patches/source/cups/cups.SlackBuild
index 1b128bfe1..f07c6b183 100755
--- a/patches/source/cups/cups.SlackBuild
+++ b/patches/source/cups/cups.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=cups
VERSION=${VERSION:-$(echo $PKGNAM-2*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1_slack15.0}
+BUILD=${BUILD:-3_slack15.0}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -81,6 +81,12 @@ cd cups-$VERSION || exit 1
sed -i.orig -e 's#$exec_prefix/lib/cups#$libdir/cups#g' configure
+# Fix OpenSSL crash:
+zcat $CWD/c0c403744b1bf4a9790a8fcaabcd60970cbefe06.patch.gz | patch -p1 --verbose || exit 1
+
+# Fix OpenSSL certificate loading issue:
+zcat $CWD/cd84d7fde692237af4996d4a0e985a3eb4a293f0.patch.gz | patch -p1 --verbose || exit 1
+
# Choose correct options depending on whether PAM is installed:
if [ -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then
PAM_OPTIONS="--enable-pam"
@@ -94,6 +100,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--libdir=/usr/lib${LIBDIRSUFFIX} \
+ --with-pkgconfpath=/usr/lib${LIBDIRSUFFIX}/pkgconfig \
--enable-cdsassl=no \
--docdir=/usr/doc \
--mandir=/usr/man \
diff --git a/recompress.sh b/recompress.sh
index ac0d2d733..11d7423bc 100755
--- a/recompress.sh
+++ b/recompress.sh
@@ -1239,7 +1239,9 @@ gzip ./patches/source/polkit/0001-configure-fix-elogind-support.patch
gzip ./patches/source/bind/doinst.sh
gzip ./patches/source/pidgin/fix-gmain_h-compile-error.diff
gzip ./patches/source/pidgin/doinst.sh
+gzip ./patches/source/cups/cd84d7fde692237af4996d4a0e985a3eb4a293f0.patch
gzip ./patches/source/cups/doinst.sh
+gzip ./patches/source/cups/c0c403744b1bf4a9790a8fcaabcd60970cbefe06.patch
gzip ./patches/source/httpd/httpd.runasapache.diff
gzip ./patches/source/httpd/doinst.sh
gzip ./patches/source/at/doinst.sh