summaryrefslogtreecommitdiff
path: root/recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-09-20 16:22:21 +0400
committerRoman I Khimov <khimov@altell.ru>2010-09-23 09:49:26 +0400
commit5a52a7761eddaf8f83e7e8be27132df24d1196a9 (patch)
treec6cb61df2d73e2a91031592c0104bc12dd623bd1 /recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff
parentef83636ae755045d8d740e9c3141dd394b0bb794 (diff)
perl 5.10.1: update patches to Debian's 5.10.1-14
* Debian's source package changed its format in 5.10.1-10, so we can't just apply one patch as it was with initial 5.10.1 release. * fixes CVE-2010-1974 * fixes MD5 on ARM * fixes several other bugs (see changelog from http://packages.debian.org/source/sid/perl) Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff')
-rw-r--r--recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff b/recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff
new file mode 100644
index 0000000000..785ac46361
--- /dev/null
+++ b/recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff
@@ -0,0 +1,23 @@
+Subject: Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
+Bug-Debian: http://bugs.debian.org/501970
+
+
+---
+ ext/threads-shared/t/stress.t | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/ext/threads-shared/t/stress.t b/ext/threads-shared/t/stress.t
+index e36ab0a..33aa3b8 100755
+--- a/ext/threads-shared/t/stress.t
++++ b/ext/threads-shared/t/stress.t
+@@ -34,7 +34,7 @@ use threads::shared;
+ {
+ my $cnt = 50;
+
+- my $TIMEOUT = 60;
++ my $TIMEOUT = 150;
+
+ my $mutex = 1;
+ share($mutex);
+--
+tg: (daf8b46..) debian/arm_thread_stress_timeout (depends on: upstream)