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:           Wed Aug 26 08:13:37 UTC 2026

Modified Files:
        pkgsrc/security/libssh: Makefile PLIST distinfo

Log Message:
libssh: update to 0.12.2.

Following up from the last week release, we managed to miss one of
the fixes for CVE-2026-59843 so this is a fixup release including
this missing commit and few more bugfixes. The version 0.11.5
already includes the fix for this CVE.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/security/libssh/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/libssh/PLIST
cvs rdiff -u -r1.37 -r1.38 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.60 pkgsrc/security/libssh/Makefile:1.61
--- pkgsrc/security/libssh/Makefile:1.60        Mon Aug  3 19:42:41 2026
+++ pkgsrc/security/libssh/Makefile     Wed Aug 26 08:13:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2026/08/03 19:42:41 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2026/08/26 08:13:36 wiz Exp $
 
-DISTNAME=      libssh-0.12.1
+DISTNAME=      libssh-0.12.2
 CATEGORIES=    security
 MASTER_SITES=  https://www.libssh.org/files/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/security/libssh/PLIST
diff -u pkgsrc/security/libssh/PLIST:1.25 pkgsrc/security/libssh/PLIST:1.26
--- pkgsrc/security/libssh/PLIST:1.25   Mon Aug  3 19:42:41 2026
+++ pkgsrc/security/libssh/PLIST        Wed Aug 26 08:13:36 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2026/08/03 19:42:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2026/08/26 08:13:36 wiz Exp $
 include/libssh/callbacks.h
 include/libssh/legacy.h
 include/libssh/libssh.h
@@ -13,5 +13,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.11.1
+lib/libssh.so.4.12.0
 lib/pkgconfig/libssh.pc

Index: pkgsrc/security/libssh/distinfo
diff -u pkgsrc/security/libssh/distinfo:1.37 pkgsrc/security/libssh/distinfo:1.38
--- pkgsrc/security/libssh/distinfo:1.37        Mon Aug  3 19:42:41 2026
+++ pkgsrc/security/libssh/distinfo     Wed Aug 26 08:13:36 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2026/08/03 19:42:41 wiz Exp $
+$NetBSD: distinfo,v 1.38 2026/08/26 08:13:36 wiz Exp $
 
-BLAKE2s (libssh-0.12.1.tar.xz) = fa92a959e4afe5bac582c4599810724c7173ef08d679128c6a5507bef10fc7d5
-SHA512 (libssh-0.12.1.tar.xz) = 4702930a1005d08f171281eab8e1246661410c1f0d94ec5a370115ad72995ab31780e28c372913fb46ec7d8e2590d9176ee1a3c777c173135a82f74718a62694
-Size (libssh-0.12.1.tar.xz) = 756384 bytes
+BLAKE2s (libssh-0.12.2.tar.xz) = c81ab5b5d30f5fb3b52d6ad4651809441460f663b7683b2662975f8ba9821f6d
+SHA512 (libssh-0.12.2.tar.xz) = 92b95d64772906fc0fe497fed4dc34a160f2397f71ef3871dc1ea0fe1e8e3c00df699ed0efdc0b754feb23e2140bda17be41d16aee48ff715487384023fdd467
+Size (libssh-0.12.2.tar.xz) = 759680 bytes
 SHA1 (patch-CompilerChecks.cmake) = 8a650be5b69e956a0a54f54b71c4927ce685b8ca
 SHA1 (patch-examples_sshd__direct-tcpip.c) = 62de8625d58dbc03c38b0eb23f6e7f20a46e91de
 SHA1 (patch-tests_CMakeLists.txt) = b5baa8db2161d3f1c7aab317b2919de5dbca6e6a



Home | Main Index | Thread Index | Old Index