pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libssh
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 30 15:57:11 UTC 2021
Modified Files:
pkgsrc/security/libssh: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/libssh/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/libssh/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/libssh/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/libssh/Makefile
diff -u pkgsrc/security/libssh/Makefile:1.39 pkgsrc/security/libssh/Makefile:1.40
--- pkgsrc/security/libssh/Makefile:1.39 Sun Sep 13 09:22:57 2020
+++ pkgsrc/security/libssh/Makefile Mon Aug 30 15:57:11 2021
@@ -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
Index: pkgsrc/security/libssh/PLIST
diff -u pkgsrc/security/libssh/PLIST:1.17 pkgsrc/security/libssh/PLIST:1.18
--- pkgsrc/security/libssh/PLIST:1.17 Sun Sep 13 09:22:57 2020
+++ pkgsrc/security/libssh/PLIST Mon Aug 30 15:57:11 2021
@@ -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.c
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
Index: pkgsrc/security/libssh/distinfo
diff -u pkgsrc/security/libssh/distinfo:1.25 pkgsrc/security/libssh/distinfo:1.26
--- pkgsrc/security/libssh/distinfo:1.25 Sun Sep 13 18:45:36 2020
+++ pkgsrc/security/libssh/distinfo Mon Aug 30 15:57:11 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index