diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-05-11 19:01:59 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-05-12 13:29:51 +0200 |
commit | 96bf53e55d898cd6e2090476ee0f9066138d9ea3 (patch) | |
tree | e71e51c666db7941b21ce6c16630997c3f39bd83 | |
parent | 3c08cf6792eda8b7caf0d00f330bf289a5501341 (diff) | |
download | current-20220511190159_15.0.tar.gz |
Wed May 11 19:01:59 UTC 202220220511190159_15.0
patches/packages/curl-7.83.1-x86_64-1_slack15.0.txz: Upgraded.
This update fixes security issues:
HSTS bypass via trailing dot.
TLS and SSH connection too eager reuse.
CERTINFO never-ending busy-loop.
percent-encoded path separator in URL host.
cookie for trailing dot TLD.
curl removes wrong file on error.
For more information, see:
https://curl.se/docs/CVE-2022-30115.html
https://curl.se/docs/CVE-2022-27782.html
https://curl.se/docs/CVE-2022-27781.html
https://curl.se/docs/CVE-2022-27780.html
https://curl.se/docs/CVE-2022-27779.html
https://curl.se/docs/CVE-2022-27778.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30115
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27782
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27781
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27780
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27779
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27778
(* Security fix *)
-rw-r--r-- | ChangeLog.rss | 36 | ||||
-rw-r--r-- | ChangeLog.txt | 24 | ||||
-rw-r--r-- | FILELIST.TXT | 40 | ||||
-rw-r--r-- | patches/packages/curl-7.83.1-x86_64-1_slack15.0.txt (renamed from patches/packages/curl-7.83.0-x86_64-1_slack15.0.txt) | 0 |
4 files changed, 78 insertions, 22 deletions
diff --git a/ChangeLog.rss b/ChangeLog.rss index e1ee1742..6a1b14b5 100644 --- a/ChangeLog.rss +++ b/ChangeLog.rss @@ -11,10 +11,42 @@ <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>Mon, 9 May 2022 21:33:25 GMT</pubDate> - <lastBuildDate>Tue, 10 May 2022 11:29:52 GMT</lastBuildDate> + <pubDate>Wed, 11 May 2022 19:01:59 GMT</pubDate> + <lastBuildDate>Thu, 12 May 2022 11:29:40 GMT</lastBuildDate> <generator>maintain_current_git.sh v 1.17</generator> <item> + <title>Wed, 11 May 2022 19:01:59 GMT</title> + <pubDate>Wed, 11 May 2022 19:01:59 GMT</pubDate> + <link>https://git.slackware.nl/current/tag/?h=20220511190159</link> + <guid isPermaLink="false">20220511190159</guid> + <description> + <![CDATA[<pre> +patches/packages/curl-7.83.1-x86_64-1_slack15.0.txz: Upgraded. + This update fixes security issues: + HSTS bypass via trailing dot. + TLS and SSH connection too eager reuse. + CERTINFO never-ending busy-loop. + percent-encoded path separator in URL host. + cookie for trailing dot TLD. + curl removes wrong file on error. + For more information, see: + https://curl.se/docs/CVE-2022-30115.html + https://curl.se/docs/CVE-2022-27782.html + https://curl.se/docs/CVE-2022-27781.html + https://curl.se/docs/CVE-2022-27780.html + https://curl.se/docs/CVE-2022-27779.html + https://curl.se/docs/CVE-2022-27778.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30115 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27782 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27781 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27780 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27779 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27778 + (* Security fix *) + </pre>]]> + </description> + </item> + <item> <title>Mon, 9 May 2022 21:33:25 GMT</title> <pubDate>Mon, 9 May 2022 21:33:25 GMT</pubDate> <link>https://git.slackware.nl/current/tag/?h=20220509213325</link> diff --git a/ChangeLog.txt b/ChangeLog.txt index 43bec4a6..a247721a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,27 @@ +Wed May 11 19:01:59 UTC 2022 +patches/packages/curl-7.83.1-x86_64-1_slack15.0.txz: Upgraded. + This update fixes security issues: + HSTS bypass via trailing dot. + TLS and SSH connection too eager reuse. + CERTINFO never-ending busy-loop. + percent-encoded path separator in URL host. + cookie for trailing dot TLD. + curl removes wrong file on error. + For more information, see: + https://curl.se/docs/CVE-2022-30115.html + https://curl.se/docs/CVE-2022-27782.html + https://curl.se/docs/CVE-2022-27781.html + https://curl.se/docs/CVE-2022-27780.html + https://curl.se/docs/CVE-2022-27779.html + https://curl.se/docs/CVE-2022-27778.html + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30115 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27782 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27781 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27780 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27779 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27778 + (* Security fix *) ++--------------------------+ Mon May 9 21:33:25 UTC 2022 patches/packages/linux-5.15.38/*: Upgraded. These updates fix various bugs and security issues. diff --git a/FILELIST.TXT b/FILELIST.TXT index 02e390aa..ac4e583e 100644 --- a/FILELIST.TXT +++ b/FILELIST.TXT @@ -1,20 +1,20 @@ -Mon May 9 21:37:29 UTC 2022 +Wed May 11 19:06:53 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-05-09 21:33 . +drwxr-xr-x 12 root root 4096 2022-05-11 19:01 . -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 1136946 2022-05-04 21:29 ./CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-05-04 21:29 ./CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 1136946 2022-05-09 21:37 ./CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-05-09 21:37 ./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 1895211 2022-05-09 21:33 ./ChangeLog.txt +-rw-r--r-- 1 root root 1896308 2022-05-11 19:01 ./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 1484018 2022-05-04 21:29 ./FILELIST.TXT +-rw-r--r-- 1 root root 1484018 2022-05-09 21:37 ./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 @@ -737,13 +737,13 @@ 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-05-09 21:37 ./patches --rw-r--r-- 1 root root 34342 2022-05-09 21:37 ./patches/CHECKSUMS.md5 --rw-r--r-- 1 root root 163 2022-05-09 21:37 ./patches/CHECKSUMS.md5.asc --rw-r--r-- 1 root root 45957 2022-05-09 21:37 ./patches/FILE_LIST --rw-r--r-- 1 root root 11355989 2022-05-09 21:37 ./patches/MANIFEST.bz2 --rw-r--r-- 1 root root 25507 2022-05-09 21:37 ./patches/PACKAGES.TXT -drwxr-xr-x 3 root root 12288 2022-05-09 21:31 ./patches/packages +drwxr-xr-x 4 root root 4096 2022-05-11 19:06 ./patches +-rw-r--r-- 1 root root 34342 2022-05-11 19:06 ./patches/CHECKSUMS.md5 +-rw-r--r-- 1 root root 163 2022-05-11 19:06 ./patches/CHECKSUMS.md5.asc +-rw-r--r-- 1 root root 45957 2022-05-11 19:06 ./patches/FILE_LIST +-rw-r--r-- 1 root root 11382843 2022-05-11 19:06 ./patches/MANIFEST.bz2 +-rw-r--r-- 1 root root 25507 2022-05-11 19:06 ./patches/PACKAGES.TXT +drwxr-xr-x 3 root root 12288 2022-05-11 19:06 ./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 @@ -762,9 +762,9 @@ drwxr-xr-x 3 root root 12288 2022-05-09 21:31 ./patches/packages -rw-r--r-- 1 root root 367 2022-04-03 19:25 ./patches/packages/ca-certificates-20220403-noarch-1_slack15.0.txt -rw-r--r-- 1 root root 131392 2022-04-03 19:25 ./patches/packages/ca-certificates-20220403-noarch-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-04-03 19:25 ./patches/packages/ca-certificates-20220403-noarch-1_slack15.0.txz.asc --rw-r--r-- 1 root root 552 2022-04-27 18:36 ./patches/packages/curl-7.83.0-x86_64-1_slack15.0.txt --rw-r--r-- 1 root root 1293220 2022-04-27 18:36 ./patches/packages/curl-7.83.0-x86_64-1_slack15.0.txz --rw-r--r-- 1 root root 163 2022-04-27 18:36 ./patches/packages/curl-7.83.0-x86_64-1_slack15.0.txz.asc +-rw-r--r-- 1 root root 552 2022-05-11 18:30 ./patches/packages/curl-7.83.1-x86_64-1_slack15.0.txt +-rw-r--r-- 1 root root 1293376 2022-05-11 18:30 ./patches/packages/curl-7.83.1-x86_64-1_slack15.0.txz +-rw-r--r-- 1 root root 163 2022-05-11 18:30 ./patches/packages/curl-7.83.1-x86_64-1_slack15.0.txz.asc -rw-r--r-- 1 root root 373 2022-02-24 19:12 ./patches/packages/cyrus-sasl-2.1.28-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 993108 2022-02-24 19:12 ./patches/packages/cyrus-sasl-2.1.28-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-02-24 19:12 ./patches/packages/cyrus-sasl-2.1.28-x86_64-1_slack15.0.txz.asc @@ -871,7 +871,7 @@ drwxr-xr-x 2 root root 4096 2022-05-09 21:37 ./patches/packages/linux-5.15 -rw-r--r-- 1 root root 388 2022-03-28 19:09 ./patches/packages/zlib-1.2.12-x86_64-1_slack15.0.txt -rw-r--r-- 1 root root 105204 2022-03-28 19:09 ./patches/packages/zlib-1.2.12-x86_64-1_slack15.0.txz -rw-r--r-- 1 root root 163 2022-03-28 19:09 ./patches/packages/zlib-1.2.12-x86_64-1_slack15.0.txz.asc -drwxr-xr-x 37 root root 4096 2022-05-04 21:20 ./patches/source +drwxr-xr-x 37 root root 4096 2022-05-11 18:50 ./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 @@ -932,9 +932,9 @@ drwxr-xr-x 2 root root 4096 2022-04-03 19:24 ./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-04-27 18:29 ./patches/source/curl --rw-r--r-- 1 root root 2472560 2022-04-27 06:17 ./patches/source/curl/curl-7.83.0.tar.xz --rw-r--r-- 1 root root 488 2022-04-27 06:17 ./patches/source/curl/curl-7.83.0.tar.xz.asc +drwxr-xr-x 2 root root 4096 2022-05-11 18:28 ./patches/source/curl +-rw-r--r-- 1 root root 2474940 2022-05-11 06:24 ./patches/source/curl/curl-7.83.1.tar.xz +-rw-r--r-- 1 root root 488 2022-05-11 06:24 ./patches/source/curl/curl-7.83.1.tar.xz.asc -rwxr-xr-x 1 root root 4861 2022-04-27 18:34 ./patches/source/curl/curl.SlackBuild -rw-r--r-- 1 root root 30 2018-04-20 16:49 ./patches/source/curl/curl.url -rw-r--r-- 1 root root 1004 2019-02-06 21:57 ./patches/source/curl/slack-desc diff --git a/patches/packages/curl-7.83.0-x86_64-1_slack15.0.txt b/patches/packages/curl-7.83.1-x86_64-1_slack15.0.txt index 54c4e875..54c4e875 100644 --- a/patches/packages/curl-7.83.0-x86_64-1_slack15.0.txt +++ b/patches/packages/curl-7.83.1-x86_64-1_slack15.0.txt |