[med-svn] r15575 - in trunk/packages/dcmtk/branches/experimental/debian: . patches
Mathieu Malaterre
malat at moszumanska.debian.org
Fri Dec 20 10:06:04 UTC 2013
Author: malat
Date: 2013-12-20 10:06:04 +0000 (Fri, 20 Dec 2013)
New Revision: 15575
Added:
trunk/packages/dcmtk/branches/experimental/debian/patches/timeout.patch
Modified:
trunk/packages/dcmtk/branches/experimental/debian/changelog
trunk/packages/dcmtk/branches/experimental/debian/patches/series
Log:
fix timeout on s390x
Modified: trunk/packages/dcmtk/branches/experimental/debian/changelog
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/changelog 2013-12-19 16:48:31 UTC (rev 15574)
+++ trunk/packages/dcmtk/branches/experimental/debian/changelog 2013-12-20 10:06:04 UTC (rev 15575)
@@ -1,3 +1,10 @@
+dcmtk (3.6.1~20131114-5) experimental; urgency=low
+
+ * Increase timeout a little to fix issue on s390x
+ + d/p/timeout.patch
+
+ -- Mathieu Malaterre <malat at debian.org> Fri, 20 Dec 2013 11:02:48 +0100
+
dcmtk (3.6.1~20131114-4) experimental; urgency=low
* Import patch from git (upstream)
Modified: trunk/packages/dcmtk/branches/experimental/debian/patches/series
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/patches/series 2013-12-19 16:48:31 UTC (rev 15574)
+++ trunk/packages/dcmtk/branches/experimental/debian/patches/series 2013-12-20 10:06:04 UTC (rev 15575)
@@ -10,3 +10,4 @@
warn_unused_result.patch
setuid.patch
import_git.patch
+timeout.patch
Added: trunk/packages/dcmtk/branches/experimental/debian/patches/timeout.patch
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/patches/timeout.patch (rev 0)
+++ trunk/packages/dcmtk/branches/experimental/debian/patches/timeout.patch 2013-12-20 10:06:04 UTC (rev 15575)
@@ -0,0 +1,17 @@
+Description: fix issue with timout
+Author: Mathieu Malaterre <malat at debian.org>
+Forwarded: no
+
+Index: dcmtk-3.6.1~20131114/dcmnet/tests/tpool.cc
+===================================================================
+--- dcmtk-3.6.1~20131114.orig/dcmnet/tests/tpool.cc 2013-12-20 11:00:56.640122930 +0100
++++ dcmtk-3.6.1~20131114/dcmnet/tests/tpool.cc 2013-12-20 11:01:11.236122734 +0100
+@@ -74,7 +74,7 @@
+ * (currently under test), this should be done instead of exiting
+ * via connection timeout.
+ */
+- config.setConnectionTimeout(3);
++ config.setConnectionTimeout(5);
+
+ pool.setMaxThreads(20);
+ OFList<OFString> xfers;
More information about the debian-med-commit
mailing list