diff options
author | wiz <wiz@pkgsrc.org> | 2021-08-30 15:57:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-08-30 15:57:11 +0000 |
commit | 87667670fe5ce664850caac10000fd8513440e8c (patch) | |
tree | 805f5f623db2a8adfda8c1694bf03673cca7bd27 /security/libssh | |
parent | 39ffc5458057fcf856459775174ea281d44a5783 (diff) | |
download | pkgsrc-87667670fe5ce664850caac10000fd8513440e8c.tar.gz |
libssh: update to 0.96.
version 0.9.6 (released 2021-08-26)
* CVE-2021-3634: Fix possible heap-buffer overflow when rekeying with
different key exchange mechanism
* Fix several memory leaks on error paths
* Reset pending_call_state on disconnect
* Fix handshake bug with AEAD ciphers and no HMAC overlap
* Use OPENSSL_CRYPTO_LIBRARIES in CMake
* Ignore request success and failure message if they are not expected
* Support more identity files in configuration
* Avoid setting compiler flags directly in CMake
* Support build directories with special characters
* Include stdlib.h to avoid crash in Windows
* Fix sftp_new_channel constructs an invalid object
* Fix Ninja multiple rules error
* Several tests fixes
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 6 | ||||
-rw-r--r-- | security/libssh/PLIST | 4 | ||||
-rw-r--r-- | security/libssh/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 506f44976db..c90e4ff79ed 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.39 2020/09/13 09:22:57 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2021/08/30 15:57:11 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.5 +VER= 0.9.6 DISTNAME= libssh-${VER} -PKGNAME= libssh-0.95 +PKGNAME= libssh-0.96 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 f78d45d1bf1..a055737b090 100644 --- a/security/libssh/PLIST +++ b/security/libssh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2020/09/13 09:22:57 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2021/08/30 15:57:11 wiz Exp $ include/libssh/callbacks.h include/libssh/legacy.h include/libssh/libssh.h @@ -12,5 +12,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.6 +lib/libssh.so.4.8.7 lib/pkgconfig/libssh.pc diff --git a/security/libssh/distinfo b/security/libssh/distinfo index 584ee8febfe..d2b0af97a34 100644 --- a/security/libssh/distinfo +++ b/security/libssh/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.25 2020/09/13 18:45:36 otis Exp $ +$NetBSD: distinfo,v 1.26 2021/08/30 15:57:11 wiz Exp $ -SHA1 (libssh-0.9.5.tar.xz) = cac8772e6bea068e4defea067d4290991d566964 -RMD160 (libssh-0.9.5.tar.xz) = 2ebc61443caa488bacdffe363775129e88c83f8a -SHA512 (libssh-0.9.5.tar.xz) = 64e692a0bfa7f73585ea7b7b8b1d4c9a7f9be59565bfd4de32ca8cd9db121f87e7ad51f5c80269fbd99545af34dcf1894374ed8a6d6c1ac5f8601c026572ac18 -Size (libssh-0.9.5.tar.xz) = 502876 bytes +SHA1 (libssh-0.9.6.tar.xz) = 1b2dd673b58e1eaf20fde45cd8de2197cfab2f78 +RMD160 (libssh-0.9.6.tar.xz) = b5fdb28700a6f592fc612693eed6b39988265432 +SHA512 (libssh-0.9.6.tar.xz) = 4040ec4af937e95be2e41313ef6d4db60b46b8d4dea10c09402398127c1d1ca8843392d207088aeee3c7ef631c6ae7b66861327dcebf78ed3af0723777619fd1 +Size (libssh-0.9.6.tar.xz) = 1053056 bytes SHA1 (patch-CompilerChecks.cmake) = 77b93572006132c557cb9a57698e8455f7874073 SHA1 (patch-examples_sshd__direct-tcpip.c) = 62de8625d58dbc03c38b0eb23f6e7f20a46e91de SHA1 (patch-tests_CMakeLists.txt) = 61d9e21d612545766b00f577b3d342eb20a0a9a5 |