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

fsfs pushed a commit to branch master
in repository libmail-checkuser-perl.

commit 9aee3a1cb3b53d5083e6975838ef53d40d583cd3
Author: Florian Schlichting <f...@debian.org>
Date:   Sun Nov 27 22:41:21 2016 +0100

    Drop patches meant to fix failing tests (they no longer fail)
---
 debian/patches/change_failing_smtp_test.patch      | 15 -----
 debian/patches/delete_failing_wildcard_tests.patch | 20 -------
 debian/patches/fix_smtp-taint.patch                | 11 ----
 debian/patches/series                              |  4 --
 debian/patches/update_wildcard_mx_records.patch    | 64 ----------------------
 5 files changed, 114 deletions(-)

diff --git a/debian/patches/change_failing_smtp_test.patch 
b/debian/patches/change_failing_smtp_test.patch
deleted file mode 100644
index 80e0a8e..0000000
--- a/debian/patches/change_failing_smtp_test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: fix test failure by switching from hotmail.com to an email
- server that fails transparently for Mail::CheckUser.
-Author: Florian Schlichting <fschl...@zedat.fu-berlin.de>
-
---- a/t/smtp.t
-+++ b/t/smtp.t
-@@ -8,7 +8,7 @@
- $Mail::CheckUser::Timeout = 120;
- 
- @ok_emails = qw(m_i...@agava.com broke...@yhoo.com);
--@bad_emails = qw(unkn...@for.bar freghreu...@hotmail.com);
-+@bad_emails = qw(unkn...@for.bar freghreuce...@zedat.fu-berlin.de);
-  
- start(scalar(@ok_emails) + scalar(@bad_emails));
-  
diff --git a/debian/patches/delete_failing_wildcard_tests.patch 
b/debian/patches/delete_failing_wildcard_tests.patch
deleted file mode 100644
index 851eeab..0000000
--- a/debian/patches/delete_failing_wildcard_tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: some TLDs changed their wildcard behaviour, delete them
- from test (this list keeps changing, you may want to re-check)
-Origin: https://rt.cpan.org/Public/Bug/Display.html?id=59399
-
---- a/t/wildcard.t
-+++ b/t/wildcard.t
-@@ -13,13 +13,9 @@
-   bo...@pqpqpqp-wildcard-qpqpqpqpqpq.com
-   bo...@pqpqpqp-wildcard-qpqpqpqpqpq.net
-   bo...@pqpqpqp-wildcard-qpqpqpqpqpq.nu
--  bo...@pqpqpqp-wildcard-qpqpqpqpqpq.tk
-   bo...@pqpqpqp-wildcard-qpqpqpqpqpq.cc
--  bo...@pqpqpqp-wildcard-qpqpqpqpqpq.mp
--  bo...@pqpqpqp-wildcard-qpqpqpqpqpq.ws
-   bo...@pqpqpqp-wildcard-qpqpqpqpqpq.sh
-   bo...@pqpqpqp-wildcard-qpqpqpqpqpq.pw
--  bo...@pqpqpqp-wildcard-qpqpqpqpqpq.ph
-   bo...@pqpqpqp-wildcard-qpqpqpqpqpq.ba
-   |;
- 
diff --git a/debian/patches/fix_smtp-taint.patch 
b/debian/patches/fix_smtp-taint.patch
deleted file mode 100644
index 25d5658..0000000
--- a/debian/patches/fix_smtp-taint.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Description: add '.' back into @INC
-Origin: https://rt.cpan.org/Public/Bug/Display.html?id=25808
-
---- a/t/smtp-taint.t   28 Aug 2003 19:17:31 -0000      1.1.1.1
-+++ b/t/smtp-taint.t   26 Mar 2007 14:54:57 -0000
-@@ -1,3 +1,5 @@
- #!perl -T
- 
-+use lib qw(.);
-+
- do 't/smtp.t';
diff --git a/debian/patches/series b/debian/patches/series
index 424c9f3..41042ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1 @@
-update_wildcard_mx_records.patch
-fix_smtp-taint.patch
-delete_failing_wildcard_tests.patch
-change_failing_smtp_test.patch
 fix_pod_errors.patch
diff --git a/debian/patches/update_wildcard_mx_records.patch 
b/debian/patches/update_wildcard_mx_records.patch
deleted file mode 100644
index 1b8f6af..0000000
--- a/debian/patches/update_wildcard_mx_records.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-Description: some gTLDs have changed their wildcard mx/a records,
- resulting in test failures.
-Origin: https://rt.cpan.org/Public/Bug/Display.html?id=25809
-
---- a/CheckUser.pm     18 Sep 2003 23:52:06 -0000      1.1.1.1
-+++ b/CheckUser.pm     26 Mar 2007 14:55:11 -0000
-@@ -85,35 +85,35 @@
-   "mail.nonregistered.nic.cx" => 1, # MX
- 
-   # mp
--  "202.128.12.163"   => 1, # A
-+  "mail.mp"          => 1, # MX
-+  "72.249.38.50"     => 1, # MX
- 
-   # museum
-   "195.7.77.20"      => 1, # A
- 
-   # nu
--  "64.55.105.9"      => 1, # A
-+  '62.4.64.119'      => 1,
-+  '69.25.75.72'      => 1,
-   "212.181.91.6"     => 1, # A
- 
-   # ph
--  "203.119.4.6"      => 1, # A
-+  "72.51.36.133"      => 1, # A
- 
-   # pw
--  "216.98.141.250"   => 1, # A
--  "65.125.231.178"   => 1, # A
--  "wfb.dnsvr.com"    => 1, # CNAME
-+  "69.20.61.189"   => 1, # A
- 
-   # sh
--  "194.205.62.62"    => 1, # A
-+  "216.117.170.115"  => 1, # A
- 
-   # td
-   "146.101.245.154"  => 1, # A
-   "www.nic.td"       => 1, # CNAME
- 
-   # tk
--  "195.20.32.83"     => 1, # A
--  "195.20.32.86"     => 1, # A
--  "nukumatau.taloha.com" => 1, # MX
--  "195.20.32.99"     => 1, # MX
-+  "62.129.131.38"    => 1, # A
-+  "195.20.32.104"    => 1, # A
-+  "217.119.57.19"    => 1, # A
-+  "mx-host.dot.tk"   => 1, # MX
- 
-   # tm
-   "194.205.62.42"    => 1, # A
-@@ -122,9 +122,7 @@
-   "203.73.24.11"     => 1, # A
- 
-   # ws
--  "216.35.187.246"   => 1, # A
--  "mail.worldsite.ws" => 1, # MX
--  "216.35.187.251"   => 1, # MX
-+  "64.70.19.33"   => 1, # A
- 
- };
- 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to