pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-Net-OpenSSH



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.

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



Home | Main Index | Thread Index | Old Index