diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-02-05 21:18:59 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-02-06 08:59:52 +0100 |
commit | da5b964ecc482a45392642b55a68eaeb5b554c00 (patch) | |
tree | 88a069c9dfcf9e4213fa3a6e0a520514ecdd4ce7 /source/l | |
parent | ecb30b94ab396ab82babed49159af290470f7971 (diff) | |
download | current-da5b964ecc482a45392642b55a68eaeb5b554c00.tar.gz current-da5b964ecc482a45392642b55a68eaeb5b554c00.tar.xz |
Fri Feb 5 21:18:59 UTC 202120210205211859
a/udisks2-2.9.2-x86_64-1.txz: Upgraded.
d/ccache-4.2-x86_64-1.txz: Upgraded.
l/fuse3-3.10.2-x86_64-1.txz: Upgraded.
l/glib2-2.66.6-x86_64-1.txz: Upgraded.
l/libcap-2.48-x86_64-1.txz: Upgraded.
l/lmdb-0.9.28-x86_64-1.txz: Upgraded.
l/mozjs78-78.7.1esr-x86_64-1.txz: Upgraded.
l/openal-soft-1.21.1-x86_64-1.txz: Upgraded.
x/xterm-365-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-78.7.1esr-x86_64-1.txz: Upgraded.
This release contains a security fix.
For more information, see:
https://www.mozilla.org/en-US/firefox/78.7.1/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2021-06/#MOZ-2021-0001
(* Security fix *)
xap/mozilla-thunderbird-78.7.1-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/78.7.1/releasenotes/
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/fuse3/fuse3.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/lmdb/lmdb.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/lmdb/lmdb.url | 2 | ||||
-rwxr-xr-x | source/l/openal-soft/openal-soft.SlackBuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source/l/fuse3/fuse3.SlackBuild b/source/l/fuse3/fuse3.SlackBuild index 2b5e3ab4f..c2f8557ec 100755 --- a/source/l/fuse3/fuse3.SlackBuild +++ b/source/l/fuse3/fuse3.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=fuse3 SRCNAM=fuse VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/lmdb/lmdb.SlackBuild b/source/l/lmdb/lmdb.SlackBuild index 361f7531e..b9a34d2a5 100755 --- a/source/l/lmdb/lmdb.SlackBuild +++ b/source/l/lmdb/lmdb.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=lmdb VERSION=${VERSION:-$(echo openldap-LMDB_*.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/lmdb/lmdb.url b/source/l/lmdb/lmdb.url index c2e18f8ca..e1314c73c 100644 --- a/source/l/lmdb/lmdb.url +++ b/source/l/lmdb/lmdb.url @@ -1,2 +1,2 @@ #https://github.com/LMDB/lmdb -https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.27/openldap-LMDB_0.9.27.tar.gz +https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.28/openldap-LMDB_0.9.28.tar.gz diff --git a/source/l/openal-soft/openal-soft.SlackBuild b/source/l/openal-soft/openal-soft.SlackBuild index 714a6e345..607f4001e 100755 --- a/source/l/openal-soft/openal-soft.SlackBuild +++ b/source/l/openal-soft/openal-soft.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=openal-soft 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 |