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: Sun May 7 10:21:56 UTC 2023
Modified Files:
pkgsrc/security/libssh: Makefile PLIST distinfo
Log Message:
libssh: update to 0.105.
version 0.10.5 (released 2023-05-04)
* Fix CVE-2023-1667: a NULL dereference during rekeying with algorithm guessing
* Fix CVE-2023-2283: a possible authorization bypass in
pki_verify_data_signature under low-memory conditions.
* Fix several memory leaks in GSSAPI handling code
* Escape braces in ProxyCommand created from ProxyJump options for zsh
compatibility.
* Fix pkg-config path relocation for MinGW
* Improve doxygen documentation
* Fix build with cygwin due to the glob support
* Do not enqueue outgoing packets after sending SSH2_MSG_NEWKEYS
* Add support for SSH_SUPPRESS_DEPRECATED
* Avoid functions declarations without prototype to build with clang 15
* Fix spelling issues
* Avoid expanding KnownHosts, ProxyCommands and IdentityFiles repetitively
* Add support sk-* keys through configuration
* Improve checking for Argp library
* Log information about received extensions
* Correctly handle rekey with delayed compression
* Move the EC keys handling to OpenSSL 3.0 API
* Record peer disconnect message
* Avoid deadlock when write buffering occurs and we call poll recursively to
flush the output buffer
* Disable preauthentication compression by default
* Add CentOS 8 Stream / OpenSSL 1.1.1 to CI
* Add accidentally removed default compile flags
* Solve incorrect parsing of ProxyCommand option
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/security/libssh/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/libssh/PLIST
cvs rdiff -u -r1.29 -r1.30 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.45 pkgsrc/security/libssh/Makefile:1.46
--- pkgsrc/security/libssh/Makefile:1.45 Sat Apr 15 21:36:14 2023
+++ pkgsrc/security/libssh/Makefile Sun May 7 10:21:56 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.45 2023/04/15 21:36:14 tnn Exp $
+# $NetBSD: Makefile,v 1.46 2023/05/07 10:21:56 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.10.4
+VER= 0.10.5
DISTNAME= libssh-${VER}
-PKGNAME= libssh-0.104
+PKGNAME= libssh-0.105
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.19 pkgsrc/security/libssh/PLIST:1.20
--- pkgsrc/security/libssh/PLIST:1.19 Sat Apr 15 21:36:14 2023
+++ pkgsrc/security/libssh/PLIST Sun May 7 10:21:56 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2023/04/15 21:36:14 tnn Exp $
+@comment $NetBSD: PLIST,v 1.20 2023/05/07 10:21:56 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.9.4
+lib/libssh.so.4.9.5
lib/pkgconfig/libssh.pc
Index: pkgsrc/security/libssh/distinfo
diff -u pkgsrc/security/libssh/distinfo:1.29 pkgsrc/security/libssh/distinfo:1.30
--- pkgsrc/security/libssh/distinfo:1.29 Sat Apr 15 21:36:14 2023
+++ pkgsrc/security/libssh/distinfo Sun May 7 10:21:56 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2023/04/15 21:36:14 tnn Exp $
+$NetBSD: distinfo,v 1.30 2023/05/07 10:21:56 wiz Exp $
-BLAKE2s (libssh-0.10.4.tar.xz) = aebc81f5ff27800f278d1c6246d5d00a5175a9ea0c66311a15e3bfacec905151
-SHA512 (libssh-0.10.4.tar.xz) = 01ee52d480201d9886c15e81137c185334b404d1c8e8b743ddf58e95fe8619c8c013616a49807bd1111fde72fa177cd35f3c22b66cbf5d720b5abfacdf7601ed
-Size (libssh-0.10.4.tar.xz) = 554920 bytes
+BLAKE2s (libssh-0.10.5.tar.xz) = dbb5ff76c2c8d9aef1dedd268ed9c7c3277fc8a6b25137abb4167ebeddcc0fb2
+SHA512 (libssh-0.10.5.tar.xz) = 2b758f9df2b5937865d4aee775ffeafafe3ae6739a89dfc470e38c7394e3c3cb5fcf8f842fdae04929890ee7e47bf8f50e3a38e82dfd26a009f3aae009d589e0
+Size (libssh-0.10.5.tar.xz) = 557776 bytes
SHA1 (patch-examples_sshd__direct-tcpip.c) = 62de8625d58dbc03c38b0eb23f6e7f20a46e91de
SHA1 (patch-tests_CMakeLists.txt) = 61d9e21d612545766b00f577b3d342eb20a0a9a5
SHA1 (patch-tests_torture.c) = 2c70e9d827f15ec36a62e0d0f5dd98774f24f79e
Home |
Main Index |
Thread Index |
Old Index