[librpc-xml-perl] 02/03: Drop 0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch

Salvatore Bonaccorso carnil at debian.org
Tue May 10 08:24:21 UTC 2016


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

carnil pushed a commit to branch master
in repository librpc-xml-perl.

commit 88d5d56ebffc05b382a20dacaf5605b46b5f0295
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue May 10 10:14:01 2016 +0200

    Drop 0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch
---
 ...use-an-IPv4-socket-in-the-Net-Server-test.patch | 47 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 48 deletions(-)

diff --git a/debian/patches/0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch b/debian/patches/0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch
deleted file mode 100644
index 0c5e7ae..0000000
--- a/debian/patches/0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=76362
-Bug-Debian: https://bugs.debian.org/666651
-Bug-Debian: https://bugs.debian.org/759944
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-09-07
-
-
-From ea0ddab6381398a8907f8f91ae208d03c8d6013e Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Fri, 6 Apr 2012 13:47:04 +0300
-Subject: [PATCH] Explicitly use an IPv4 socket in the Net::Server test
-
-As seen in <http://bugs.debian.org/666651>, Debian specific
-IPv6 Net::Server patches made it prefer IPv6 for 'localhost'.
-Unfortunately HTTP::Daemon::ClientConn is IPv4-only, leading
-to test failures.
-
-Use 127.0.0.1 to force IPv4 usage for now, at least until
-libnet-server-perl is fixed.
----
- t/60_net_server.t |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/t/60_net_server.t b/t/60_net_server.t
-index 902d79a..bad2c10 100644
---- a/t/60_net_server.t
-+++ b/t/60_net_server.t
-@@ -50,13 +50,13 @@ start_server($srv,
-              log_level   => 4,
-              pid_file    => $pid_file,
-              port        => $port,
--             host        => 'localhost',
-+             host        => '127.0.0.1',
-              background  => 1);
- sleep 1; # Allow time for server to spin up
- # Unless we see "ok 2", we have a problem
- ok(-e $pid_file, 'server started, PID file exists');
- # After this point, we have the obligation of killing the server manually
--$client = RPC::XML::Client->new("http://localhost:$port");
-+$client = RPC::XML::Client->new("http://127.0.0.1:$port");
- is($client->simple_request('system.identity'), $srv->product_tokens,
-    'system.identity matches $srv->product_tokens');
- 
--- 
-1.7.9.5
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 71af6f7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Explicitly-use-an-IPv4-socket-in-the-Net-Server-test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librpc-xml-perl.git



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