rpms/perl-Net-SSH-Perl/devel .cvsignore, 1.3, 1.4 perl-Net-SSH-Perl.spec, 1.10, 1.11 sources, 1.3, 1.4

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 2 14:30:56 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27184

Modified Files:
	.cvsignore perl-Net-SSH-Perl.spec sources 
Log Message:
Update to 1.34, fixes various upstream bugs:
* Rekey properly after 1 GB of data (rt.cpan.org #25044)
* Don't try to process nonexistent or empty auth file (rt.cpan.org #41877)
* Fix typo in croak message (rt.cpan.org #42056)
* Move 'use base' call after Crypt module loading (rt.cpan.org #42051)
* Only apply stdin if defined in SSH1 (rt.cpan.org #42583)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	3 Nov 2008 10:14:52 -0000	1.3
+++ .cvsignore	2 Feb 2009 14:30:26 -0000	1.4
@@ -1 +1 @@
-Net-SSH-Perl-1.33.tar.gz
+Net-SSH-Perl-1.34.tar.gz


Index: perl-Net-SSH-Perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Net-SSH-Perl.spec	4 Nov 2008 11:22:53 -0000	1.10
+++ perl-Net-SSH-Perl.spec	2 Feb 2009 14:30:26 -0000	1.11
@@ -7,8 +7,8 @@
 
 Summary:	SSH (Secure Shell) client
 Name:		perl-Net-SSH-Perl
-Version:	1.33
-Release:	2%{?dist}
+Version:	1.34
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Net-SSH-Perl/
@@ -97,6 +97,14 @@
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Mon Feb  2 2009 Paul Howarth <paul at city-fan.org> 1.34-1
+- Update to 1.34, fixes various upstream bugs:
+  * Rekey properly after 1 GB of data (rt.cpan.org #25044)
+  * Don't try to process nonexistent or empty auth file (rt.cpan.org #41877)
+  * Fix typo in croak message (rt.cpan.org #42056)
+  * Move 'use base' call after Crypt module loading (rt.cpan.org #42051)
+  * Only apply stdin if defined in SSH1 (rt.cpan.org #42583)
+
 * Tue Nov  4 2008 Paul Howarth <paul at city-fan.org> 1.33-2
 - Run tests in en_US locale, so spell checker doesn't complain about the use of
   American English when the host is in a non-US locale


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Nov 2008 10:14:52 -0000	1.3
+++ sources	2 Feb 2009 14:30:26 -0000	1.4
@@ -1 +1 @@
-961496d5a600b04bae1b8e62463f84e8  Net-SSH-Perl-1.33.tar.gz
+5b6d60e459707058e856c45c30e96e53  Net-SSH-Perl-1.34.tar.gz




More information about the Fedora-perl-devel-list mailing list