diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-01-24 22:59:00 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-01-25 08:59:48 +0100 |
commit | d2819b80a087624588330565e96333d8c83ae9ba (patch) | |
tree | e1cbdaaccbaed996722ce1fc302f40b2f1be6763 /source | |
parent | 0b8ac7e37d08edef43dbf5496d7f2bcfa17e2280 (diff) | |
download | current-d2819b80a087624588330565e96333d8c83ae9ba.tar.gz |
Fri Jan 24 22:59:00 UTC 202020200124225900
d/meson-0.53.1-x86_64-1.txz: Upgraded.
l/isl-0.22.1-x86_64-1.txz: Upgraded.
l/libzip-1.6.0-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.49.2-x86_64-1.txz: Upgraded.
xap/blueman-2.1.2-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-68.4.2-x86_64-1.txz: Upgraded.
This release contains security fixes and improvements.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/68.4.2/releasenotes/
https://www.mozilla.org/security/known-vulnerabilities/thunderbird.html
(* Security fix *)
Diffstat (limited to 'source')
-rwxr-xr-x | source/l/libzip/libzip.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/mozilla-nss/mozilla-nss.SlackBuild | 2 | ||||
-rwxr-xr-x | source/xap/blueman/blueman.SlackBuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/l/libzip/libzip.SlackBuild b/source/l/libzip/libzip.SlackBuild index 52e7ca1e..1ab157a6 100755 --- a/source/l/libzip/libzip.SlackBuild +++ b/source/l/libzip/libzip.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libzip VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +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 9e63fcce..1963cad1 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.49.1} +VERSION=${VERSION:-3.49.2} NSPR=${NSPR:-4.24} BUILD=${BUILD:-1} diff --git a/source/xap/blueman/blueman.SlackBuild b/source/xap/blueman/blueman.SlackBuild index be79492b..5507fdf7 100755 --- a/source/xap/blueman/blueman.SlackBuild +++ b/source/xap/blueman/blueman.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=blueman VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |