Received: by mail.netbsd.org (Postfix, from userid 605) id 6501684DA7; Sun, 12 Apr 2020 21:05:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1D6284D8B for ; Sun, 12 Apr 2020 21:05:01 +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 GlMwO7diJfGM for ; Sun, 12 Apr 2020 21:05:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5DDFB84D48 for ; Sun, 12 Apr 2020 21:05:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 583AEFB27; Sun, 12 Apr 2020 21:05:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586725501296670" MIME-Version: 1.0 Date: Sun, 12 Apr 2020 21:05:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/libssh To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200412210501.583AEFB27@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. --_----------=_1586725501296670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 12 21:05:01 UTC 2020 Modified Files: pkgsrc/security/libssh: Makefile PLIST distinfo Log Message: libssh: update to 0.94. version 0.9.4 (released 2020-04-09) * Fixed CVE-2020-1730 - Possible DoS in client and server when handling AES-CTR keys with OpenSSL * Added diffie-hellman-group14-sha256 * Fixed serveral possible memory leaks To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/libssh/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/libssh/PLIST cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/libssh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586725501296670 Content-Disposition: inline Content-Length: 2610 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.36 pkgsrc/security/libssh/Makefile:1.37 --- pkgsrc/security/libssh/Makefile:1.36 Sun Jan 26 17:32:04 2020 +++ pkgsrc/security/libssh/Makefile Sun Apr 12 21:05:01 2020 @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.36 2020/01/26 17:32:04 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2020/04/12 21:05:01 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.9.3 +VER= 0.9.4 DISTNAME= libssh-${VER} -PKGNAME= libssh-0.93 -PKGREVISION= 1 +PKGNAME= libssh-0.94 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.15 pkgsrc/security/libssh/PLIST:1.16 --- pkgsrc/security/libssh/PLIST:1.15 Tue Dec 31 12:27:03 2019 +++ pkgsrc/security/libssh/PLIST Sun Apr 12 21:05:01 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2019/12/31 12:27:03 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2020/04/12 21:05:01 wiz Exp $ include/libssh/callbacks.h include/libssh/legacy.h include/libssh/libssh.h @@ -11,5 +11,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.8.4 +lib/libssh.so.4.8.5 lib/pkgconfig/libssh.pc Index: pkgsrc/security/libssh/distinfo diff -u pkgsrc/security/libssh/distinfo:1.21 pkgsrc/security/libssh/distinfo:1.22 --- pkgsrc/security/libssh/distinfo:1.21 Mon Jan 6 12:04:12 2020 +++ pkgsrc/security/libssh/distinfo Sun Apr 12 21:05:01 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.21 2020/01/06 12:04:12 pho Exp $ +$NetBSD: distinfo,v 1.22 2020/04/12 21:05:01 wiz Exp $ -SHA1 (libssh-0.9.3.tar.xz) = 24bb9d6f53691236f34cc8e6fec86dd659aef757 -RMD160 (libssh-0.9.3.tar.xz) = ef2f8e5564f7508db4829fe655644d959e35da5d -SHA512 (libssh-0.9.3.tar.xz) = 6e59718565daeca6d224426cc1095a112deff9af8e0b021917e04f08bb7409263c35724de95f591f38e26f0fb3bbbbc69b679b6775edc21dec158d241b076c6f -Size (libssh-0.9.3.tar.xz) = 500068 bytes +SHA1 (libssh-0.9.4.tar.xz) = 93289b77379263328c843fa85ba5ed4b274b689f +RMD160 (libssh-0.9.4.tar.xz) = 4d1323a8ee50d54d66151177002fd9d12d696fed +SHA512 (libssh-0.9.4.tar.xz) = 38705c19c293ea5e6d286d22eb17021dbe58d88c1e647b699933aa0db9ca1174d43d1ff76c1a1b17bf2cc1a8297ec02f1a67dd9e969676dd69cf6fbdae9bc8d4 +Size (libssh-0.9.4.tar.xz) = 500776 bytes SHA1 (patch-CompilerChecks.cmake) = 77b93572006132c557cb9a57698e8455f7874073 SHA1 (patch-tests_torture.c) = 2c70e9d827f15ec36a62e0d0f5dd98774f24f79e --_----------=_1586725501296670--