summaryrefslogtreecommitdiffstats
path: root/source/l/libxslt
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-10 01:12:17 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-10 02:58:55 +0100
commit48a597699d66820c0bd3755087ede52100d5becc (patch)
tree0a68ef0f5214d3469e96283aed283b1095c0f39c /source/l/libxslt
parent4f2f8fa3a5c832eb964c3e46084a072ecc592aa4 (diff)
downloadcurrent-48a597699d66820c0bd3755087ede52100d5becc.tar.gz
current-48a597699d66820c0bd3755087ede52100d5becc.tar.xz
Sun Dec 10 01:12:17 UTC 202320231210011217
l/libxml2-2.12.2-x86_64-2.txz: Rebuilt. Add --sysconfdir=/etc option so that this can find the xml catalog. Thanks to SpiderTux. Fix the following security issues: Fix integer overflows with XML_PARSE_HUGE. Fix dict corruption caused by entity reference cycles. Hashing of empty dict strings isn't deterministic. Fix null deref in xmlSchemaFixupComplexType. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-40303 https://www.cve.org/CVERecord?id=CVE-2022-40304 https://www.cve.org/CVERecord?id=CVE-2023-29469 https://www.cve.org/CVERecord?id=CVE-2023-28484 (* Security fix *)
Diffstat (limited to 'source/l/libxslt')
-rwxr-xr-xsource/l/libxslt/libxslt.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/l/libxslt/libxslt.SlackBuild b/source/l/libxslt/libxslt.SlackBuild
index 0216ab702..2e735ac94 100755
--- a/source/l/libxslt/libxslt.SlackBuild
+++ b/source/l/libxslt/libxslt.SlackBuild
@@ -93,6 +93,7 @@ PYTHON=/usr/bin/python3 \
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --sysconfdir=/etc \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--disable-static \