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 | |
parent | 2abf246183b4597599225d481bfb184e2f27ada1 (diff) | |
download | current-6af908edbd563145da3ebc9d1c4c9d68fd55b38c.tar.gz |
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')
-rwxr-xr-x | source/l/libxml2/libxml2.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/mozilla-nss/mozilla-nss.SlackBuild | 2 | ||||
-rwxr-xr-x | source/xap/rxvt-unicode/rxvt-unicode.SlackBuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/l/libxml2/libxml2.SlackBuild b/source/l/libxml2/libxml2.SlackBuild index 773932dc..db64abb8 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 diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild index 298ba77e..5526fd2b 100755 --- a/source/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.64} +VERSION=${VERSION:-3.65} NSPR=${NSPR:-4.30} BUILD=${BUILD:-1} diff --git a/source/xap/rxvt-unicode/rxvt-unicode.SlackBuild b/source/xap/rxvt-unicode/rxvt-unicode.SlackBuild index c9d4b739..fa213eaf 100755 --- a/source/xap/rxvt-unicode/rxvt-unicode.SlackBuild +++ b/source/xap/rxvt-unicode/rxvt-unicode.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rxvt-unicode VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-11} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |