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.92.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d5c368cc7de
branches:  trunk
changeset: 417547:3d5c368cc7de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 13 11:49:08 2019 +0000

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

diffstat:

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

diffs (50 lines):

diff -r c6df73d66124 -r 3d5c368cc7de security/libssh/Makefile
--- a/security/libssh/Makefile  Wed Nov 13 11:47:04 2019 +0000
+++ b/security/libssh/Makefile  Wed Nov 13 11:49:08 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.30 2019/11/06 14:37:39 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2019/11/13 11:49:08 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.1
+VER=           0.9.2
 DISTNAME=      libssh-${VER}
-PKGNAME=       libssh-0.91
+PKGNAME=       libssh-0.92
 CATEGORIES=    security
 MASTER_SITES=  https://www.libssh.org/files/${VER:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r c6df73d66124 -r 3d5c368cc7de security/libssh/PLIST
--- a/security/libssh/PLIST     Wed Nov 13 11:47:04 2019 +0000
+++ b/security/libssh/PLIST     Wed Nov 13 11:49:08 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/11/06 14:37:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2019/11/13 11:49:08 wiz Exp $
 include/libssh/callbacks.h
 include/libssh/legacy.h
 include/libssh/libssh.h
@@ -11,5 +11,5 @@
 lib/cmake/libssh/libssh-config.cmake
 lib/libssh.so
 lib/libssh.so.4
-lib/libssh.so.4.8.2
+lib/libssh.so.4.8.3
 lib/pkgconfig/libssh.pc
diff -r c6df73d66124 -r 3d5c368cc7de security/libssh/distinfo
--- a/security/libssh/distinfo  Wed Nov 13 11:47:04 2019 +0000
+++ b/security/libssh/distinfo  Wed Nov 13 11:49:08 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2019/11/06 14:37:39 wiz Exp $
+$NetBSD: distinfo,v 1.19 2019/11/13 11:49:08 wiz Exp $
 
-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 (libssh-0.9.2.tar.xz) = ad1430cacb01c1f4c0a3bfdc9c0d402e6f56e1ae
+RMD160 (libssh-0.9.2.tar.xz) = c13dd04259d494cc59fe089793b551643b8699cd
+SHA512 (libssh-0.9.2.tar.xz) = 93b689cd7f3bd32716d7821219e25f91214f71be3867c622ae0ae73cdb2d20af2daa9c3c8180b71434915154f2bc374df7193b3a67a9b9e8bf06e955419285d0
+Size (libssh-0.9.2.tar.xz) = 495876 bytes
 SHA1 (patch-CompilerChecks.cmake) = 77b93572006132c557cb9a57698e8455f7874073



Home | Main Index | Thread Index | Old Index