pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/p5-Net-OpenSSH Updating package for CPAN modu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/edf99eefabe5
branches: trunk
changeset: 604457:edf99eefabe5
user: sno <sno%pkgsrc.org@localhost>
date: Thu May 31 08:53:04 2012 +0000
description:
Updating package for CPAN module Net::OpenSSH in security/p5-Net-OpenSSH
from 0.52 to 0.57.
Upstream changes:
0.57 Dec 21, 2011
- quote equal sign
- do not quote commas
0.56_01 Dec 8, 2011
- rsync methods were failing when user was defined (bug report
by black_fire)
- detect when the destructor is being called from a different
thread (bug report by troy99 at PerlMonks)
- support for Net::OpenSSH::Gateway added
0.55 Dec 6, 2011
- solve regression from 0.53_03: rsync methods were broken
because the hostname was not being correctly removed from
the ssh command passed to rsync (bug report by Mithun
Ayachit)
0.54 Dec 4, 2011
- release as stable
0.53_05 Nov 23, 2011
- scp methods were broken when a user was given (bug report by
Andrew J. Slezak)
- add support for verbose option in scp methods
- implement parse_connections_opts
- solve bug related to expansion of HOST var when an IPv6
address was given
- move FACTORY docs to the right place
- add FAQ about running remote commands via sudo
- add sample for Net::Telnet integration
- add sample for sudo usage reading password from DATA
0.53_04 Sep 2, 2011
- add default_ssh_opts feature
- getpwuid may fail, check $home is defined before using it
- add FAQ entry about MaxSessions limit reached
- move FACTORY docs to the right place
0.53_03 Aug 18, 2011
- handling of default_std*_file was broken (bug report and
patch by Nic Sandfield)
- keep errors from opening default slave streams
- add Net::OpenSSH::ConnectionCache package
- add FACTORY hook
- place '--' in ssh command after host name
- add support for die_on_error
- add support for batch_mode feature
- typo in sample code corrected (reported by Fernando Sierra)
- using { stdin_data => [] } was generating warnings
0.53_02 Jul 12, 2011
- add support for custom login handlers
- remove SIG{__WARN__} localizations
0.53_01 May 15, 2011
- quoter and glob_quoter fully rewritten from scratch
- quoter was not handling "\n" correctly (bug report and work
around by Skeeve)
- minor doc improvements
diffstat:
security/p5-Net-OpenSSH/Makefile | 4 ++--
security/p5-Net-OpenSSH/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r b50500e8406b -r edf99eefabe5 security/p5-Net-OpenSSH/Makefile
--- a/security/p5-Net-OpenSSH/Makefile Thu May 31 08:50:12 2012 +0000
+++ b/security/p5-Net-OpenSSH/Makefile Thu May 31 08:53:04 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2011/11/05 23:01:03 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.13 2012/05/31 08:53:04 sno Exp $
#
-DISTNAME= Net-OpenSSH-0.52
+DISTNAME= Net-OpenSSH-0.57
PKGNAME= p5-${DISTNAME}
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff -r b50500e8406b -r edf99eefabe5 security/p5-Net-OpenSSH/distinfo
--- a/security/p5-Net-OpenSSH/distinfo Thu May 31 08:50:12 2012 +0000
+++ b/security/p5-Net-OpenSSH/distinfo Thu May 31 08:53:04 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2011/11/05 23:01:07 hiramatsu Exp $
+$NetBSD: distinfo,v 1.11 2012/05/31 08:53:04 sno Exp $
-SHA1 (Net-OpenSSH-0.52.tar.gz) = a86485b1ce47c9ad6689aa688ebbbfe029e6eed8
-RMD160 (Net-OpenSSH-0.52.tar.gz) = bbf896d4f33d86158dddfb536315078b245353ab
-Size (Net-OpenSSH-0.52.tar.gz) = 45704 bytes
+SHA1 (Net-OpenSSH-0.57.tar.gz) = 1eae50995748f638dd558e33ec943cdc7887f34f
+RMD160 (Net-OpenSSH-0.57.tar.gz) = 6d942fa5e78e7391d314c8afa3c43b3933c650ce
+Size (Net-OpenSSH-0.57.tar.gz) = 50654 bytes
Home |
Main Index |
Thread Index |
Old Index