pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libssh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 13 20:07:29 UTC 2019

Modified Files:
        pkgsrc/security/libssh: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/libssh/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/libssh/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/libssh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libssh/Makefile
diff -u pkgsrc/security/libssh/Makefile:1.26 pkgsrc/security/libssh/Makefile:1.27
--- pkgsrc/security/libssh/Makefile:1.26        Wed Dec  5 10:54:39 2018
+++ pkgsrc/security/libssh/Makefile     Wed Feb 13 20:07:29 2019
@@ -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

Index: pkgsrc/security/libssh/PLIST
diff -u pkgsrc/security/libssh/PLIST:1.9 pkgsrc/security/libssh/PLIST:1.10
--- pkgsrc/security/libssh/PLIST:1.9    Mon Dec  3 15:19:51 2018
+++ pkgsrc/security/libssh/PLIST        Wed Feb 13 20:07:29 2019
@@ -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-version.c
 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

Index: pkgsrc/security/libssh/distinfo
diff -u pkgsrc/security/libssh/distinfo:1.14 pkgsrc/security/libssh/distinfo:1.15
--- pkgsrc/security/libssh/distinfo:1.14        Mon Dec  3 15:19:51 2018
+++ pkgsrc/security/libssh/distinfo     Wed Feb 13 20:07:29 2019
@@ -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