Received: by mail.netbsd.org (Postfix, from userid 605) id 02D7584D91; Sun, 15 Sep 2019 10:37:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AE8C84D8B for ; Sun, 15 Sep 2019 10:37:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Q98g7VXdWvGV for ; Sun, 15 Sep 2019 10:37:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7C21A84CE2 for ; Sun, 15 Sep 2019 10:37:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74F78FBF4; Sun, 15 Sep 2019 10:37:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568543870129010" MIME-Version: 1.0 Date: Sun, 15 Sep 2019 10:37:50 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/libssh To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190915103750.74F78FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568543870129010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Sep 15 10:37:50 UTC 2019 Modified Files: pkgsrc/security/libssh: Makefile PLIST distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/libssh/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/libssh/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/libssh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568543870129010 Content-Disposition: inline Content-Length: 2596 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libssh/Makefile diff -u pkgsrc/security/libssh/Makefile:1.28 pkgsrc/security/libssh/Makefile:1.29 --- pkgsrc/security/libssh/Makefile:1.28 Wed Mar 20 16:00:30 2019 +++ pkgsrc/security/libssh/Makefile Sun Sep 15 10:37:50 2019 @@ -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 Index: pkgsrc/security/libssh/PLIST diff -u pkgsrc/security/libssh/PLIST:1.11 pkgsrc/security/libssh/PLIST:1.12 --- pkgsrc/security/libssh/PLIST:1.11 Wed Mar 20 16:00:30 2019 +++ pkgsrc/security/libssh/PLIST Sun Sep 15 10:37:50 2019 @@ -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-version.c 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 Index: pkgsrc/security/libssh/distinfo diff -u pkgsrc/security/libssh/distinfo:1.16 pkgsrc/security/libssh/distinfo:1.17 --- pkgsrc/security/libssh/distinfo:1.16 Wed Mar 20 16:00:30 2019 +++ pkgsrc/security/libssh/distinfo Sun Sep 15 10:37:50 2019 @@ -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 --_----------=_1568543870129010--