From 49400c361ad81bc9edb2f7598e82f4ecf035233b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 15 Sep 2023 19:48:39 +0000 Subject: Fri Sep 15 19:48:39 UTC 2023 ap/ksh93-1.0.7-x86_64-1.txz: Upgraded. d/cmake-3.27.5-x86_64-1.txz: Upgraded. d/python3-3.9.18-x86_64-1.txz: Upgraded. This update fixes a security issue: Fixed an issue where instances of ssl.SSLSocket were vulnerable to a bypass of the TLS handshake and included protections (like certificate verification) and treating sent unencrypted data as if it were post-handshake TLS encrypted data. Security issue reported by Aapo Oksman; patch by Gregory P. Smith. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-40217 (* Security fix *) l/gvfs-1.52.0-x86_64-1.txz: Upgraded. l/mozjs102-102.15.1esr-x86_64-1.txz: Upgraded. n/dovecot-2.3.21-x86_64-1.txz: Upgraded. x/ibus-table-1.17.3-x86_64-1.txz: Upgraded. x/igt-gpu-tools-1.28-x86_64-1.txz: Upgraded. x/libva-2.20.0-x86_64-1.txz: Upgraded. x/libva-utils-2.20.0-x86_64-1.txz: Upgraded. xfce/elementary-xfce-0.18-x86_64-1.txz: Upgraded. --- source/d/cmake/cmake.url | 2 +- source/l/cairo/cairo.url | 1 + source/n/dovecot/dovecot.SlackBuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 source/l/cairo/cairo.url (limited to 'source') diff --git a/source/d/cmake/cmake.url b/source/d/cmake/cmake.url index 36f867cb1..7c8e7f26d 100644 --- a/source/d/cmake/cmake.url +++ b/source/d/cmake/cmake.url @@ -1,2 +1,2 @@ https://github.com/Kitware/CMake/releases -https://github.com/Kitware/CMake/releases/download/v3.27.4/cmake-3.27.4.tar.gz +https://github.com/Kitware/CMake/releases/download/v3.27.5/cmake-3.27.5.tar.gz diff --git a/source/l/cairo/cairo.url b/source/l/cairo/cairo.url new file mode 100644 index 000000000..688c3f1b6 --- /dev/null +++ b/source/l/cairo/cairo.url @@ -0,0 +1 @@ +https://cairographics.org/releases diff --git a/source/n/dovecot/dovecot.SlackBuild b/source/n/dovecot/dovecot.SlackBuild index f275fd3fd..1c5dfaff9 100755 --- a/source/n/dovecot/dovecot.SlackBuild +++ b/source/n/dovecot/dovecot.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dovecot VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in -- cgit v1.2.3-65-gdbad