Wed Nov 13 11:49:08 2019 UTC ()
libssh: update to 0.92.

version 0.9.2 (released 2019-11-07)
  * Fixed libssh-config.cmake
  * Fixed issues with rsa algorithm negotiation (T191)
  * Fixed detection of OpenSSL ed25519 support (T197)


(wiz)
diff -r1.30 -r1.31 pkgsrc/security/libssh/Makefile
diff -r1.13 -r1.14 pkgsrc/security/libssh/PLIST
diff -r1.18 -r1.19 pkgsrc/security/libssh/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/security/libssh/Makefile (expand / switch to unified diff)

--- pkgsrc/security/libssh/Makefile 2019/11/06 14:37:39 1.30
+++ pkgsrc/security/libssh/Makefile 2019/11/13 11:49:08 1.31
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.30 2019/11/06 14:37:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2019/11/13 11:49:08 wiz Exp $
2# 2#
3# history: upstream renamed 0.11 to 0.1.1; 3# history: upstream renamed 0.11 to 0.1.1;
4# we have to use the old-style convention so that version compares work. 4# we have to use the old-style convention so that version compares work.
5 5
6VER= 0.9.1 6VER= 0.9.2
7DISTNAME= libssh-${VER} 7DISTNAME= libssh-${VER}
8PKGNAME= libssh-0.91 8PKGNAME= libssh-0.92
9CATEGORIES= security 9CATEGORIES= security
10MASTER_SITES= https://www.libssh.org/files/${VER:R}/ 10MASTER_SITES= https://www.libssh.org/files/${VER:R}/
11EXTRACT_SUFX= .tar.xz 11EXTRACT_SUFX= .tar.xz
12 12
13MAINTAINER= is@NetBSD.org 13MAINTAINER= is@NetBSD.org
14HOMEPAGE= http://www.libssh.org/ 14HOMEPAGE= http://www.libssh.org/
15COMMENT= SSHv2+v1 protocol library 15COMMENT= SSHv2+v1 protocol library
16LICENSE= 2-clause-bsd 16LICENSE= 2-clause-bsd
17 17
18USE_CMAKE= yes 18USE_CMAKE= yes
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
20PKGCONFIG_OVERRIDE+= libssh.pc.cmake 20PKGCONFIG_OVERRIDE+= libssh.pc.cmake
21TEST_TARGET= test 21TEST_TARGET= test

cvs diff -r1.13 -r1.14 pkgsrc/security/libssh/PLIST (expand / switch to unified diff)

--- pkgsrc/security/libssh/PLIST 2019/11/06 14:37:39 1.13
+++ pkgsrc/security/libssh/PLIST 2019/11/13 11:49:08 1.14
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1@comment $NetBSD: PLIST,v 1.13 2019/11/06 14:37:39 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.14 2019/11/13 11:49:08 wiz Exp $
2include/libssh/callbacks.h 2include/libssh/callbacks.h
3include/libssh/legacy.h 3include/libssh/legacy.h
4include/libssh/libssh.h 4include/libssh/libssh.h
5include/libssh/libsshpp.hpp 5include/libssh/libsshpp.hpp
6include/libssh/server.h 6include/libssh/server.h
7include/libssh/sftp.h 7include/libssh/sftp.h
8include/libssh/ssh2.h 8include/libssh/ssh2.h
9lib/cmake/libssh/libssh-config-noconfig.cmake 9lib/cmake/libssh/libssh-config-noconfig.cmake
10lib/cmake/libssh/libssh-config-version.cmake 10lib/cmake/libssh/libssh-config-version.cmake
11lib/cmake/libssh/libssh-config.cmake 11lib/cmake/libssh/libssh-config.cmake
12lib/libssh.so 12lib/libssh.so
13lib/libssh.so.4 13lib/libssh.so.4
14lib/libssh.so.4.8.2 14lib/libssh.so.4.8.3
15lib/pkgconfig/libssh.pc 15lib/pkgconfig/libssh.pc

cvs diff -r1.18 -r1.19 pkgsrc/security/libssh/distinfo (expand / switch to unified diff)

--- pkgsrc/security/libssh/distinfo 2019/11/06 14:37:39 1.18
+++ pkgsrc/security/libssh/distinfo 2019/11/13 11:49:08 1.19
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.18 2019/11/06 14:37:39 wiz Exp $ 1$NetBSD: distinfo,v 1.19 2019/11/13 11:49:08 wiz Exp $
2 2
3SHA1 (libssh-0.9.1.tar.xz) = 8fbf72e1d061408140ae09becd83a4180cc01219 3SHA1 (libssh-0.9.2.tar.xz) = ad1430cacb01c1f4c0a3bfdc9c0d402e6f56e1ae
4RMD160 (libssh-0.9.1.tar.xz) = 5baf20e760c4d4c026ef52e1e14414fc3274af0c 4RMD160 (libssh-0.9.2.tar.xz) = c13dd04259d494cc59fe089793b551643b8699cd
5SHA512 (libssh-0.9.1.tar.xz) = 7776db347acb2d2d2ef3c19bc8ac61a4b18a4e61c1d7c2814fe44d3b7716e36d5440cdf170fb151af6c2bd9491921911b7f84732d781992c064667ea2ac3cab2 5SHA512 (libssh-0.9.2.tar.xz) = 93b689cd7f3bd32716d7821219e25f91214f71be3867c622ae0ae73cdb2d20af2daa9c3c8180b71434915154f2bc374df7193b3a67a9b9e8bf06e955419285d0
6Size (libssh-0.9.1.tar.xz) = 1246696 bytes 6Size (libssh-0.9.2.tar.xz) = 495876 bytes
7SHA1 (patch-CompilerChecks.cmake) = 77b93572006132c557cb9a57698e8455f7874073 7SHA1 (patch-CompilerChecks.cmake) = 77b93572006132c557cb9a57698e8455f7874073