[libtest-unixsock-perl] 03/06: Drop test-inc.patch, merged upstream.

gregor herrmann gregoa at debian.org
Tue Jun 20 22:16:16 UTC 2017


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

gregoa pushed a commit to branch master
in repository libtest-unixsock-perl.

commit b7c5092f0d254b56c90a9252ab062975649580b6
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 20 23:28:06 2017 +0200

    Drop test-inc.patch, merged upstream.
---
 debian/patches/series         |  1 -
 debian/patches/test-inc.patch | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a9f6e69..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-test-inc.patch
diff --git a/debian/patches/test-inc.patch b/debian/patches/test-inc.patch
deleted file mode 100644
index 3bed049..0000000
--- a/debian/patches/test-inc.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: Add working directory to test search paths
- Tests 14 and 15 fail to run on recent versions of Perl following the removal
- of '.' from @INC in response to CVE-2016-1238. This patch follows the
- recommended solution of using FindBin to find the relative path.
-Bug: https://github.com/fujiwara/Test-UNIXSock/issues/1
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=119683
-Forwarded: https://github.com/fujiwara/Test-UNIXSock/pull/2
-Author: Christopher Hoskin <mans0954 at debian.org>
-Last-Update: 2017-01-04
-
---- a/t/14_simple_unix.t
-+++ b/t/14_simple_unix.t
-@@ -1,6 +1,9 @@
- use warnings;
- use strict;
- 
-+use FindBin;
-+use lib "$FindBin::Bin/../";
-+
- BEGIN {
-     if ($^O =~ m/^(?:qnx|nto|vos|MSWin32)$/ ) {
-         print "1..0 # Skip: UNIX domain sockets not implemented on $^O\n";
---- a/t/15_oo_unix.t
-+++ b/t/15_oo_unix.t
-@@ -1,6 +1,10 @@
- use warnings;
- use strict;
- 
-+use FindBin;
-+use lib "$FindBin::Bin/../";
-+
-+
- BEGIN {
-     if ($^O =~ m/^(?:qnx|nto|vos|MSWin32)$/ ) {
-         print "1..0 # Skip: UNIX domain sockets not implemented on $^O\n";

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



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