summaryrefslogtreecommitdiffstats
path: root/source/n/gnupg2/gnupg2.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-05-28 19:03:49 +0000
committer Eric Hameleers <alien@slackware.com>2019-05-29 08:59:47 +0200
commit03f332c882808a433837a5e20e1a691cf2a5f458 (patch)
treef3ca269856a03774eb788fe3407b708eef49ce70 /source/n/gnupg2/gnupg2.SlackBuild
parentf88cdbded27d1240a91d13c2873a71e7b76f81d4 (diff)
downloadcurrent-03f332c882808a433837a5e20e1a691cf2a5f458.tar.gz
current-03f332c882808a433837a5e20e1a691cf2a5f458.tar.xz
Tue May 28 19:03:49 UTC 201920190528190349
a/openssl-solibs-1.1.1c-x86_64-1.txz: Upgraded. l/libevent-2.1.10-x86_64-1.txz: Upgraded. n/gnupg2-2.2.16-x86_64-1.txz: Upgraded. n/gnutls-3.6.8-x86_64-1.txz: Upgraded. n/openssl-1.1.1c-x86_64-1.txz: Upgraded. This update fixes a security issue: Prevent over long nonces in ChaCha20-Poly1305. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1543 (* Security fix *)
Diffstat (limited to 'source/n/gnupg2/gnupg2.SlackBuild')
-rwxr-xr-xsource/n/gnupg2/gnupg2.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/gnupg2/gnupg2.SlackBuild b/source/n/gnupg2/gnupg2.SlackBuild
index 926e80ceb..778094941 100755
--- a/source/n/gnupg2/gnupg2.SlackBuild
+++ b/source/n/gnupg2/gnupg2.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gnupg2
VERSION=${VERSION:-$(echo gnupg-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}