commit perl-Net-Whois-Raw for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Net-Whois-Raw for openSUSE:Factory checked in at 2018-09-26 14:23:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw (Old) and /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Net-Whois-Raw" Wed Sep 26 14:23:13 2018 rev:36 rq:637906 version:2.99020 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes 2018-08-31 10:47:37.815434680 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new/perl-Net-Whois-Raw.changes 2018-09-26 14:23:15.761936985 +0200 @@ -1,0 +2,13 @@ +Tue Sep 25 05:40:37 UTC 2018 - Stephan Kulow <coolo@suse.com> + +- updated to 2.99020 + see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes + + 2.99020 Sep 24 2018 Alexander Nalobin + - fix recursive whois regexp. Now matches + line endings. + + 2.99019 Sep 24 2018 Alexander Nalobin + - fix precedence in 2.99016 fix, thanx to Slaven Rezić. + +------------------------------------------------------------------- Old: ---- Net-Whois-Raw-2.99018.tar.gz New: ---- Net-Whois-Raw-2.99020.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-Whois-Raw.spec ++++++ --- /var/tmp/diff_new_pack.oAPFUK/_old 2018-09-26 14:23:16.389935986 +0200 +++ /var/tmp/diff_new_pack.oAPFUK/_new 2018-09-26 14:23:16.389935986 +0200 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Net-Whois-Raw -Version: 2.99018 +Version: 2.99020 Release: 0 %define cpan_name Net-Whois-Raw Summary: Get Whois information of domains and IP addresses ++++++ Net-Whois-Raw-2.99018.tar.gz -> Net-Whois-Raw-2.99020.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99018/Changes new/Net-Whois-Raw-2.99020/Changes --- old/Net-Whois-Raw-2.99018/Changes 2018-08-29 04:41:33.000000000 +0200 +++ new/Net-Whois-Raw-2.99020/Changes 2018-09-24 09:37:52.000000000 +0200 @@ -1,5 +1,11 @@ Revision history for Perl module Net::Whois::Raw. +2.99020 Sep 24 2018 Alexander Nalobin + - fix recursive whois regexp. Now matches \r\n line endings. + +2.99019 Sep 24 2018 Alexander Nalobin + - fix precedence in 2.99016 fix, thanx to Slaven Rezić. + 2.99018 Aug 29 2018 Eugeny Subachev - - Fixed/added 'not found' patterns of hn com.hn cd TLDs. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99018/META.json new/Net-Whois-Raw-2.99020/META.json --- old/Net-Whois-Raw-2.99018/META.json 2018-08-29 04:41:33.000000000 +0200 +++ new/Net-Whois-Raw-2.99020/META.json 2018-09-24 09:37:52.000000000 +0200 @@ -59,7 +59,7 @@ "web" : "https://github.com/regru/Net-Whois-Raw" } }, - "version" : "2.99018", + "version" : "2.99020", "x_generated_by_perl" : "v5.18.2", "x_serialization_backend" : "JSON::XS version 3.04" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99018/META.yml new/Net-Whois-Raw-2.99020/META.yml --- old/Net-Whois-Raw-2.99018/META.yml 2018-08-29 04:41:33.000000000 +0200 +++ new/Net-Whois-Raw-2.99020/META.yml 2018-09-24 09:37:52.000000000 +0200 @@ -36,6 +36,6 @@ resources: bugtracker: https://github.com/regru/Net-Whois-Raw/issues repository: git://github.com/regru/Net-Whois-Raw.git -version: 2.99018 +version: 2.99020 x_generated_by_perl: v5.18.2 x_serialization_backend: 'YAML::Tiny version 1.56' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99018/Makefile.PL new/Net-Whois-Raw-2.99020/Makefile.PL --- old/Net-Whois-Raw-2.99018/Makefile.PL 2018-08-29 04:41:33.000000000 +0200 +++ new/Net-Whois-Raw-2.99020/Makefile.PL 2018-09-24 09:37:52.000000000 +0200 @@ -42,7 +42,7 @@ "Test::More" => 0, "Test::RequiresInternet" => 0 }, - "VERSION" => "2.99018", + "VERSION" => "2.99020", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99018/bin/pwhois new/Net-Whois-Raw-2.99020/bin/pwhois --- old/Net-Whois-Raw-2.99018/bin/pwhois 2018-08-29 04:41:33.000000000 +0200 +++ new/Net-Whois-Raw-2.99020/bin/pwhois 2018-09-24 09:37:52.000000000 +0200 @@ -240,7 +240,7 @@ =head1 VERSION -version 2.99018 +version 2.99020 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99018/dist.ini new/Net-Whois-Raw-2.99020/dist.ini --- old/Net-Whois-Raw-2.99018/dist.ini 2018-08-29 04:41:33.000000000 +0200 +++ new/Net-Whois-Raw-2.99020/dist.ini 2018-09-24 09:37:52.000000000 +0200 @@ -4,7 +4,7 @@ copyright_holder = Alexander Nalobin copyright_year = 2002-2018 -version = 2.99018 +version = 2.99020 [@Filter] -bundle = @Basic diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99018/lib/Net/Whois/Raw/Common.pm new/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw/Common.pm --- old/Net-Whois-Raw-2.99018/lib/Net/Whois/Raw/Common.pm 2018-08-29 04:41:33.000000000 +0200 +++ new/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw/Common.pm 2018-09-24 09:37:52.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Common; -$Net::Whois::Raw::Common::VERSION = '2.99018'; +$Net::Whois::Raw::Common::VERSION = '2.99020'; # ABSTRACT: Helper for Net::Whois::Raw. use Encode; @@ -616,7 +616,7 @@ =head1 VERSION -version 2.99018 +version 2.99020 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99018/lib/Net/Whois/Raw/Data.pm new/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw/Data.pm --- old/Net-Whois-Raw-2.99018/lib/Net/Whois/Raw/Data.pm 2018-08-29 04:41:33.000000000 +0200 +++ new/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw/Data.pm 2018-09-24 09:37:52.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw::Data; -$Net::Whois::Raw::Data::VERSION = '2.99018'; +$Net::Whois::Raw::Data::VERSION = '2.99020'; # ABSTRACT: Config for Net::Whois::Raw. use utf8; @@ -4341,7 +4341,7 @@ =head1 VERSION -version 2.99018 +version 2.99020 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-Whois-Raw-2.99018/lib/Net/Whois/Raw.pm new/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw.pm --- old/Net-Whois-Raw-2.99018/lib/Net/Whois/Raw.pm 2018-08-29 04:41:33.000000000 +0200 +++ new/Net-Whois-Raw-2.99020/lib/Net/Whois/Raw.pm 2018-09-24 09:37:52.000000000 +0200 @@ -1,5 +1,5 @@ package Net::Whois::Raw; -$Net::Whois::Raw::VERSION = '2.99018'; +$Net::Whois::Raw::VERSION = '2.99020'; # ABSTRACT: Get Whois information of domains and IP addresses. require 5.008_001; @@ -176,13 +176,13 @@ $registrar ||= /Registrar/ || /Registered through/; # Skip urls as recursive whois servers - if ( $registrar && !$norecurse && /whois server:\s*([a-z0-9\-_\.]+)$/i ) { + if ( $registrar && !$norecurse && /whois server:\s*([a-z0-9\-_\.]+)\b/i ) { $newsrv = lc $1; } elsif ( $whois =~ /To single out one record, look it up with \"xxx\",/s ) { return recursive_whois( "=$dom", $srv, $was_srv ); } - elsif ( my ( $rs ) = _referral_server() && !$norecurse ) { + elsif ( !$norecurse && ( my ( $rs ) = _referral_server() ) ) { $newsrv = $rs; last; } @@ -479,7 +479,7 @@ =head1 VERSION -version 2.99018 +version 2.99020 =head1 SYNOPSIS
participants (1)
-
root