summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-03-21 20:24:16 +0000
committer Eric Hameleers <alien@slackware.com>2022-03-22 13:30:01 +0100
commit29c65b68049ac95d5305ce653716eae6c82b4b9a (patch)
tree0eca8745d98d836bc1e5fea0ed9aabf615b44a4b /patches
parent8e056e940631ac874d6b9560e9dc1d458c7a0e51 (diff)
downloadcurrent-29c65b68049ac95d5305ce653716eae6c82b4b9a.tar.gz
current-29c65b68049ac95d5305ce653716eae6c82b4b9a.tar.xz
Mon Mar 21 20:24:16 UTC 202220220321202416_15.0
patches/packages/bind-9.16.27-x86_64-1_slack15.0.txz: Upgraded. Sorry folks, I had not meant to bump BIND to the newer branch. I've moved the other packages into /testing. Thanks to Nobby6 for pointing this out. This update fixes bugs and the following security issues: A synchronous call to closehandle_cb() caused isc__nm_process_sock_buffer() to be called recursively, which in turn left TCP connections hanging in the CLOSE_WAIT state blocking indefinitely when out-of-order processing was disabled. The rules for acceptance of records into the cache have been tightened to prevent the possibility of poisoning if forwarders send records outside the configured bailiwick. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220 (* Security fix *) testing/packages/bind-9.18.1-x86_64-1_slack15.0.txz: Moved.
Diffstat (limited to 'patches')
-rw-r--r--patches/packages/bind-9.16.27-x86_64-1_slack15.0.txt (renamed from patches/packages/bind-9.18.1-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txt (renamed from patches/packages/qt5-5.15.3_20220312_33a3f16f-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/source/qt5/profile.d/qt5.csh2
3 files changed, 1 insertions, 1 deletions
diff --git a/patches/packages/bind-9.18.1-x86_64-1_slack15.0.txt b/patches/packages/bind-9.16.27-x86_64-1_slack15.0.txt
index d61583855..d61583855 100644
--- a/patches/packages/bind-9.18.1-x86_64-1_slack15.0.txt
+++ b/patches/packages/bind-9.16.27-x86_64-1_slack15.0.txt
diff --git a/patches/packages/qt5-5.15.3_20220312_33a3f16f-x86_64-1_slack15.0.txt b/patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txt
index ffd254d93..ffd254d93 100644
--- a/patches/packages/qt5-5.15.3_20220312_33a3f16f-x86_64-1_slack15.0.txt
+++ b/patches/packages/qt5-5.15.3_20220318_e507d3e5-x86_64-1_slack15.0.txt
diff --git a/patches/source/qt5/profile.d/qt5.csh b/patches/source/qt5/profile.d/qt5.csh
index 0c3f10d42..f57abef78 100644
--- a/patches/source/qt5/profile.d/qt5.csh
+++ b/patches/source/qt5/profile.d/qt5.csh
@@ -23,5 +23,5 @@ set path = ( $path $QT5DIR/bin )
# post your solution on LQ. Thanks. :-)
file /bin/cat | grep -wq 32-bit
if ( "$?" == "0" ) then
- setenv QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox"
+ setenv QTWEBENGINE_CHROMIUM_FLAGS "--disable-seccomp-filter-sandbox"
endif