diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-01-29 20:26:57 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-01-30 08:59:50 +0100 |
commit | 8040f7f06757d6830029f75eab44474464883f59 (patch) | |
tree | d61a38f177382c6f8fcb42f70ee3e2f52ee7f90d /source/x | |
parent | 480d98e278bacecb97d391aeb5c7263cd9abf0ea (diff) | |
download | current-8040f7f06757d6830029f75eab44474464883f59.tar.gz current-8040f7f06757d6830029f75eab44474464883f59.tar.xz |
Fri Jan 29 20:26:57 UTC 202120210129202657
a/e2fsprogs-1.45.7-x86_64-1.txz: Upgraded.
n/libgcrypt-1.9.1-x86_64-1.txz: Upgraded.
This update fixes a serious security issue present only in libgcrypt-1.9.0.
Everyone should be sure to update this package as soon as possible.
For more information, see:
https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000456.html
(* Security fix *)
x/libwacom-1.8-x86_64-1.txz: Upgraded.
x/mesa-20.3.4-x86_64-1.txz: Upgraded.
xap/xpdf-4.03-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/x')
-rwxr-xr-x | source/x/libwacom/libwacom.SlackBuild | 2 | ||||
-rwxr-xr-x | source/x/mesa/mesa.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/x/libwacom/libwacom.SlackBuild b/source/x/libwacom/libwacom.SlackBuild index 35f5c302c..207b2374f 100755 --- a/source/x/libwacom/libwacom.SlackBuild +++ b/source/x/libwacom/libwacom.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libwacom 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/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild index f41ca6bd2..8cbc8b6fd 100755 --- a/source/x/mesa/mesa.SlackBuild +++ b/source/x/mesa/mesa.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mesa VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DEMOVERS=${DEMOVERS:-8.4.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} BUILD_DEMOS=${BUILD_DEMOS:-YES} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |