diff options
| author | wiz <wiz@pkgsrc.org> | 2019-11-06 14:37:39 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2019-11-06 14:37:39 +0000 |
| commit | 5c5f2a95a9fe9587aa9a764a1b8ca722e43d548e (patch) | |
| tree | eb382ec083edb8326b946484de883b0990d4593b /security/libssh | |
| parent | b6e6b596a609271d6089db35c21e126a030e1b01 (diff) | |
| download | pkgsrc-5c5f2a95a9fe9587aa9a764a1b8ca722e43d548e.tar.gz | |
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)
Diffstat (limited to 'security/libssh')
| -rw-r--r-- | security/libssh/Makefile | 6 | ||||
| -rw-r--r-- | security/libssh/PLIST | 5 | ||||
| -rw-r--r-- | security/libssh/distinfo | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index efcd1279d38..950cb92c824 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -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 diff --git a/security/libssh/PLIST b/security/libssh/PLIST index feb33e95a7f..753884f2b54 100644 --- a/security/libssh/PLIST +++ b/security/libssh/PLIST @@ -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 diff --git a/security/libssh/distinfo b/security/libssh/distinfo index daf1cad811a..a3d41642a84 100644 --- a/security/libssh/distinfo +++ b/security/libssh/distinfo @@ -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 |
