diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-10-10 19:27:56 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-10-10 21:59:31 +0200 |
commit | 32b4b5b8fc7b99c4aeb94503d64082daaf9e2018 (patch) | |
tree | 1296516b70f3cf318632be4dcae5bd46ffb15be7 /source/ap | |
parent | b29a454a1a5a87d5016b7d2332fdc30c67b2a5c0 (diff) | |
download | current-32b4b5b8fc7b99c4aeb94503d64082daaf9e2018.tar.gz current-32b4b5b8fc7b99c4aeb94503d64082daaf9e2018.tar.xz |
Tue Oct 10 19:27:56 UTC 202320231010192756
ap/sqlite-3.43.2-x86_64-1.txz: Upgraded.
l/libcue-2.2.1-x86_64-4.txz: Rebuilt.
Fixed a bug which could allow memory corruption resulting in arbitrary
code execution.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2023-43641
(* Security fix *)
l/libnotify-0.8.3-x86_64-1.txz: Upgraded.
This release contains a critical stability/minor security update which
affects Electron applications that utilize Portal notifications (eg,
through Flatpak). It is highly recommended that all users of libnotify
0.8.x update to this release.
(* Security fix *)
n/iptables-1.8.10-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/sqlite/sqlite.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/sqlite/sqlite.SlackBuild b/source/ap/sqlite/sqlite.SlackBuild index c5bc54a19..a9d8139fe 100755 --- a/source/ap/sqlite/sqlite.SlackBuild +++ b/source/ap/sqlite/sqlite.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sqlite -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # First, convert the .zip file if needed: if ls *.zip 1> /dev/null 2> /dev/null ; then |