diff options
author | wiz <wiz@pkgsrc.org> | 2019-03-20 16:00:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-03-20 16:00:30 +0000 |
commit | feccd7099d054bf9e59fc093b4e19b880c66c935 (patch) | |
tree | 95c6958c1e8ce6016c8059bc51407c66906e0171 /security/libssh | |
parent | 0f2e40792f774507aa78f071dee38dca84e00401 (diff) | |
download | pkgsrc-feccd7099d054bf9e59fc093b4e19b880c66c935.tar.gz |
libssh: update to 0.87.
version 0.8.7 (released 2019-02-25)
* Fixed handling extension flags in the server implementation
* Fixed exporting ed25519 private keys
* Fixed corner cases for rsa-sha2 signatures
* Fixed some issues with connector
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 6 | ||||
-rw-r--r-- | security/libssh/PLIST | 4 | ||||
-rw-r--r-- | security/libssh/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 19c0bdaf23c..b0b3d67d41b 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.27 2019/02/13 20:07:29 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2019/03/20 16:00:30 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.6 +VER= 0.8.7 DISTNAME= libssh-${VER} -PKGNAME= libssh-0.86 +PKGNAME= libssh-0.87 CATEGORIES= security MASTER_SITES= https://www.libssh.org/files/${VER:R}/ EXTRACT_SUFX= .tar.xz diff --git a/security/libssh/PLIST b/security/libssh/PLIST index 7c784a51c5a..e4fd4f686ea 100644 --- a/security/libssh/PLIST +++ b/security/libssh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2019/02/13 20:07:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2019/03/20 16:00:30 wiz Exp $ include/libssh/callbacks.h include/libssh/legacy.h include/libssh/libssh.h @@ -10,5 +10,5 @@ lib/cmake/libssh/libssh-config-version.cmake lib/cmake/libssh/libssh-config.cmake lib/libssh.so lib/libssh.so.4 -lib/libssh.so.4.7.3 +lib/libssh.so.4.7.4 lib/pkgconfig/libssh.pc diff --git a/security/libssh/distinfo b/security/libssh/distinfo index f710f151ece..3bc97afabd0 100644 --- a/security/libssh/distinfo +++ b/security/libssh/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2019/02/13 20:07:29 wiz Exp $ +$NetBSD: distinfo,v 1.16 2019/03/20 16:00:30 wiz Exp $ -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 (libssh-0.8.7.tar.xz) = 29ed6d9517ce270fee993cccb0219bd16a595bcc +RMD160 (libssh-0.8.7.tar.xz) = b3a2c44cfcecac541b81d083b7ff8bc903313eba +SHA512 (libssh-0.8.7.tar.xz) = 13c3dccad81d521edf29c8a5e2c5f7fdd90507a0eda652b2b040a0a17bab88860873e089a46e181907ea3f449ca1847b1c84453b1960f456e391eefe5be983c5 +Size (libssh-0.8.7.tar.xz) = 430104 bytes SHA1 (patch-CompilerChecks.cmake) = 86de41ab778d25368691c1b0b9ecfa653f24cc5d |