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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/291895e5881d
branches:  trunk
changeset: 329699:291895e5881d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 13 20:07:29 2019 +0000

description:
libssh: update to 0.86.

version 0.8.6 (released 2018-12-24)
  * Fixed compilation issues with different OpenSSL versions
  * Fixed StrictHostKeyChecking in new knownhosts API
  * Fixed ssh_send_keepalive() with packet filter
  * Fixed possible crash with knownhosts options
  * Fixed issus with rekeying
  * Fixed strong ECDSA keys
  * Fixed some issues with rsa-sha2 extentions
  * Fixed access violation in ssh_init() (static linking)
  * Fixed ssh_channel_close() handling

diffstat:

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

diffs (51 lines):

diff -r 3b246b045de0 -r 291895e5881d security/libssh/Makefile
--- a/security/libssh/Makefile  Wed Feb 13 20:05:23 2019 +0000
+++ b/security/libssh/Makefile  Wed Feb 13 20:07:29 2019 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.26 2018/12/05 10:54:39 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2019/02/13 20:07:29 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.8.5
+VER=           0.8.6
 DISTNAME=      libssh-${VER}
-PKGNAME=       libssh-0.85
-PKGREVISION=   1
+PKGNAME=       libssh-0.86
 CATEGORIES=    security
 MASTER_SITES=  https://www.libssh.org/files/${VER:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r 3b246b045de0 -r 291895e5881d security/libssh/PLIST
--- a/security/libssh/PLIST     Wed Feb 13 20:05:23 2019 +0000
+++ b/security/libssh/PLIST     Wed Feb 13 20:07:29 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/12/03 15:19:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2019/02/13 20:07:29 wiz Exp $
 include/libssh/callbacks.h
 include/libssh/legacy.h
 include/libssh/libssh.h
@@ -10,5 +10,5 @@
 lib/cmake/libssh/libssh-config.cmake
 lib/libssh.so
 lib/libssh.so.4
-lib/libssh.so.4.7.2
+lib/libssh.so.4.7.3
 lib/pkgconfig/libssh.pc
diff -r 3b246b045de0 -r 291895e5881d security/libssh/distinfo
--- a/security/libssh/distinfo  Wed Feb 13 20:05:23 2019 +0000
+++ b/security/libssh/distinfo  Wed Feb 13 20:07:29 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2018/12/03 15:19:51 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/02/13 20:07:29 wiz Exp $
 
-SHA1 (libssh-0.8.5.tar.xz) = b5564774f986e396a7288a593595455bf10d9ce8
-RMD160 (libssh-0.8.5.tar.xz) = a118e08705257814531ce6c01d2d48cf0d6e59ce
-SHA512 (libssh-0.8.5.tar.xz) = f1e90a5046e006d44a48ab36675167761d8e308ada7a1d7a1f7ba2825d222a2fab7e19dbc78b1371fee9ba74d9c55d9856a623f97842c9b9ad4c79215e344124
-Size (libssh-0.8.5.tar.xz) = 427372 bytes
+SHA1 (libssh-0.8.6.tar.xz) = 2cb2775dcf2780520421a669eebfe5862ba51d29
+RMD160 (libssh-0.8.6.tar.xz) = 7f83581296ec7eee3165bb37a8a79a4cd906de22
+SHA512 (libssh-0.8.6.tar.xz) = e91d1f4c1343aa232ade0fe4b5e9a92ca65e3716f4ebe2ec25b04def4fae5a3774349f05a6919836551f66fb0288ed6a3e19e0ab786c081616218be973356522
+Size (libssh-0.8.6.tar.xz) = 433680 bytes
 SHA1 (patch-CompilerChecks.cmake) = 86de41ab778d25368691c1b0b9ecfa653f24cc5d



Home | Main Index | Thread Index | Old Index