mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
Wed Sep 21 19:19:07 UTC 2022
ap/cups-2.4.2-x86_64-3.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.
This commit is contained in:
parent
bae5a7d858
commit
5a04d2d705
8 changed files with 247 additions and 60 deletions
|
@ -11,9 +11,68 @@
|
|||
<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 05:00:14 GMT</lastBuildDate>
|
||||
<pubDate>Wed, 21 Sep 2022 19:19:07 GMT</pubDate>
|
||||
<lastBuildDate>Thu, 22 Sep 2022 04:59:43 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>
|
||||
ap/cups-2.4.2-x86_64-3.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>
|
||||
ap/cups-2.4.2-x86_64-2.txz: Rebuilt.
|
||||
Install pkgconfig file to the proper directory.
|
||||
l/libbluray-1.3.3-x86_64-1.txz: Upgraded.
|
||||
l/system-config-printer-1.5.18-x86_64-1.txz: Upgraded.
|
||||
n/bind-9.18.7-x86_64-1.txz: Upgraded.
|
||||
This update fixes bugs and the following security issues:
|
||||
Fix memory leak in EdDSA 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.
|
||||
Fix memory leaks in the DH code when using OpenSSL 3.0.0 and later versions.
|
||||
The openssldh_compare(), openssldh_paramcompare(), and openssldh_todns()
|
||||
functions were affected.
|
||||
When an HTTP connection was reused to get statistics from the stats channel,
|
||||
and zlib compression was in use, each successive response sent larger and
|
||||
larger blocks of memory, potentially reading past the end of the allocated
|
||||
buffer.
|
||||
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-3080
|
||||
https://kb.isc.org/docs/cve-2022-2906
|
||||
https://kb.isc.org/docs/cve-2022-2881
|
||||
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-3080
|
||||
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2906
|
||||
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2881
|
||||
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2795
|
||||
(* Security fix *)
|
||||
n/nghttp2-1.50.0-x86_64-1.txz: Upgraded.
|
||||
</pre>]]>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Tue, 20 Sep 2022 22:50:28 GMT</title>
|
||||
<pubDate>Tue, 20 Sep 2022 22:50:28 GMT</pubDate>
|
||||
|
|
|
@ -1,3 +1,46 @@
|
|||
Wed Sep 21 19:19:07 UTC 2022
|
||||
ap/cups-2.4.2-x86_64-3.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
|
||||
ap/cups-2.4.2-x86_64-2.txz: Rebuilt.
|
||||
Install pkgconfig file to the proper directory.
|
||||
l/libbluray-1.3.3-x86_64-1.txz: Upgraded.
|
||||
l/system-config-printer-1.5.18-x86_64-1.txz: Upgraded.
|
||||
n/bind-9.18.7-x86_64-1.txz: Upgraded.
|
||||
This update fixes bugs and the following security issues:
|
||||
Fix memory leak in EdDSA 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.
|
||||
Fix memory leaks in the DH code when using OpenSSL 3.0.0 and later versions.
|
||||
The openssldh_compare(), openssldh_paramcompare(), and openssldh_todns()
|
||||
functions were affected.
|
||||
When an HTTP connection was reused to get statistics from the stats channel,
|
||||
and zlib compression was in use, each successive response sent larger and
|
||||
larger blocks of memory, potentially reading past the end of the allocated
|
||||
buffer.
|
||||
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-3080
|
||||
https://kb.isc.org/docs/cve-2022-2906
|
||||
https://kb.isc.org/docs/cve-2022-2881
|
||||
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-3080
|
||||
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2906
|
||||
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2881
|
||||
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2795
|
||||
(* Security fix *)
|
||||
n/nghttp2-1.50.0-x86_64-1.txz: Upgraded.
|
||||
+--------------------------+
|
||||
Tue Sep 20 22:50:28 UTC 2022
|
||||
a/kernel-generic-5.19.10-x86_64-1.txz: Upgraded.
|
||||
a/kernel-huge-5.19.10-x86_64-1.txz: Upgraded.
|
||||
|
|
117
FILELIST.TXT
117
FILELIST.TXT
|
@ -1,20 +1,20 @@
|
|||
Tue Sep 20 22:59:31 UTC 2022
|
||||
Wed Sep 21 19:23:04 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 16617 2022-02-02 23:27 ./CHANGES_AND_HINTS.TXT
|
||||
-rw-r--r-- 1 root root 1101646 2022-09-18 19:06 ./CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 163 2022-09-18 19:06 ./CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 1101827 2022-09-21 18:34 ./CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 163 2022-09-21 18:34 ./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 307959 2022-09-20 22:50 ./ChangeLog.txt
|
||||
-rw-r--r-- 1 root root 310074 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-09-15 20:15 ./EFI/BOOT
|
||||
-rw-r--r-- 1 root root 1187840 2021-06-15 19:16 ./EFI/BOOT/bootx64.efi
|
||||
|
@ -25,9 +25,9 @@ drwxr-xr-x 2 root root 4096 2022-09-15 20:15 ./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 1435339 2022-09-18 19:06 ./FILELIST.TXT
|
||||
-rw-r--r-- 1 root root 1435549 2022-09-21 18:34 ./FILELIST.TXT
|
||||
-rw-r--r-- 1 root root 1572 2012-08-29 18:27 ./GPG-KEY
|
||||
-rw-r--r-- 1 root root 858344 2022-09-20 22:59 ./PACKAGES.TXT
|
||||
-rw-r--r-- 1 root root 858345 2022-09-21 19:22 ./PACKAGES.TXT
|
||||
-rw-r--r-- 1 root root 8034 2022-02-02 03:36 ./README.TXT
|
||||
-rw-r--r-- 1 root root 3635 2022-09-20 22:40 ./README.initrd
|
||||
-rw-r--r-- 1 root root 34162 2022-01-30 20:35 ./README_CRYPT.TXT
|
||||
|
@ -746,11 +746,11 @@ drwxr-xr-x 2 root root 4096 2022-02-03 07:02 ./patches
|
|||
-rw-r--r-- 1 root root 575 2022-02-03 07:02 ./patches/FILE_LIST
|
||||
-rw-r--r-- 1 root root 14 2022-02-03 07:02 ./patches/MANIFEST.bz2
|
||||
-rw-r--r-- 1 root root 224 2022-02-03 07:02 ./patches/PACKAGES.TXT
|
||||
drwxr-xr-x 17 root root 4096 2022-09-20 22:59 ./slackware64
|
||||
-rw-r--r-- 1 root root 334913 2022-09-20 22:59 ./slackware64/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 163 2022-09-20 22:59 ./slackware64/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 415477 2022-09-20 22:58 ./slackware64/FILE_LIST
|
||||
-rw-r--r-- 1 root root 4249835 2022-09-20 22:58 ./slackware64/MANIFEST.bz2
|
||||
drwxr-xr-x 17 root root 4096 2022-09-21 19:22 ./slackware64
|
||||
-rw-r--r-- 1 root root 334913 2022-09-21 19:22 ./slackware64/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 163 2022-09-21 19:22 ./slackware64/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 415477 2022-09-21 19:21 ./slackware64/FILE_LIST
|
||||
-rw-r--r-- 1 root root 4248710 2022-09-21 19:22 ./slackware64/MANIFEST.bz2
|
||||
lrwxrwxrwx 1 root root 15 2009-08-23 23:34 ./slackware64/PACKAGES.TXT -> ../PACKAGES.TXT
|
||||
drwxr-xr-x 2 root root 32768 2022-09-20 22:57 ./slackware64/a
|
||||
-rw-r--r-- 1 root root 327 2022-02-15 18:16 ./slackware64/a/aaa_base-15.1-x86_64-2.txt
|
||||
|
@ -1133,7 +1133,7 @@ drwxr-xr-x 2 root root 32768 2022-09-20 22:57 ./slackware64/a
|
|||
-rw-r--r-- 1 root root 540 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txt
|
||||
-rw-r--r-- 1 root root 56160 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:22 ./slackware64/a/zoo-2.10_22-x86_64-4.txz.asc
|
||||
drwxr-xr-x 2 root root 20480 2022-09-18 19:05 ./slackware64/ap
|
||||
drwxr-xr-x 2 root root 20480 2022-09-21 19:21 ./slackware64/ap
|
||||
-rw-r--r-- 1 root root 291 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txt
|
||||
-rw-r--r-- 1 root root 703580 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:23 ./slackware64/ap/a2ps-4.14-x86_64-9.txz.asc
|
||||
|
@ -1164,9 +1164,9 @@ drwxr-xr-x 2 root root 20480 2022-09-18 19:05 ./slackware64/ap
|
|||
-rw-r--r-- 1 root root 405 2021-11-29 18:56 ./slackware64/ap/cdrtools-3.02a09-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 918412 2021-11-29 18:56 ./slackware64/ap/cdrtools-3.02a09-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2021-11-29 18:56 ./slackware64/ap/cdrtools-3.02a09-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 642 2022-05-26 16:50 ./slackware64/ap/cups-2.4.2-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1587268 2022-05-26 16:50 ./slackware64/ap/cups-2.4.2-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-05-26 16:50 ./slackware64/ap/cups-2.4.2-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 642 2022-09-21 19:11 ./slackware64/ap/cups-2.4.2-x86_64-3.txt
|
||||
-rw-r--r-- 1 root root 1589644 2022-09-21 19:11 ./slackware64/ap/cups-2.4.2-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-21 19:11 ./slackware64/ap/cups-2.4.2-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 416 2022-09-11 18:36 ./slackware64/ap/cups-filters-1.28.16-x86_64-2.txt
|
||||
-rw-r--r-- 1 root root 832064 2022-09-11 18:36 ./slackware64/ap/cups-filters-1.28.16-x86_64-2.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-11 18:36 ./slackware64/ap/cups-filters-1.28.16-x86_64-2.txz.asc
|
||||
|
@ -2759,7 +2759,7 @@ drwxr-xr-x 2 root root 86016 2022-09-17 19:01 ./slackware64/kde
|
|||
-rw-r--r-- 1 root root 517 2022-09-10 00:36 ./slackware64/kde/zanshin-22.08.1-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 678352 2022-09-10 00:36 ./slackware64/kde/zanshin-22.08.1-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-10 00:36 ./slackware64/kde/zanshin-22.08.1-x86_64-1.txz.asc
|
||||
drwxr-xr-x 2 root root 86016 2022-09-20 22:58 ./slackware64/l
|
||||
drwxr-xr-x 2 root root 86016 2022-09-21 18:33 ./slackware64/l
|
||||
-rw-r--r-- 1 root root 329 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txt
|
||||
-rw-r--r-- 1 root root 928144 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz
|
||||
-rw-r--r-- 1 root root 163 2022-03-06 20:00 ./slackware64/l/GConf-3.2.6-x86_64-8.txz.asc
|
||||
|
@ -3197,9 +3197,9 @@ drwxr-xr-x 2 root root 86016 2022-09-20 22:58 ./slackware64/l
|
|||
-rw-r--r-- 1 root root 554 2021-02-13 06:57 ./slackware64/l/libatasmart-0.19-x86_64-5.txt
|
||||
-rw-r--r-- 1 root root 34404 2021-02-13 06:57 ./slackware64/l/libatasmart-0.19-x86_64-5.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 06:57 ./slackware64/l/libatasmart-0.19-x86_64-5.txz.asc
|
||||
-rw-r--r-- 1 root root 335 2022-08-01 18:52 ./slackware64/l/libbluray-1.3.2-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 161356 2022-08-01 18:52 ./slackware64/l/libbluray-1.3.2-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-08-01 18:52 ./slackware64/l/libbluray-1.3.2-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 335 2022-09-21 03:04 ./slackware64/l/libbluray-1.3.3-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 161356 2022-09-21 03:04 ./slackware64/l/libbluray-1.3.3-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-21 03:04 ./slackware64/l/libbluray-1.3.3-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 414 2021-02-13 06:57 ./slackware64/l/libburn-1.5.4-x86_64-2.txt
|
||||
-rw-r--r-- 1 root root 292680 2021-02-13 06:57 ./slackware64/l/libburn-1.5.4-x86_64-2.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 06:57 ./slackware64/l/libburn-1.5.4-x86_64-2.txz.asc
|
||||
|
@ -3874,9 +3874,9 @@ drwxr-xr-x 2 root root 86016 2022-09-20 22:58 ./slackware64/l
|
|||
-rw-r--r-- 1 root root 343 2022-01-19 22:12 ./slackware64/l/svgalib-1.9.25-x86_64-7.txt
|
||||
-rw-r--r-- 1 root root 558936 2022-01-19 22:12 ./slackware64/l/svgalib-1.9.25-x86_64-7.txz
|
||||
-rw-r--r-- 1 root root 163 2022-01-19 22:12 ./slackware64/l/svgalib-1.9.25-x86_64-7.txz.asc
|
||||
-rw-r--r-- 1 root root 745 2022-03-08 18:42 ./slackware64/l/system-config-printer-1.5.16-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 999940 2022-03-08 18:42 ./slackware64/l/system-config-printer-1.5.16-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-03-08 18:42 ./slackware64/l/system-config-printer-1.5.16-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 745 2022-09-21 18:06 ./slackware64/l/system-config-printer-1.5.18-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1025164 2022-09-21 18:06 ./slackware64/l/system-config-printer-1.5.18-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-21 18:06 ./slackware64/l/system-config-printer-1.5.18-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 356 2021-02-13 09:01 ./slackware64/l/t1lib-5.1.2-x86_64-6.txt
|
||||
-rw-r--r-- 1 root root 514212 2021-02-13 09:01 ./slackware64/l/t1lib-5.1.2-x86_64-6.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 09:01 ./slackware64/l/t1lib-5.1.2-x86_64-6.txz.asc
|
||||
|
@ -3935,7 +3935,7 @@ drwxr-xr-x 2 root root 86016 2022-09-20 22:58 ./slackware64/l
|
|||
-rw-r--r-- 1 root root 463 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 437228 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-01-21 04:11 ./slackware64/l/zstd-1.5.2-x86_64-1.txz.asc
|
||||
drwxr-xr-x 2 root root 36864 2022-09-17 19:01 ./slackware64/n
|
||||
drwxr-xr-x 2 root root 36864 2022-09-21 18:33 ./slackware64/n
|
||||
-rw-r--r-- 1 root root 357 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 2148884 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-10 18:15 ./slackware64/n/ModemManager-1.18.12-x86_64-1.txz.asc
|
||||
|
@ -3951,9 +3951,9 @@ drwxr-xr-x 2 root root 36864 2022-09-17 19:01 ./slackware64/n
|
|||
-rw-r--r-- 1 root root 683 2021-02-13 11:55 ./slackware64/n/biff+comsat-0.17-x86_64-4.txt
|
||||
-rw-r--r-- 1 root root 11280 2021-02-13 11:55 ./slackware64/n/biff+comsat-0.17-x86_64-4.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 11:55 ./slackware64/n/biff+comsat-0.17-x86_64-4.txz.asc
|
||||
-rw-r--r-- 1 root root 334 2022-08-18 16:36 ./slackware64/n/bind-9.18.6-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 2418552 2022-08-18 16:36 ./slackware64/n/bind-9.18.6-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-08-18 16:36 ./slackware64/n/bind-9.18.6-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 334 2022-09-21 16:42 ./slackware64/n/bind-9.18.7-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 2421676 2022-09-21 16:42 ./slackware64/n/bind-9.18.7-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-21 16:42 ./slackware64/n/bind-9.18.7-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 333 2022-07-25 16:15 ./slackware64/n/bluez-5.65-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 1260316 2022-07-25 16:15 ./slackware64/n/bluez-5.65-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-07-25 16:15 ./slackware64/n/bluez-5.65-x86_64-1.txz.asc
|
||||
|
@ -4240,9 +4240,9 @@ drwxr-xr-x 2 root root 36864 2022-09-17 19:01 ./slackware64/n
|
|||
-rw-r--r-- 1 root root 535 2022-08-10 18:15 ./slackware64/n/nftables-1.0.5-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 345072 2022-08-10 18:15 ./slackware64/n/nftables-1.0.5-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-08-10 18:15 ./slackware64/n/nftables-1.0.5-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 297 2022-08-23 03:17 ./slackware64/n/nghttp2-1.49.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 111300 2022-08-23 03:17 ./slackware64/n/nghttp2-1.49.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-08-23 03:17 ./slackware64/n/nghttp2-1.49.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 297 2022-09-21 17:01 ./slackware64/n/nghttp2-1.50.0-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 112452 2022-09-21 17:01 ./slackware64/n/nghttp2-1.50.0-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-21 17:01 ./slackware64/n/nghttp2-1.50.0-x86_64-1.txz.asc
|
||||
-rw-r--r-- 1 root root 649 2022-09-06 18:20 ./slackware64/n/nmap-7.93-x86_64-1.txt
|
||||
-rw-r--r-- 1 root root 6355424 2022-09-06 18:20 ./slackware64/n/nmap-7.93-x86_64-1.txz
|
||||
-rw-r--r-- 1 root root 163 2022-09-06 18:20 ./slackware64/n/nmap-7.93-x86_64-1.txz.asc
|
||||
|
@ -5579,11 +5579,11 @@ drwxr-xr-x 2 root root 4096 2021-02-15 19:33 ./slackware64/y
|
|||
-rw-r--r-- 1 root root 1486956 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz
|
||||
-rw-r--r-- 1 root root 163 2021-02-13 13:56 ./slackware64/y/nethack-3.6.6-x86_64-3.txz.asc
|
||||
-rw-r--r-- 1 root root 26 2020-12-30 21:55 ./slackware64/y/tagfile
|
||||
drwxr-xr-x 18 root root 4096 2022-09-20 22:59 ./source
|
||||
-rw-r--r-- 1 root root 591817 2022-09-20 22:59 ./source/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 163 2022-09-20 22:59 ./source/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 824033 2022-09-20 22:59 ./source/FILE_LIST
|
||||
-rw-r--r-- 1 root root 23737782 2022-09-20 22:59 ./source/MANIFEST.bz2
|
||||
drwxr-xr-x 18 root root 4096 2022-09-21 19:23 ./source
|
||||
-rw-r--r-- 1 root root 592105 2022-09-21 19:23 ./source/CHECKSUMS.md5
|
||||
-rw-r--r-- 1 root root 163 2022-09-21 19:23 ./source/CHECKSUMS.md5.asc
|
||||
-rw-r--r-- 1 root root 824369 2022-09-21 19:22 ./source/FILE_LIST
|
||||
-rw-r--r-- 1 root root 23758410 2022-09-21 19:22 ./source/MANIFEST.bz2
|
||||
-rw-r--r-- 1 root root 828 2022-02-02 04:43 ./source/README.TXT
|
||||
drwxr-xr-x 122 root root 4096 2022-08-15 19:00 ./source/a
|
||||
-rw-r--r-- 1 root root 111 2022-02-07 20:58 ./source/a/FTBFSlog
|
||||
|
@ -6749,17 +6749,19 @@ drwxr-xr-x 2 root root 4096 2021-11-29 18:53 ./source/ap/cdrtools
|
|||
-rw-r--r-- 1 root root 861 2018-02-27 06:49 ./source/ap/cdrtools/slack-desc
|
||||
-rw-r--r-- 1 root root 52968 2007-05-17 05:50 ./source/ap/cdrtools/zisofs-tools-1.0.8.tar.bz2
|
||||
-rw-r--r-- 1 root root 248 2007-05-17 05:50 ./source/ap/cdrtools/zisofs-tools-1.0.8.tar.bz2.sign
|
||||
drwxr-xr-x 2 root root 4096 2022-05-26 16:49 ./source/ap/cups
|
||||
drwxr-xr-x 2 root root 4096 2022-09-21 19:10 ./source/ap/cups
|
||||
drwxr-xr-x 2 root root 4096 2022-08-24 19:44 ./source/ap/cups-filters
|
||||
-rw-r--r-- 1 root root 1512496 2022-08-24 13:04 ./source/ap/cups-filters/cups-filters-1.28.16.tar.xz
|
||||
-rwxr-xr-x 1 root root 4441 2022-09-11 18:35 ./source/ap/cups-filters/cups-filters.SlackBuild
|
||||
-rw-r--r-- 1 root root 51 2014-07-21 02:53 ./source/ap/cups-filters/cups-filters.url
|
||||
-rw-r--r-- 1 root root 339 2018-01-08 22:54 ./source/ap/cups-filters/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 908 2018-02-27 06:12 ./source/ap/cups-filters/slack-desc
|
||||
-rw-r--r-- 1 root root 691 2022-09-21 19:02 ./source/ap/cups/c0c403744b1bf4a9790a8fcaabcd60970cbefe06.patch.gz
|
||||
-rw-r--r-- 1 root root 824 2022-09-21 19:10 ./source/ap/cups/cd84d7fde692237af4996d4a0e985a3eb4a293f0.patch.gz
|
||||
-rw-r--r-- 1 root root 6207496 2022-05-26 06:17 ./source/ap/cups/cups-2.4.2.tar.lz
|
||||
-rw-r--r-- 1 root root 199167 2004-01-03 18:49 ./source/ap/cups/cups-samba-5.0rc3.tar.gz
|
||||
-rw-r--r-- 1 root root 33700 2006-04-19 23:55 ./source/ap/cups/cups-windows-6.0-source.tar.xz
|
||||
-rwxr-xr-x 1 root root 6582 2022-02-09 08:16 ./source/ap/cups/cups.SlackBuild
|
||||
-rwxr-xr-x 1 root root 6887 2022-09-21 19:10 ./source/ap/cups/cups.SlackBuild
|
||||
-rw-r--r-- 1 root root 46 2021-06-29 19:51 ./source/ap/cups/cups.url
|
||||
-rw-r--r-- 1 root root 454 2021-04-26 18:11 ./source/ap/cups/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 1094 2018-11-29 19:15 ./source/ap/cups/slack-desc
|
||||
|
@ -10531,8 +10533,8 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:31 ./source/l/libatasmart
|
|||
-rwxr-xr-x 1 root root 3880 2021-02-13 05:31 ./source/l/libatasmart/libatasmart.SlackBuild
|
||||
-rw-r--r-- 1 root root 27 2010-11-10 05:16 ./source/l/libatasmart/libatasmart.info
|
||||
-rw-r--r-- 1 root root 1013 2018-02-27 06:12 ./source/l/libatasmart/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-08-01 18:52 ./source/l/libbluray
|
||||
-rw-r--r-- 1 root root 689576 2022-07-30 18:55 ./source/l/libbluray/libbluray-1.3.2.tar.lz
|
||||
drwxr-xr-x 2 root root 4096 2022-09-21 03:04 ./source/l/libbluray
|
||||
-rw-r--r-- 1 root root 690835 2022-09-19 14:59 ./source/l/libbluray/libbluray-1.3.3.tar.lz
|
||||
-rwxr--r-- 1 root root 3707 2021-04-06 18:37 ./source/l/libbluray/libbluray.SlackBuild
|
||||
-rw-r--r-- 1 root root 824 2018-02-27 06:12 ./source/l/libbluray/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/l/libburn
|
||||
|
@ -11767,10 +11769,11 @@ drwxr-xr-x 2 root root 4096 2022-01-19 22:05 ./source/l/svgalib
|
|||
-rwxr-xr-x 1 root root 4937 2022-01-19 22:05 ./source/l/svgalib/svgalib.SlackBuild
|
||||
-rw-r--r-- 1 root root 271 2009-03-09 23:07 ./source/l/svgalib/svgalib.nohelper.diff.gz
|
||||
-rw-r--r-- 1 root root 282 2007-03-30 00:48 ./source/l/svgalib/svgalib.prefix.diff.gz
|
||||
drwxr-xr-x 2 root root 4096 2022-03-07 21:33 ./source/l/system-config-printer
|
||||
drwxr-xr-x 2 root root 4096 2022-09-21 18:02 ./source/l/system-config-printer
|
||||
-rw-r--r-- 1 root root 329 2020-11-30 06:46 ./source/l/system-config-printer/doinst.sh.gz
|
||||
-rw-r--r-- 1 root root 1214 2020-12-25 20:41 ./source/l/system-config-printer/slack-desc
|
||||
-rw-r--r-- 1 root root 972955 2022-02-20 18:11 ./source/l/system-config-printer/system-config-printer-1.5.16.tar.lz
|
||||
-rw-r--r-- 1 root root 1396808 2022-08-30 15:54 ./source/l/system-config-printer/system-config-printer-1.5.18.tar.xz
|
||||
-rw-r--r-- 1 root root 228 2022-08-30 15:54 ./source/l/system-config-printer/system-config-printer-1.5.18.tar.xz.asc
|
||||
-rwxr-xr-x 1 root root 5424 2022-03-07 21:38 ./source/l/system-config-printer/system-config-printer.SlackBuild
|
||||
drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/l/t1lib
|
||||
-rw-r--r-- 1 root root 809 2018-02-27 06:12 ./source/l/t1lib/slack-desc
|
||||
|
@ -11918,13 +11921,13 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/biff+comsat
|
|||
-rw-r--r-- 1 root root 729 2004-06-21 20:51 ./source/n/biff+comsat/biff+comsat.badutmp.diff.gz
|
||||
-rw-r--r-- 1 root root 1222 2001-06-03 08:32 ./source/n/biff+comsat/biff+comsat.offset.diff.gz
|
||||
-rw-r--r-- 1 root root 1142 2018-02-27 06:13 ./source/n/biff+comsat/slack-desc
|
||||
drwxr-xr-x 3 root root 4096 2022-08-18 16:31 ./source/n/bind
|
||||
drwxr-xr-x 3 root root 4096 2022-09-21 16:40 ./source/n/bind
|
||||
-rw-r--r-- 1 root root 5120 2007-06-08 04:48 ./source/n/bind/3link.sh
|
||||
-rw-r--r-- 1 root root 5171132 2022-08-17 14:12 ./source/n/bind/bind-9.18.6.tar.xz
|
||||
-rw-r--r-- 1 root root 833 2022-08-17 14:12 ./source/n/bind/bind-9.18.6.tar.xz.asc
|
||||
-rw-r--r-- 1 root root 833 2022-08-17 14:12 ./source/n/bind/bind-9.18.6.tar.xz.sha1.asc
|
||||
-rw-r--r-- 1 root root 833 2022-08-17 14:12 ./source/n/bind/bind-9.18.6.tar.xz.sha256.asc
|
||||
-rw-r--r-- 1 root root 833 2022-08-17 14:12 ./source/n/bind/bind-9.18.6.tar.xz.sha512.asc
|
||||
-rw-r--r-- 1 root root 5626820 2022-09-21 08:41 ./source/n/bind/bind-9.18.7.tar.xz
|
||||
-rw-r--r-- 1 root root 833 2022-09-21 08:41 ./source/n/bind/bind-9.18.7.tar.xz.asc
|
||||
-rw-r--r-- 1 root root 833 2022-09-21 08:41 ./source/n/bind/bind-9.18.7.tar.xz.sha1.asc
|
||||
-rw-r--r-- 1 root root 833 2022-09-21 08:41 ./source/n/bind/bind-9.18.7.tar.xz.sha256.asc
|
||||
-rw-r--r-- 1 root root 833 2022-09-21 08:41 ./source/n/bind/bind-9.18.7.tar.xz.sha512.asc
|
||||
-rwxr-xr-x 1 root root 5639 2022-02-07 21:05 ./source/n/bind/bind.SlackBuild
|
||||
drwxr-xr-x 2 root root 4096 2019-08-19 18:12 ./source/n/bind/caching-example
|
||||
-rw-r--r-- 1 root root 195 2001-05-18 02:03 ./source/n/bind/caching-example/localhost.zone
|
||||
|
@ -11959,11 +11962,11 @@ drwxr-xr-x 2 root root 4096 2021-02-13 05:32 ./source/n/bootp
|
|||
-rw-r--r-- 1 root root 89235 1999-03-18 19:52 ./source/n/bootp/bootp_2.4.3.orig.tar.gz
|
||||
-rw-r--r-- 1 root root 643 2002-02-27 00:08 ./source/n/bootp/bootptab.gz
|
||||
-rw-r--r-- 1 root root 873 2018-02-27 06:13 ./source/n/bootp/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-03-21 17:41 ./source/n/bridge-utils
|
||||
-rw-r--r-- 1 root root 29421 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils-1.7.1.tar.lz
|
||||
-rwxr-xr-x 1 root root 4014 2021-03-21 17:41 ./source/n/bridge-utils/bridge-utils.SlackBuild
|
||||
-rw-r--r-- 1 root root 131 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils.url
|
||||
-rw-r--r-- 1 root root 1048 2018-02-27 06:13 ./source/n/bridge-utils/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2021-03-21 17:41 ./source/n/bridge-utils
|
||||
-rw-r--r-- 1 root root 29421 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils-1.7.1.tar.lz
|
||||
-rwxr-xr-x 1 root root 4014 2021-03-21 17:41 ./source/n/bridge-utils/bridge-utils.SlackBuild
|
||||
-rw-r--r-- 1 root root 131 2021-03-21 17:40 ./source/n/bridge-utils/bridge-utils.url
|
||||
-rw-r--r-- 1 root root 1048 2018-02-27 06:13 ./source/n/bridge-utils/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/n/bsd-finger
|
||||
-rw-r--r-- 1 root root 288 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-allocbroken.patch.gz
|
||||
-rw-r--r-- 1 root root 334 2017-08-02 23:32 ./source/n/bsd-finger/bsd-finger-0.16-pts.patch.gz
|
||||
|
@ -12581,10 +12584,10 @@ drwxr-xr-x 2 root root 4096 2022-08-10 18:14 ./source/n/nftables
|
|||
-rwxr-xr-x 1 root root 3897 2021-11-19 20:47 ./source/n/nftables/nftables.SlackBuild
|
||||
-rw-r--r-- 1 root root 46 2020-10-27 17:39 ./source/n/nftables/nftables.url
|
||||
-rw-r--r-- 1 root root 1023 2018-02-27 06:13 ./source/n/nftables/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-09-06 18:27 ./source/n/nghttp2
|
||||
-rw-r--r-- 1 root root 3313098 2022-08-22 11:49 ./source/n/nghttp2/nghttp2-1.49.0.tar.lz
|
||||
drwxr-xr-x 2 root root 4096 2022-09-21 17:00 ./source/n/nghttp2
|
||||
-rw-r--r-- 1 root root 4110336 2022-09-21 08:22 ./source/n/nghttp2/nghttp2-1.50.0.tar.xz
|
||||
-rwxr-xr-x 1 root root 4606 2022-09-06 18:27 ./source/n/nghttp2/nghttp2.SlackBuild
|
||||
-rw-r--r-- 1 root root 35 2022-06-24 18:16 ./source/n/nghttp2/nghttp2.url
|
||||
-rw-r--r-- 1 root root 118 2022-09-21 17:00 ./source/n/nghttp2/nghttp2.url
|
||||
-rw-r--r-- 1 root root 784 2018-03-26 18:26 ./source/n/nghttp2/slack-desc
|
||||
drwxr-xr-x 2 root root 4096 2022-09-06 18:20 ./source/n/nmap
|
||||
-rw-r--r-- 1 root root 273 2022-09-06 18:20 ./source/n/nmap/nmap-7.93.build.kludge.diff.gz
|
||||
|
@ -15241,8 +15244,8 @@ drwxr-xr-x 2 root root 4096 2019-02-17 22:03 ./source/y/bsd-games/patches
|
|||
-rw-r--r-- 1 root root 745 2019-02-17 21:20 ./source/y/bsd-games/patches/0012-Fix-include-stdio.h-C-incompatibility.patch.gz
|
||||
-rw-r--r-- 1 root root 25237 2019-02-17 21:20 ./source/y/bsd-games/patches/0013-Update-acronyms.patch.gz
|
||||
-rw-r--r-- 1 root root 7476 2019-02-17 21:20 ./source/y/bsd-games/patches/0015-primes-Update-to-NetBSD-CVS-2018-02-03.patch.gz
|
||||
-rw-r--r-- 1 root root 791 2019-02-17 21:20 ./source/y/bsd-games/patches/0016-Better-explanation-how-to-read-the-documentation.patch.gz
|
||||
-rw-r--r-- 1 root root 801 2019-02-17 21:20 ./source/y/bsd-games/patches/0017-hack-Fix-segv-when-i-inventory-done-after-load-from-.patch.gz
|
||||
-rw-r--r-- 1 root root 791 2019-02-17 21:20 ./source/y/bsd-games/patches/0016-Better-explanation-how-to-read-the-documentation.patch.gz
|
||||
-rw-r--r-- 1 root root 801 2019-02-17 21:20 ./source/y/bsd-games/patches/0017-hack-Fix-segv-when-i-inventory-done-after-load-from-.patch.gz
|
||||
-rw-r--r-- 1 root root 563 2003-02-03 21:48 ./source/y/bsd-games/patches/bsd-games.config.params.diff.gz
|
||||
-rw-r--r-- 1 root root 422 2019-02-17 21:39 ./source/y/bsd-games/patches/bsd-games.factor.no.ubig.diff.gz
|
||||
-rw-r--r-- 1 root root 313 2019-02-17 22:07 ./source/y/bsd-games/patches/bsd-games.fortunepath.diff.gz
|
||||
|
|
|
@ -687,7 +687,9 @@ gzip ./source/ap/amp/amp-gcc34.diff
|
|||
gzip ./source/ap/jove/jove.glibc-2.30.diff
|
||||
gzip ./source/ap/jove/jove.makefile.diff
|
||||
gzip ./source/ap/seejpeg/seejpeg-1.10.diff
|
||||
gzip ./source/ap/cups/cd84d7fde692237af4996d4a0e985a3eb4a293f0.patch
|
||||
gzip ./source/ap/cups/doinst.sh
|
||||
gzip ./source/ap/cups/c0c403744b1bf4a9790a8fcaabcd60970cbefe06.patch
|
||||
gzip ./source/ap/at/doinst.sh
|
||||
gzip ./source/ap/ghostscript/cidfmap
|
||||
gzip ./source/ap/screen/52fix_screen_utf8_nfd.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;
|
||||
}
|
||||
|
||||
|
|
@ -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...
|
|
@ -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}
|
||||
BUILD=${BUILD:-3}
|
||||
|
||||
# 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 \
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
https://github.com/nghttp2/nghttp2
|
||||
https://github.com/nghttp2/nghttp2/releases/download/v1.50.0/nghttp2-1.50.0.tar.xz
|
||||
|
|
Loading…
Reference in a new issue