diff options
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 |
commit | 29c65b68049ac95d5305ce653716eae6c82b4b9a (patch) | |
tree | 0eca8745d98d836bc1e5fea0ed9aabf615b44a4b /patches/source | |
parent | 8e056e940631ac874d6b9560e9dc1d458c7a0e51 (diff) | |
download | current-29c65b68049ac95d5305ce653716eae6c82b4b9a.tar.gz |
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/source')
-rw-r--r-- | patches/source/qt5/profile.d/qt5.csh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/source/qt5/profile.d/qt5.csh b/patches/source/qt5/profile.d/qt5.csh index 0c3f10d4..f57abef7 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 |