Hello community, here is the log from the commit of package perl-Net-SSH2 for openSUSE:Factory checked in at 2016-06-19 10:48:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-SSH2 (Old) and /work/SRC/openSUSE:Factory/.perl-Net-SSH2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-SSH2" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-SSH2/perl-Net-SSH2.changes 2016-05-30 09:58:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-SSH2.new/perl-Net-SSH2.changes 2016-06-19 10:48:11.000000000 +0200 @@ -1,0 +2,14 @@ +Sun Jun 12 13:28:44 UTC 2016 - [email protected] + +- updated to 0.62 + see /usr/share/doc/packages/perl-Net-SSH2/Changes + + 0.62 2016-06-07 + - Code handling the conversion of arguments accepting both + integers and constant names was broken for undef. + + 0.61 2016-06-03 + - "auth" method was skipping agent authentication always (bug + report and patch by NIkolay A. Fetisov). + +------------------------------------------------------------------- Old: ---- Net-SSH2-0.60.tar.gz New: ---- Net-SSH2-0.62.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-SSH2.spec ++++++ --- /var/tmp/diff_new_pack.zUmrgE/_old 2016-06-19 10:48:11.000000000 +0200 +++ /var/tmp/diff_new_pack.zUmrgE/_new 2016-06-19 10:48:11.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Net-SSH2 -Version: 0.60 +Version: 0.62 Release: 0 %define cpan_name Net-SSH2 Summary: Support for the SSH 2 protocol via libssh2 ++++++ Net-SSH2-0.60.tar.gz -> Net-SSH2-0.62.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSH2-0.60/Changes new/Net-SSH2-0.62/Changes --- old/Net-SSH2-0.60/Changes 2016-05-23 09:43:17.000000000 +0200 +++ new/Net-SSH2-0.62/Changes 2016-06-07 14:20:58.000000000 +0200 @@ -1,7 +1,15 @@ Revision history for Perl extension Net::SSH2. +0.62 2016-06-07 + - Code handling the conversion of arguments accepting both + integers and constant names was broken for undef. + +0.61 2016-06-03 + - "auth" method was skipping agent authentication always (bug + report and patch by NIkolay A. Fetisov). + 0.60 2016-05-23 - - Fix connecting to a custom port (bug report by Ferenc Erki). + - Fix connecting to a custom port (bug report by Jan Gehring). 0.59_23 2016-05-19 - Fix handling of eof in Channel read2 method. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSH2-0.60/MANIFEST new/Net-SSH2-0.62/MANIFEST --- old/Net-SSH2-0.60/MANIFEST 2016-05-23 09:00:09.000000000 +0200 +++ new/Net-SSH2-0.62/MANIFEST 2016-06-07 16:13:43.000000000 +0200 @@ -1,9 +1,12 @@ BUILDING.WIN32 Changes +const-c.inc +const-xs.inc +example/benchmark.pl example/read.pl -example/scat.pl example/rt58911.pl example/rt80011.pl +example/scat.pl inc/Devel/CheckLib.pm inc/Module/Install.pm inc/Module/Install/Base.pm @@ -15,16 +18,14 @@ inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm lib/Net/SSH2.pm -lib/Net/SSH2/Constants.pm lib/Net/SSH2/Channel.pm +lib/Net/SSH2/Constants.pm lib/Net/SSH2/Dir.pm lib/Net/SSH2/File.pm lib/Net/SSH2/KnownHosts.pm lib/Net/SSH2/Listener.pm lib/Net/SSH2/PublicKey.pm lib/Net/SSH2/SFTP.pm -const-c.inc -const-xs.inc Makefile.PL MANIFEST This list of files MANIFEST.SKIP @@ -34,4 +35,3 @@ SSH2.xs t/Net-SSH2.t typemap -example/benchmark.pl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSH2-0.60/MANIFEST.SKIP new/Net-SSH2-0.62/MANIFEST.SKIP --- old/Net-SSH2-0.60/MANIFEST.SKIP 2016-05-03 12:25:40.000000000 +0200 +++ new/Net-SSH2-0.62/MANIFEST.SKIP 2016-06-07 16:13:09.000000000 +0200 @@ -13,11 +13,11 @@ \~\z ^pm_to_blib\z ^Makefile\z -^const-c\.inc\z -^const-xs\.inc\z ^\.travis.yml ^\.travis/ ^\.gitignore ^t/pod-spell.t ^MYMETA\. ^00.*\.patch\z +gen_constants\.pl\z +pods.t\z \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSH2-0.60/META.yml new/Net-SSH2-0.62/META.yml --- old/Net-SSH2-0.60/META.yml 2016-05-23 09:45:02.000000000 +0200 +++ new/Net-SSH2-0.62/META.yml 2016-06-07 16:14:41.000000000 +0200 @@ -22,7 +22,7 @@ provides: Net::SSH2: file: lib/Net/SSH2.pm - version: '0.60' + version: '0.62' Net::SSH2::Channel: file: lib/Net/SSH2/Channel.pm Net::SSH2::Dir: @@ -42,4 +42,4 @@ resources: license: http://dev.perl.org/licenses/ repository: git://github.com/rkitover/net-ssh2.git -version: '0.60' +version: '0.62' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSH2-0.60/SSH2.xs new/Net-SSH2-0.62/SSH2.xs --- old/Net-SSH2-0.60/SSH2.xs 2016-05-18 11:19:47.000000000 +0200 +++ new/Net-SSH2-0.62/SSH2.xs 2016-06-07 14:17:40.000000000 +0200 @@ -344,7 +344,7 @@ static IV sv2iv_constant_or_croak(const char *name, SV *sv) { - if (SvIOK(sv) || looks_like_number(sv)) + if (!SvOK(sv) || SvIOK(sv) || looks_like_number(sv)) return SvIV(sv); else { STRLEN len; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSH2-0.60/lib/Net/SSH2.pm new/Net-SSH2-0.62/lib/Net/SSH2.pm --- old/Net-SSH2-0.60/lib/Net/SSH2.pm 2016-05-23 09:44:18.000000000 +0200 +++ new/Net-SSH2-0.62/lib/Net/SSH2.pm 2016-06-07 14:21:15.000000000 +0200 @@ -1,6 +1,6 @@ package Net::SSH2; -our $VERSION = '0.60'; +our $VERSION = '0.62'; use 5.006; use strict; @@ -157,7 +157,7 @@ sub _auth_methods { return { 'agent' => { - ssh => 'agent', + ssh => 'publickey', method => \&auth_agent, params => [qw(_fallback username)], },
