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.90
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a33a2b78312
branches: trunk
changeset: 401327:9a33a2b78312
user: nia <nia%pkgsrc.org@localhost>
date: Sun Sep 15 10:37:50 2019 +0000
description:
libssh: Update to 0.90
ChangeLog
Added support for AES-GCM
Added improved rekeying support
Added performance improvements
Disabled blowfish support by default
Fixed several ssh config parsing issues
Added support for DH Group Exchange KEX
Added support for Encrypt-then-MAC mode
Added support for parsing server side configuration file
Added support for ECDSA/Ed25519 certificates
Added FIPS 140-2 compatibility
Improved known_hosts parsing
Improved documentation
Improved OpenSSL API usage for KEX, DH, KDF and signatures
diffstat:
security/libssh/Makefile | 6 +++---
security/libssh/PLIST | 4 ++--
security/libssh/distinfo | 12 ++++++------
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (51 lines):
diff -r be24f835cd97 -r 9a33a2b78312 security/libssh/Makefile
--- a/security/libssh/Makefile Sun Sep 15 09:33:37 2019 +0000
+++ b/security/libssh/Makefile Sun Sep 15 10:37:50 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.28 2019/03/20 16:00:30 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2019/09/15 10:37:50 nia 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.7
+VER= 0.9.0
DISTNAME= libssh-${VER}
-PKGNAME= libssh-0.87
+PKGNAME= libssh-0.90
CATEGORIES= security
MASTER_SITES= https://www.libssh.org/files/${VER:R}/
EXTRACT_SUFX= .tar.xz
diff -r be24f835cd97 -r 9a33a2b78312 security/libssh/PLIST
--- a/security/libssh/PLIST Sun Sep 15 09:33:37 2019 +0000
+++ b/security/libssh/PLIST Sun Sep 15 10:37:50 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/03/20 16:00:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/09/15 10:37:50 nia 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.4
+lib/libssh.so.4.8.1
lib/pkgconfig/libssh.pc
diff -r be24f835cd97 -r 9a33a2b78312 security/libssh/distinfo
--- a/security/libssh/distinfo Sun Sep 15 09:33:37 2019 +0000
+++ b/security/libssh/distinfo Sun Sep 15 10:37:50 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2019/03/20 16:00:30 wiz Exp $
+$NetBSD: distinfo,v 1.17 2019/09/15 10:37:50 nia Exp $
-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
+SHA1 (libssh-0.9.0.tar.xz) = 570bffef68af6c1211673bc9a8036c9265935b2b
+RMD160 (libssh-0.9.0.tar.xz) = 987810b3c94af4fe70c414614d4739d37f15b542
+SHA512 (libssh-0.9.0.tar.xz) = 8c91b31e49652d93c295ca62c2ff1ae30f26c263195a8bc2390e44f6e688959507f609125d342ee8180fc03cec2d73258ac72f864696281b53ba9ad244060865
+Size (libssh-0.9.0.tar.xz) = 487628 bytes
+SHA1 (patch-CompilerChecks.cmake) = 77b93572006132c557cb9a57698e8455f7874073
Home |
Main Index |
Thread Index |
Old Index