pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libssh libssh: update to 0.96.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a625197b48a
branches: trunk
changeset: 457674:8a625197b48a
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 30 15:57:11 2021 +0000
description:
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:
security/libssh/Makefile | 6 +++---
security/libssh/PLIST | 4 ++--
security/libssh/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (52 lines):
diff -r 39f92df519cd -r 8a625197b48a security/libssh/Makefile
--- a/security/libssh/Makefile Mon Aug 30 15:56:54 2021 +0000
+++ b/security/libssh/Makefile Mon Aug 30 15:57:11 2021 +0000
@@ -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 -r 39f92df519cd -r 8a625197b48a security/libssh/PLIST
--- a/security/libssh/PLIST Mon Aug 30 15:56:54 2021 +0000
+++ b/security/libssh/PLIST Mon Aug 30 15:57:11 2021 +0000
@@ -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.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 -r 39f92df519cd -r 8a625197b48a security/libssh/distinfo
--- a/security/libssh/distinfo Mon Aug 30 15:56:54 2021 +0000
+++ b/security/libssh/distinfo Mon Aug 30 15:57:11 2021 +0000
@@ -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