diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-05-15 18:09:18 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-05-16 08:59:53 +0200 |
commit | 6af908edbd563145da3ebc9d1c4c9d68fd55b38c (patch) | |
tree | a355c3108714b4d622970513f4e81428698ba902 /source/l/libxml2 | |
parent | 2abf246183b4597599225d481bfb184e2f27ada1 (diff) | |
download | current-6af908edbd563145da3ebc9d1c4c9d68fd55b38c.tar.gz current-6af908edbd563145da3ebc9d1c4c9d68fd55b38c.tar.xz |
Sat May 15 18:09:18 UTC 202120210515180918
l/libxml2-2.9.12-x86_64-1.txz: Upgraded.
This update fixes a denial-of-service security issue.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3541
(* Security fix *)
l/mozilla-nss-3.65-x86_64-1.txz: Upgraded.
l/zstd-1.5.0-x86_64-1.txz: Upgraded.
n/libqmi-1.28.4-x86_64-1.txz: Upgraded.
xap/rxvt-unicode-9.26-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/libxml2')
-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 773932dcc..db64abb80 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:-5} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |