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/a/udisks2 | |
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/a/udisks2')
-rwxr-xr-x | source/a/udisks2/udisks2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/udisks2/udisks2.SlackBuild b/source/a/udisks2/udisks2.SlackBuild index 71ddca4c3..cb9030bea 100755 --- a/source/a/udisks2/udisks2.SlackBuild +++ b/source/a/udisks2/udisks2.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=udisks2 SRCNAM=udisks VERSION=${VERSION:-$(echo $SRCNAM-*.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 |