[libio-socket-ip-perl] 01/02: Revert "Add 749212.patch patch"

Salvatore Bonaccorso carnil at debian.org
Mon Jun 9 15:31:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libio-socket-ip-perl.

commit 9a8d55d37844cd4751d0562c2e36fc5260e99e38
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Jun 9 17:24:37 2014 +0200

    Revert "Add 749212.patch patch"
    
    This reverts commit 3c530918ff9a2626dfe536fca267a285fcb6ed5c.
    
    Patch reverted as it seems to introduce regressions, e.g. in bts from
    devscripts. bts show -m $bugnumber fails to download bugreport.
---
 debian/patches/749212.patch | 28 ----------------------------
 debian/patches/series       |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/749212.patch b/debian/patches/749212.patch
deleted file mode 100644
index 3c7a312..0000000
--- a/debian/patches/749212.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: IO::Socket::IP should not call $self->connect when retrying connect
-Origin: upstream, https://rt.cpan.org/Ticket/Attachment/1370344/727620/rt95983.patch
-Bug: https://rt.cpan.org/Ticket/Display.html?id=95983
-Bug-Debian: https://bugs.debian.org/749212
-Forwarded: not-needed
-Author: Paul Evans <leonerd-cpan at leonerd.org.uk>
-Last-Update: 2014-06-09
-
---- a/lib/IO/Socket/IP.pm
-+++ b/lib/IO/Socket/IP.pm
-@@ -601,7 +601,7 @@ sub setup
-       }
- 
-       if( defined( my $addr = $info->{peeraddr} ) ) {
--         if( $self->connect( $addr ) ) {
-+         if( $self->IO::Socket::IP::connect( $addr ) ) {
-             $! = 0;
-             return 1;
-          }
-@@ -651,7 +651,7 @@ sub connect
-    # (still in progress). This even works on MSWin32.
-    my $addr = ${*$self}{io_socket_ip_infos}[${*$self}{io_socket_ip_idx}]{peeraddr};
- 
--   if( $self->connect( $addr ) or $! == EISCONN ) {
-+   if( $self->IO::Socket::IP::connect( $addr ) or $! == EISCONN ) {
-       delete ${*$self}{io_socket_ip_connect_in_progress};
-       $! = 0;
-       return 1;
diff --git a/debian/patches/series b/debian/patches/series
index 02ad277..33abc24 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 skip-internet-test
-749212.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-ip-perl.git



More information about the Pkg-perl-cvs-commits mailing list