Received: by mail.netbsd.org (Postfix, from userid 605) id 397B984E7A; Mon, 1 Apr 2019 14:21:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B4B2184E77 for ; Mon, 1 Apr 2019 14:21:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4AWO2gE2e0VW for ; Mon, 1 Apr 2019 14:21:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F03084E6D for ; Mon, 1 Apr 2019 14:21:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3820BFB16; Mon, 1 Apr 2019 14:21:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554128474153120" MIME-Version: 1.0 Date: Mon, 1 Apr 2019 14:21:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/libssh2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190401142114.3820BFB16@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. --_----------=_1554128474153120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 1 14:21:14 UTC 2019 Modified Files: pkgsrc/security/libssh2: Makefile distinfo Log Message: libssh2: update to 1.8.2. Version 1.8.2 (25 Mar 2019) Daniel Stenberg (25 Mar 2019) - RELEASE-NOTES: version 1.8.2 - [Will Cosgrove brought this change] moved MAX size declarations #330 - [Will Cosgrove brought this change] Fixed misapplied patch (#327) Fixes for user auth To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/libssh2/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/libssh2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1554128474153120 Content-Disposition: inline Content-Length: 1616 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libssh2/Makefile diff -u pkgsrc/security/libssh2/Makefile:1.16 pkgsrc/security/libssh2/Makefile:1.17 --- pkgsrc/security/libssh2/Makefile:1.16 Mon Mar 25 22:52:15 2019 +++ pkgsrc/security/libssh2/Makefile Mon Apr 1 14:21:14 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2019/03/25 22:52:15 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2019/04/01 14:21:14 wiz Exp $ -DISTNAME= libssh2-1.8.1 +DISTNAME= libssh2-1.8.2 CATEGORIES= security MASTER_SITES= https://www.libssh2.org/download/ Index: pkgsrc/security/libssh2/distinfo diff -u pkgsrc/security/libssh2/distinfo:1.10 pkgsrc/security/libssh2/distinfo:1.11 --- pkgsrc/security/libssh2/distinfo:1.10 Mon Mar 25 22:52:15 2019 +++ pkgsrc/security/libssh2/distinfo Mon Apr 1 14:21:14 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/03/25 22:52:15 wiz Exp $ +$NetBSD: distinfo,v 1.11 2019/04/01 14:21:14 wiz Exp $ -SHA1 (libssh2-1.8.1.tar.gz) = a6c8334b1c31eecb335a7f7f43278636e2033e9f -RMD160 (libssh2-1.8.1.tar.gz) = 312c85af0b98b86abf1750a76c67e921b7d14f95 -SHA512 (libssh2-1.8.1.tar.gz) = f09ad9ed04d25305b966e7f8c210082fe06c2b236dcd5018b009bd0bd6aaff123d16559d280892a5060760ed055ffe295bc02dc6e8dd1e7b8383c6c703f09290 -Size (libssh2-1.8.1.tar.gz) = 858088 bytes +SHA1 (libssh2-1.8.2.tar.gz) = 9250682b0df0ab61e47cc4192f99731949f605bc +RMD160 (libssh2-1.8.2.tar.gz) = b2b84b3fe14e4e527db4a391abd8706a8e028e23 +SHA512 (libssh2-1.8.2.tar.gz) = 390ab4ad93bb738415ec11a6eb92806c9b9e9e5d8ee7c442d841a58b4292c1c447a9bc99e153ba464e2e11f9c0d1913469303598c3046722d1ae821991e8cb93 +Size (libssh2-1.8.2.tar.gz) = 859587 bytes --_----------=_1554128474153120--