pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Net-SSH
Module Name: pkgsrc
Committed By: he
Date: Wed Aug 23 15:03:50 UTC 2017
Modified Files:
pkgsrc/security/p5-Net-SSH: Makefile distinfo
Log Message:
Update to Net::SSH::Perl (here p5-Net-SSH) version 2.12.
Pkgsrc changes:
* version number, checksum
* Comment out WRKSRC manipulation, not needed for 2.12.
Upstream changes:
2.12 2017.04.22
- Fix inefficiency in CTR, revealed by profiling with Devel::NYTProf
- Avoid warnings in Host from strange/invalid known_host entries
- Improve documentation of newer features
2.11 2017.04.16
- Packet bugfix: Introduced in 2.07, when ETM Mac is used, sometimes
not enough incoming bytes were available to fully read stored MAC
- DSA key bugfix: verify would fail if r/s had highest bit set
2.10 2017.03.23
- Add curve25519-sha256 alias for curve25519-sha256%libssh.org@localhost key exchange
- Bugfix for when unsupported key types are encountered
- Add support for '-' syntax in options, including wildcards
- Add wildcard support for '+' syntax in options
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/p5-Net-SSH/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/p5-Net-SSH/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-SSH/Makefile
diff -u pkgsrc/security/p5-Net-SSH/Makefile:1.24 pkgsrc/security/p5-Net-SSH/Makefile:1.25
--- pkgsrc/security/p5-Net-SSH/Makefile:1.24 Wed Aug 23 14:52:53 2017
+++ pkgsrc/security/p5-Net-SSH/Makefile Wed Aug 23 15:03:50 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2017/08/23 14:52:53 he Exp $
+# $NetBSD: Makefile,v 1.25 2017/08/23 15:03:50 he Exp $
#
-DISTNAME= Net-SSH-Perl-2.09.01
+DISTNAME= Net-SSH-Perl-2.12
PKGNAME= p5-${DISTNAME:C/-Perl//}
-PKGREVISION= 2
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -25,7 +24,7 @@ PKG_SUPPORTED_OPTIONS= idea
#KG_SUGGESTED_OPTIONS= idea
# Omit the last micro version, for example 2.09.01 -> 2.09
-WRKSRC= ${WRKDIR}/${DISTNAME:C/([0-9]+)\.([0-9]+)[0-9.]+/\1.\2/}
+#WRKSRC= ${WRKDIR}/${DISTNAME:C/([0-9]+)\.([0-9]+)[0-9.]+/\1.\2/}
.include "../../mk/bsd.options.mk"
Index: pkgsrc/security/p5-Net-SSH/distinfo
diff -u pkgsrc/security/p5-Net-SSH/distinfo:1.8 pkgsrc/security/p5-Net-SSH/distinfo:1.9
--- pkgsrc/security/p5-Net-SSH/distinfo:1.8 Wed Aug 23 14:52:53 2017
+++ pkgsrc/security/p5-Net-SSH/distinfo Wed Aug 23 15:03:50 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2017/08/23 14:52:53 he Exp $
+$NetBSD: distinfo,v 1.9 2017/08/23 15:03:50 he Exp $
-SHA1 (Net-SSH-Perl-2.09.01.tar.gz) = 926cbdbb30aa85b7503698763455ad6926c471ee
-RMD160 (Net-SSH-Perl-2.09.01.tar.gz) = 235dab415b1e094f4b13313d5fe0e6ed359c8c39
-SHA512 (Net-SSH-Perl-2.09.01.tar.gz) = e7d7194e175490ba0849357ebbb504932d97b358722f2045e0acbaba9c14dc945629bd5653b36934317632e0d3894525e4f34ea48b494f2cc815959106138b44
-Size (Net-SSH-Perl-2.09.01.tar.gz) = 255286 bytes
+SHA1 (Net-SSH-Perl-2.12.tar.gz) = 1140c3e4c49d5cb56d6acd96f31e4b57c2c3bf92
+RMD160 (Net-SSH-Perl-2.12.tar.gz) = 2851cdaaff91e2c404356b669ad1564b12451551
+SHA512 (Net-SSH-Perl-2.12.tar.gz) = aa51263205b59915faec4c82ae90f241a4ad63074bd4dc967341c1bcf5eb515cc53bf06a66461afff4c1da3189699146dd43eb0c27c332b4df682f54af754b76
+Size (Net-SSH-Perl-2.12.tar.gz) = 256676 bytes
SHA1 (patch-aa) = d85b70f5f4d4ccb55aabef6671171bf64c6fcdb9
SHA1 (patch-lib_Net_SSH_Perl_Kex.pm) = ebd933b7ee9510a8182083da97ef38433ee61102
Home |
Main Index |
Thread Index |
Old Index