[Pkg-sympa-commits] [libmime-lite-html-perl] 10/15: Add a patch to fix randomization hash issues in the test suite with perl >= 5.18

Emmanuel Bouthenot kolter at moszumanska.debian.org
Wed Feb 12 21:11:41 UTC 2014


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

kolter pushed a commit to branch unstable
in repository libmime-lite-html-perl.

commit a42aa6c97001f25c33cd8fc62bca883285bbe1bc
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Tue Feb 11 17:04:12 2014 +0000

    Add a patch to fix randomization hash issues in the test suite with perl >= 5.18
---
 debian/patches/fix_perl_hash_seed_issues | 18 ++++++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/fix_perl_hash_seed_issues b/debian/patches/fix_perl_hash_seed_issues
new file mode 100644
index 0000000..bba8e11
--- /dev/null
+++ b/debian/patches/fix_perl_hash_seed_issues
@@ -0,0 +1,18 @@
+Description: Ensure to not be impacted by hash randomization with perl >= 5.18
+Author: Emmanuel Bouthenot <kolter at debian.org>
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=86020
+Bug-Debian: http://bugs.debian.org/711604
+Last-Update: 2014-02-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/t/50generic.t
++++ b/t/50generic.t
+@@ -10,6 +10,8 @@
+   URI::URL->strict(1);
+ }
+ 
++# Ensure to not be impacted by hash randomization with perl >= 5.18
++MIME::Lite->field_order('from', 'to', 'subject');
+ 
+ # For create ref file, use perl -Iblib/lib t/50generic.t 1
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..51a7b8b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_perl_hash_seed_issues

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sympa/libmime-lite-html-perl.git



More information about the Pkg-sympa-commits mailing list