diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-09-04 18:55:26 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-09-05 17:59:53 +0200 |
commit | ce4505131f5459bbc93bcd20e67a59bdedff316a (patch) | |
tree | 7d4d46012bfea653bd475a7e463d0a519e8d9836 /source/a | |
parent | 63194a52e849df03105a4280a91e73a0d832b3da (diff) | |
download | current-ce4505131f5459bbc93bcd20e67a59bdedff316a.tar.gz current-ce4505131f5459bbc93bcd20e67a59bdedff316a.tar.xz |
Fri Sep 4 18:55:26 UTC 202020200904185526
a/cryptsetup-2.3.4-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.23-x86_64-1.txz: Upgraded.
n/cifs-utils-6.11-x86_64-1.txz: Upgraded.
n/fetchmail-6.4.12-x86_64-1.txz: Upgraded.
n/gnutls-3.6.15-x86_64-1.txz: Upgraded.
libgnutls: Fixed "no_renegotiation" alert handling at incorrect timing,
which could lead to an application crash.
[GNUTLS-SA-2020-09-04, CVSS: medium]
(* Security fix *)
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/cryptsetup/cryptsetup.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/cryptsetup/cryptsetup.SlackBuild b/source/a/cryptsetup/cryptsetup.SlackBuild index 61e58189f..c7722095f 100755 --- a/source/a/cryptsetup/cryptsetup.SlackBuild +++ b/source/a/cryptsetup/cryptsetup.SlackBuild @@ -36,7 +36,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cryptsetup VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | 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 |