summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-14 20:09:31 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-15 13:30:41 +0100
commit7a770fe9ed0fb4ec1de3bae3b22c4bbbf5926d4e (patch)
tree6ad966ac36c8ffe66f69edf1896deed2036c2e49 /patches
parent823a8c2cb79520c3c7692bbf4a4be64989a047e2 (diff)
downloadcurrent-7a770fe9ed0fb4ec1de3bae3b22c4bbbf5926d4e.tar.gz
current-7a770fe9ed0fb4ec1de3bae3b22c4bbbf5926d4e.tar.xz
Thu Dec 14 20:09:31 UTC 202320231214200931_15.0
patches/packages/bluez-5.71-x86_64-1_slack15.0.txz: Upgraded. This update fixes a security issue: It may have been possible for an attacker within Bluetooth range to inject keystrokes (and possibly execute commands) while devices were discoverable. Thanks to marav for the heads-up. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-45866 (* Security fix *) patches/packages/libxml2-2.11.6-x86_64-1_slack15.0.txz: Upgraded. We're going to drop back to the 2.11 branch here on the stable releases since it has all of the relevant security fixes and better compatibility.
Diffstat (limited to 'patches')
-rw-r--r--patches/packages/bluez-5.71-x86_64-1_slack15.0.txt (renamed from patches/packages/bluez-5.64-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/libxml2-2.11.6-x86_64-1_slack15.0.txt (renamed from patches/packages/libxml2-2.12.3-x86_64-1_slack15.0.txt)0
-rw-r--r--patches/packages/sudo-1.9.15p3-x86_64-1_slack15.0.txt (renamed from patches/packages/sudo-1.9.15p1-x86_64-1_slack15.0.txt)0
-rwxr-xr-xpatches/source/libxml2/libxml2.SlackBuild4
4 files changed, 4 insertions, 0 deletions
diff --git a/patches/packages/bluez-5.64-x86_64-1_slack15.0.txt b/patches/packages/bluez-5.71-x86_64-1_slack15.0.txt
index 3142d4fd0..3142d4fd0 100644
--- a/patches/packages/bluez-5.64-x86_64-1_slack15.0.txt
+++ b/patches/packages/bluez-5.71-x86_64-1_slack15.0.txt
diff --git a/patches/packages/libxml2-2.12.3-x86_64-1_slack15.0.txt b/patches/packages/libxml2-2.11.6-x86_64-1_slack15.0.txt
index 2bea28102..2bea28102 100644
--- a/patches/packages/libxml2-2.12.3-x86_64-1_slack15.0.txt
+++ b/patches/packages/libxml2-2.11.6-x86_64-1_slack15.0.txt
diff --git a/patches/packages/sudo-1.9.15p1-x86_64-1_slack15.0.txt b/patches/packages/sudo-1.9.15p3-x86_64-1_slack15.0.txt
index 427ea5539..427ea5539 100644
--- a/patches/packages/sudo-1.9.15p1-x86_64-1_slack15.0.txt
+++ b/patches/packages/sudo-1.9.15p3-x86_64-1_slack15.0.txt
diff --git a/patches/source/libxml2/libxml2.SlackBuild b/patches/source/libxml2/libxml2.SlackBuild
index 1dd393067..1af47274f 100755
--- a/patches/source/libxml2/libxml2.SlackBuild
+++ b/patches/source/libxml2/libxml2.SlackBuild
@@ -99,6 +99,8 @@ CFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--disable-static \
--with-python \
+ --with-legacy \
+ --with-ftp \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1
@@ -130,6 +132,8 @@ CFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PKGNAM-$VERSION \
--disable-static \
--with-python \
+ --with-legacy \
+ --with-ftp \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1