diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-04-09 22:20:10 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-04-10 08:59:49 +0200 |
commit | e35c3a1aa0475e2cececf6f308c36931f68b23fd (patch) | |
tree | 4b9f4da7fd1cb04c27427f425e5bb51804bc0bb1 /source/l/libssh/libssh.SlackBuild | |
parent | 648447b38aecceb3cc5137ccef9822fdb620f982 (diff) | |
download | current-e35c3a1aa0475e2cececf6f308c36931f68b23fd.tar.gz current-e35c3a1aa0475e2cececf6f308c36931f68b23fd.tar.xz |
Thu Apr 9 22:20:10 UTC 202020200409222010
d/cmake-3.17.1-x86_64-1.txz: Upgraded.
l/glib2-2.64.2-x86_64-1.txz: Upgraded.
l/libssh-0.9.4-x86_64-1.txz: Upgraded.
Fixed possible DoS in client and server when handling AES-CTR keys
with OpenSSL.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1730
(* Security fix *)
Diffstat (limited to '')
-rwxr-xr-x | source/l/libssh/libssh.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libssh/libssh.SlackBuild b/source/l/libssh/libssh.SlackBuild index 778f67f6f..12176d972 100755 --- a/source/l/libssh/libssh.SlackBuild +++ b/source/l/libssh/libssh.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libssh VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |