pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libssh libssh: update to 0.91.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbfeed0fd8e7
branches:  trunk
changeset: 417260:dbfeed0fd8e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 06 14:37:39 2019 +0000

description:
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:

 security/libssh/Makefile |   6 +++---
 security/libssh/PLIST    |   5 +++--
 security/libssh/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r 2b1e947efe9f -r dbfeed0fd8e7 security/libssh/Makefile
--- a/security/libssh/Makefile  Wed Nov 06 14:34:29 2019 +0000
+++ b/security/libssh/Makefile  Wed Nov 06 14:37:39 2019 +0000
@@ -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 -r 2b1e947efe9f -r dbfeed0fd8e7 security/libssh/PLIST
--- a/security/libssh/PLIST     Wed Nov 06 14:34:29 2019 +0000
+++ b/security/libssh/PLIST     Wed Nov 06 14:37:39 2019 +0000
@@ -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/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 -r 2b1e947efe9f -r dbfeed0fd8e7 security/libssh/distinfo
--- a/security/libssh/distinfo  Wed Nov 06 14:34:29 2019 +0000
+++ b/security/libssh/distinfo  Wed Nov 06 14:37:39 2019 +0000
@@ -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