summaryrefslogtreecommitdiffstats
path: root/source/l/libxml2/libxml2.SlackBuild
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-14 22:04:49 +0100
commit20d89644642c8df3429244b1b2ca8935b1cda137 (patch)
tree7149053bde715367ce46046ccef7acbfa9931683 /source/l/libxml2/libxml2.SlackBuild
parent43fc23c54424cd3257be1bd2964765b44c7a7845 (diff)
downloadcurrent-20d89644642c8df3429244b1b2ca8935b1cda137.tar.gz
current-20d89644642c8df3429244b1b2ca8935b1cda137.tar.xz
Thu Dec 14 20:09:31 UTC 202320231214200931
l/libxml2-2.12.3-x86_64-2.txz: Rebuilt. Rebuilt using the --with-legacy option (maximum ABI compatibility) and --with-ftp option (functionality included by default in libxml2 2.9). n/bluez-5.71-x86_64-1.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 *) x/compiz-0.8.18-x86_64-4.txz: Rebuilt. Patched to work properly with libxml2-2.12.3. Thanks to saxa.
Diffstat (limited to 'source/l/libxml2/libxml2.SlackBuild')
-rwxr-xr-xsource/l/libxml2/libxml2.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/l/libxml2/libxml2.SlackBuild b/source/l/libxml2/libxml2.SlackBuild
index 3f42efea5..353cb19ca 100755
--- a/source/l/libxml2/libxml2.SlackBuild
+++ b/source/l/libxml2/libxml2.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libxml2
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -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