From 4af705d201f28b1b12ac1ba92fb9afea3b88fe29 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 31 Jan 2024 21:19:19 +0000 Subject: Wed Jan 31 21:19:19 UTC 2024 extra/sendmail/sendmail-8.18.1-x86_64-1_slack15.0.txz: Upgraded. sendmail through 8.17.2 allows SMTP smuggling in certain configurations. Remote attackers can use a published exploitation technique to inject e-mail messages with a spoofed MAIL FROM address, allowing bypass of an SPF protection mechanism. This occurs because sendmail supports . but some other popular e-mail servers do not. This is resolved in 8.18 and later versions with 'o' in srv_features. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-51765 (* Security fix *) extra/sendmail/sendmail-cf-8.18.1-noarch-1_slack15.0.txz: Upgraded. patches/packages/curl-8.6.0-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. patches/packages/libmilter-8.18.1-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. --- patches/packages/curl-8.4.0-x86_64-1_slack15.0.txt | 11 ----------- patches/packages/curl-8.6.0-x86_64-1_slack15.0.txt | 11 +++++++++++ patches/packages/libmilter-8.17.2-x86_64-1_slack15.0.txt | 11 ----------- patches/packages/libmilter-8.18.1-x86_64-1_slack15.0.txt | 11 +++++++++++ patches/source/libmilter/libmilter.SlackBuild | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 patches/packages/curl-8.4.0-x86_64-1_slack15.0.txt create mode 100644 patches/packages/curl-8.6.0-x86_64-1_slack15.0.txt delete mode 100644 patches/packages/libmilter-8.17.2-x86_64-1_slack15.0.txt create mode 100644 patches/packages/libmilter-8.18.1-x86_64-1_slack15.0.txt (limited to 'patches') diff --git a/patches/packages/curl-8.4.0-x86_64-1_slack15.0.txt b/patches/packages/curl-8.4.0-x86_64-1_slack15.0.txt deleted file mode 100644 index 54c4e875d..000000000 --- a/patches/packages/curl-8.4.0-x86_64-1_slack15.0.txt +++ /dev/null @@ -1,11 +0,0 @@ -curl: curl (command line URL data transfer tool) -curl: -curl: Curl is a command line tool for transferring data specified with URL -curl: syntax. The command is designed to work without user interaction or -curl: any kind of interactivity. Curl offers a busload of useful tricks -curl: like proxy support, user authentication, ftp upload, HTTP post, SSL -curl: (https:) connections, cookies, file transfer resume and more. -curl: -curl: libcurl is a library that Curl uses to do its job. It is readily -curl: available to be used by your software, too. -curl: diff --git a/patches/packages/curl-8.6.0-x86_64-1_slack15.0.txt b/patches/packages/curl-8.6.0-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..54c4e875d --- /dev/null +++ b/patches/packages/curl-8.6.0-x86_64-1_slack15.0.txt @@ -0,0 +1,11 @@ +curl: curl (command line URL data transfer tool) +curl: +curl: Curl is a command line tool for transferring data specified with URL +curl: syntax. The command is designed to work without user interaction or +curl: any kind of interactivity. Curl offers a busload of useful tricks +curl: like proxy support, user authentication, ftp upload, HTTP post, SSL +curl: (https:) connections, cookies, file transfer resume and more. +curl: +curl: libcurl is a library that Curl uses to do its job. It is readily +curl: available to be used by your software, too. +curl: diff --git a/patches/packages/libmilter-8.17.2-x86_64-1_slack15.0.txt b/patches/packages/libmilter-8.17.2-x86_64-1_slack15.0.txt deleted file mode 100644 index dd7ca4a27..000000000 --- a/patches/packages/libmilter-8.17.2-x86_64-1_slack15.0.txt +++ /dev/null @@ -1,11 +0,0 @@ -libmilter: libmilter (sendmail Mail Filter API) -libmilter: -libmilter: The sendmail Mail Filter API (Milter) is designed to allow third -libmilter: party programs access to mail messages as they are being processed -libmilter: in order to filter meta-information and content. -libmilter: -libmilter: -libmilter: -libmilter: -libmilter: -libmilter: diff --git a/patches/packages/libmilter-8.18.1-x86_64-1_slack15.0.txt b/patches/packages/libmilter-8.18.1-x86_64-1_slack15.0.txt new file mode 100644 index 000000000..dd7ca4a27 --- /dev/null +++ b/patches/packages/libmilter-8.18.1-x86_64-1_slack15.0.txt @@ -0,0 +1,11 @@ +libmilter: libmilter (sendmail Mail Filter API) +libmilter: +libmilter: The sendmail Mail Filter API (Milter) is designed to allow third +libmilter: party programs access to mail messages as they are being processed +libmilter: in order to filter meta-information and content. +libmilter: +libmilter: +libmilter: +libmilter: +libmilter: +libmilter: diff --git a/patches/source/libmilter/libmilter.SlackBuild b/patches/source/libmilter/libmilter.SlackBuild index 017d2cabb..ca87b27cb 100755 --- a/patches/source/libmilter/libmilter.SlackBuild +++ b/patches/source/libmilter/libmilter.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libmilter -VERSION=${VERSION:-8.17.2} +VERSION=${VERSION:-8.18.1} BUILD=${BUILD:-1_slack15.0} # Automatically determine the architecture we're building on: -- cgit v1.2.3-65-gdbad