diff options
author | wiz <wiz@pkgsrc.org> | 2020-04-12 21:05:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-04-12 21:05:01 +0000 |
commit | 3c95f6206f666d285b9259f22d059814b4257be2 (patch) | |
tree | 42dcd48640f2ec756d6e412b71fcf4d6d7804fdd /security/libssh | |
parent | 84e808624cd2aea26a276a0807b7b79dc6951c2e (diff) | |
download | pkgsrc-3c95f6206f666d285b9259f22d059814b4257be2.tar.gz |
libssh: update to 0.94.
version 0.9.4 (released 2020-04-09)
* Fixed CVE-2020-1730 - Possible DoS in client and server when handling
AES-CTR keys with OpenSSL
* Added diffie-hellman-group14-sha256
* Fixed serveral possible memory leaks
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 7 | ||||
-rw-r--r-- | security/libssh/PLIST | 4 | ||||
-rw-r--r-- | security/libssh/distinfo | 10 |
3 files changed, 10 insertions, 11 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 02c88af9556..3c523301cc3 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.36 2020/01/26 17:32:04 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2020/04/12 21:05:01 wiz Exp $ # # history: upstream renamed 0.11 to 0.1.1; # we have to use the old-style convention so that version compares work. -VER= 0.9.3 +VER= 0.9.4 DISTNAME= libssh-${VER} -PKGNAME= libssh-0.93 -PKGREVISION= 1 +PKGNAME= libssh-0.94 CATEGORIES= security MASTER_SITES= https://www.libssh.org/files/${VER:R}/ EXTRACT_SUFX= .tar.xz diff --git a/security/libssh/PLIST b/security/libssh/PLIST index fa5cf2406b4..74b394f4a75 100644 --- a/security/libssh/PLIST +++ b/security/libssh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2019/12/31 12:27:03 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2020/04/12 21:05:01 wiz Exp $ include/libssh/callbacks.h include/libssh/legacy.h include/libssh/libssh.h @@ -11,5 +11,5 @@ lib/cmake/libssh/libssh-config-version.cmake lib/cmake/libssh/libssh-config.cmake lib/libssh.so lib/libssh.so.4 -lib/libssh.so.4.8.4 +lib/libssh.so.4.8.5 lib/pkgconfig/libssh.pc diff --git a/security/libssh/distinfo b/security/libssh/distinfo index 95c4fe6ebda..9cd25559bf1 100644 --- a/security/libssh/distinfo +++ b/security/libssh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.21 2020/01/06 12:04:12 pho Exp $ +$NetBSD: distinfo,v 1.22 2020/04/12 21:05:01 wiz Exp $ -SHA1 (libssh-0.9.3.tar.xz) = 24bb9d6f53691236f34cc8e6fec86dd659aef757 -RMD160 (libssh-0.9.3.tar.xz) = ef2f8e5564f7508db4829fe655644d959e35da5d -SHA512 (libssh-0.9.3.tar.xz) = 6e59718565daeca6d224426cc1095a112deff9af8e0b021917e04f08bb7409263c35724de95f591f38e26f0fb3bbbbc69b679b6775edc21dec158d241b076c6f -Size (libssh-0.9.3.tar.xz) = 500068 bytes +SHA1 (libssh-0.9.4.tar.xz) = 93289b77379263328c843fa85ba5ed4b274b689f +RMD160 (libssh-0.9.4.tar.xz) = 4d1323a8ee50d54d66151177002fd9d12d696fed +SHA512 (libssh-0.9.4.tar.xz) = 38705c19c293ea5e6d286d22eb17021dbe58d88c1e647b699933aa0db9ca1174d43d1ff76c1a1b17bf2cc1a8297ec02f1a67dd9e969676dd69cf6fbdae9bc8d4 +Size (libssh-0.9.4.tar.xz) = 500776 bytes SHA1 (patch-CompilerChecks.cmake) = 77b93572006132c557cb9a57698e8455f7874073 SHA1 (patch-tests_torture.c) = 2c70e9d827f15ec36a62e0d0f5dd98774f24f79e |