Received: by mail.netbsd.org (Postfix, from userid 605) id 82AB884EF1; Tue, 6 Jul 2021 07:55:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E581884EF3 for ; Tue, 6 Jul 2021 07:55:48 +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 AMk0-9fbnQQp for ; Tue, 6 Jul 2021 07:55:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5C2AF84D0E for ; Tue, 6 Jul 2021 07:55:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 500E3FA95; Tue, 6 Jul 2021 07:55:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162555814898170" MIME-Version: 1.0 Date: Tue, 6 Jul 2021 07:55:48 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Net-OpenSSH To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210706075548.500E3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162555814898170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jul 6 07:55:48 UTC 2021 Modified Files: pkgsrc/security/p5-Net-OpenSSH: Makefile distinfo Log Message: Update to 0.80 Upstream changes: 0.80 Sep 28, 2020 - Add restart method To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/p5-Net-OpenSSH/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/p5-Net-OpenSSH/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162555814898170 Content-Disposition: inline Content-Length: 1768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Net-OpenSSH/Makefile diff -u pkgsrc/security/p5-Net-OpenSSH/Makefile:1.31 pkgsrc/security/p5-Net-OpenSSH/Makefile:1.32 --- pkgsrc/security/p5-Net-OpenSSH/Makefile:1.31 Mon May 24 19:54:04 2021 +++ pkgsrc/security/p5-Net-OpenSSH/Makefile Tue Jul 6 07:55:48 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2021/05/24 19:54:04 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2021/07/06 07:55:48 wen Exp $ -DISTNAME= Net-OpenSSH-0.79 +DISTNAME= Net-OpenSSH-0.80 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} Index: pkgsrc/security/p5-Net-OpenSSH/distinfo diff -u pkgsrc/security/p5-Net-OpenSSH/distinfo:1.18 pkgsrc/security/p5-Net-OpenSSH/distinfo:1.19 --- pkgsrc/security/p5-Net-OpenSSH/distinfo:1.18 Mon Sep 7 14:30:58 2020 +++ pkgsrc/security/p5-Net-OpenSSH/distinfo Tue Jul 6 07:55:48 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/09/07 14:30:58 wiz Exp $ +$NetBSD: distinfo,v 1.19 2021/07/06 07:55:48 wen Exp $ -SHA1 (Net-OpenSSH-0.79.tar.gz) = 51a8901ad01e97ebbf7a389a988206729ccb7b17 -RMD160 (Net-OpenSSH-0.79.tar.gz) = 932da9ded9e332dec15b44926c3386a17487393b -SHA512 (Net-OpenSSH-0.79.tar.gz) = 385e4ef8b1e8e503ff097a68211af3e0258649710ac292e8dee5b752b263dd7546c23d5d60e9926acc129e33ca36cf2ad47ef0ab41faf8acc155e392a268856f -Size (Net-OpenSSH-0.79.tar.gz) = 76178 bytes +SHA1 (Net-OpenSSH-0.80.tar.gz) = ad15e404c3e7fee9b3e373c0146d5cb0d975c5c7 +RMD160 (Net-OpenSSH-0.80.tar.gz) = 7b53c56dcd52687260feb09a9eef98e7f29365b2 +SHA512 (Net-OpenSSH-0.80.tar.gz) = 3b68b73b0d5ee5db2096e0ac3ec3c3f12b92ee1865217a81eff0378f416ffdaac252d4ae4de601da7cd4a771bbab6a4768be4cafa0eaa2ff93b31a3cf824875d +Size (Net-OpenSSH-0.80.tar.gz) = 76893 bytes --_----------=_162555814898170--