diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-05-13 18:22:20 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-05-13 20:59:11 +0200 |
commit | bf40d01921bfa7fb01c32e27167ba04c4ba2a9b2 (patch) | |
tree | a3ef05e1fd368e484b8c22f943efd868e78f6dd8 /source/l | |
parent | abc3e67678d77c43fe739af3ed812d558cc83435 (diff) | |
download | current-bf40d01921bfa7fb01c32e27167ba04c4ba2a9b2.tar.gz current-bf40d01921bfa7fb01c32e27167ba04c4ba2a9b2.tar.xz |
Mon May 13 18:22:20 UTC 202420240513182220
l/libxml2-2.12.7-x86_64-1.txz: Upgraded.
Fix buffer overread with "xmllint --htmlout".
xmllint: Fix --pedantic option.
save: Handle invalid parent pointers in xhtmlNodeDumpOutput.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2024-34459
(* Security fix *)
l/python-lxml-5.2.2-x86_64-1.txz: Upgraded.
n/iproute2-6.9.0-x86_64-1.txz: Upgraded.
n/nghttp2-1.62.0-x86_64-1.txz: Upgraded.
x/xterm-391-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/libxml2/libxml2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libxml2/libxml2.SlackBuild b/source/l/libxml2/libxml2.SlackBuild index e0ccc7a32..f95f4b66a 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:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |