Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 38CBA7A28D for ; Sat, 6 Aug 2016 01:40:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A738885EA5; Sat, 6 Aug 2016 01:40:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36E2285E73 for ; Sat, 6 Aug 2016 01:40:35 +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 F2fFgRqp4bSB for ; Sat, 6 Aug 2016 01:40:34 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8543584CBD for ; Sat, 6 Aug 2016 01:40:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 785F0FBB5; Sat, 6 Aug 2016 01:40:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470447634247680" MIME-Version: 1.0 Date: Sat, 6 Aug 2016 01:40:34 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/security/p5-Net-OpenSSH To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160806014034.785F0FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470447634247680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Aug 6 01:40:34 UTC 2016 Modified Files: pkgsrc/security/p5-Net-OpenSSH: Makefile distinfo Log Message: Updated security/p5-Net-OpenSSH to 0.73 -------------------------------------- 0.73 Jun 10, 2016 - Some old perl versions doesn't like Errno constant subs being called without parents. Add them. 0.72 Jun 9, 2016 - Rerelease as stable. 0.71_03 Mar 16, 2016 - Improve shell detection code. - Use a timeout to kill external commands not returning control. - improve ksh version checking in tests (bug report by jtzako via PerlMonks) 0.71_02 Mar 11, 2016 - Lighten master socket checks in async mode in order to avoid blocking and setting custom signal handlers which can interfere with event-programming frameworks (bug report by Doug Hoyte). 0.71_01 Jan 20, 2016 - Add entry on the documentation about how to integrate the module with event-oriented programming frameworks (bug report by Doug Hoyte, #gh17) - Use an adaptative delaying algorithm while waiting for the multiplexing socket to pop up (bug report by Doug Hoyte, #gh17). - Improve SIGCHLD handling and interoperability with other modules setting custom handlers (bug report by Doug Hoyte, #gh16). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/p5-Net-OpenSSH/Makefile cvs rdiff -u -r1.13 -r1.14 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. --_----------=_1470447634247680 Content-Disposition: inline Content-Length: 1771 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.20 pkgsrc/security/p5-Net-OpenSSH/Makefile:1.21 --- pkgsrc/security/p5-Net-OpenSSH/Makefile:1.20 Wed Jun 8 19:24:24 2016 +++ pkgsrc/security/p5-Net-OpenSSH/Makefile Sat Aug 6 01:40:34 2016 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2016/06/08 19:24:24 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2016/08/06 01:40:34 mef Exp $ # -DISTNAME= Net-OpenSSH-0.70 +DISTNAME= Net-OpenSSH-0.73 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.13 pkgsrc/security/p5-Net-OpenSSH/distinfo:1.14 --- pkgsrc/security/p5-Net-OpenSSH/distinfo:1.13 Sun Jan 31 05:36:52 2016 +++ pkgsrc/security/p5-Net-OpenSSH/distinfo Sat Aug 6 01:40:34 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/01/31 05:36:52 mef Exp $ +$NetBSD: distinfo,v 1.14 2016/08/06 01:40:34 mef Exp $ -SHA1 (Net-OpenSSH-0.70.tar.gz) = 93da2879210f56ffb5c14d8e3620fe61a3cda113 -RMD160 (Net-OpenSSH-0.70.tar.gz) = 56987ca5a446506360e366c2ab1ac623119f4b0b -SHA512 (Net-OpenSSH-0.70.tar.gz) = ce2e74fa68e79a1180c3b29ad32d1d75ff1223e0721a9c91b7bc29ab0dbe3a0ffea490223dcaaa2c3c0eaa43a859af572b1777ad36eea80fe240319af8f358e5 -Size (Net-OpenSSH-0.70.tar.gz) = 72604 bytes +SHA1 (Net-OpenSSH-0.73.tar.gz) = 0390940557d908820d021127e119b107020a09e7 +RMD160 (Net-OpenSSH-0.73.tar.gz) = 10209200ddc7bff0f33be6e7ab4b3e6b4c600a71 +SHA512 (Net-OpenSSH-0.73.tar.gz) = 754770b04d31b7b556ea547bbf8a6b1db36c81c32d40a561767d8f1f9305d18a3779d0592bf8f53e43e70e635a45ea4c3f1f4c7c79a9b259c7b786c441f3f888 +Size (Net-OpenSSH-0.73.tar.gz) = 72948 bytes --_----------=_1470447634247680--