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)
This commit is contained in:
parent
292f0cbf9f
commit
7eaef31fa1
3 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue