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 Nov 6 14:37:39 UTC 2019
Modified Files:
pkgsrc/security/libssh: Makefile PLIST distinfo
Log Message:
libssh: update to 0.91.
version 0.9.1 (released 2019-10-25)
* Added support for Ed25519 via OpenSSL
* Added support for X25519 via OpenSSL
* Added support for localuser in Match keyword
* Fixed Match keyword to be case sensitive
* Fixed compilation with LibreSSL
* Fixed error report of channel open (T75)
* Fixed sftp documentation (T137)
* Fixed known_hosts parsing (T156)
* Fixed build issue with MinGW (T157)
* Fixed build with gcc 9 (T164)
* Fixed deprecation issues (T165)
* Fixed known_hosts directory creation (T166)
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/libssh/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/libssh/PLIST
cvs rdiff -u -r1.17 -r1.18 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.29 pkgsrc/security/libssh/Makefile:1.30
--- pkgsrc/security/libssh/Makefile:1.29 Sun Sep 15 10:37:50 2019
+++ pkgsrc/security/libssh/Makefile Wed Nov 6 14:37:39 2019
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2019/09/15 10:37:50 nia Exp $
+# $NetBSD: Makefile,v 1.30 2019/11/06 14:37:39 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.0
+VER= 0.9.1
DISTNAME= libssh-${VER}
-PKGNAME= libssh-0.90
+PKGNAME= libssh-0.91
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.12 pkgsrc/security/libssh/PLIST:1.13
--- pkgsrc/security/libssh/PLIST:1.12 Sun Sep 15 10:37:50 2019
+++ pkgsrc/security/libssh/PLIST Wed Nov 6 14:37:39 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/09/15 10:37:50 nia Exp $
+@comment $NetBSD: PLIST,v 1.13 2019/11/06 14:37:39 wiz Exp $
include/libssh/callbacks.h
include/libssh/legacy.h
include/libssh/libssh.h
@@ -6,9 +6,10 @@ include/libssh/libsshpp.hpp
include/libssh/server.h
include/libssh/sftp.h
include/libssh/ssh2.h
+lib/cmake/libssh/libssh-config-noconfig.cmake
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.1
+lib/libssh.so.4.8.2
lib/pkgconfig/libssh.pc
Index: pkgsrc/security/libssh/distinfo
diff -u pkgsrc/security/libssh/distinfo:1.17 pkgsrc/security/libssh/distinfo:1.18
--- pkgsrc/security/libssh/distinfo:1.17 Sun Sep 15 10:37:50 2019
+++ pkgsrc/security/libssh/distinfo Wed Nov 6 14:37:39 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2019/09/15 10:37:50 nia Exp $
+$NetBSD: distinfo,v 1.18 2019/11/06 14:37:39 wiz Exp $
-SHA1 (libssh-0.9.0.tar.xz) = 570bffef68af6c1211673bc9a8036c9265935b2b
-RMD160 (libssh-0.9.0.tar.xz) = 987810b3c94af4fe70c414614d4739d37f15b542
-SHA512 (libssh-0.9.0.tar.xz) = 8c91b31e49652d93c295ca62c2ff1ae30f26c263195a8bc2390e44f6e688959507f609125d342ee8180fc03cec2d73258ac72f864696281b53ba9ad244060865
-Size (libssh-0.9.0.tar.xz) = 487628 bytes
+SHA1 (libssh-0.9.1.tar.xz) = 8fbf72e1d061408140ae09becd83a4180cc01219
+RMD160 (libssh-0.9.1.tar.xz) = 5baf20e760c4d4c026ef52e1e14414fc3274af0c
+SHA512 (libssh-0.9.1.tar.xz) = 7776db347acb2d2d2ef3c19bc8ac61a4b18a4e61c1d7c2814fe44d3b7716e36d5440cdf170fb151af6c2bd9491921911b7f84732d781992c064667ea2ac3cab2
+Size (libssh-0.9.1.tar.xz) = 1246696 bytes
SHA1 (patch-CompilerChecks.cmake) = 77b93572006132c557cb9a57698e8455f7874073
Home |
Main Index |
Thread Index |
Old Index