[Pkg-gnutls-commits] r1535 - in /packages/gnutls28/trunk/debian: changelog patches/40_debugtestsuite
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Sep 1 08:12:42 UTC 2012
Author: ametzler
Date: Sat Sep 1 08:12:41 2012
New Revision: 1535
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1535
Log:
3.1.0-3 Debug the correct test, mini-handshake-timeout.
Modified:
packages/gnutls28/trunk/debian/changelog
packages/gnutls28/trunk/debian/patches/40_debugtestsuite
Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1535&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sat Sep 1 08:12:41 2012
@@ -1,8 +1,8 @@
-gnutls28 (3.1.0-3) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
-
- -- Andreas Metzler <ametzler at debian.org> Sat, 01 Sep 2012 08:52:51 +0200
+gnutls28 (3.1.0-3) experimental; urgency=low
+
+ * [40_debugtestsuite] Debug the correct test, mini-handshake-timeout.
+
+ -- Andreas Metzler <ametzler at debian.org> Sat, 01 Sep 2012 10:02:54 +0200
gnutls28 (3.1.0-2) experimental; urgency=low
Modified: packages/gnutls28/trunk/debian/patches/40_debugtestsuite
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/40_debugtestsuite?rev=1535&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/patches/40_debugtestsuite (original)
+++ packages/gnutls28/trunk/debian/patches/40_debugtestsuite Sat Sep 1 08:12:41 2012
@@ -1,15 +1,15 @@
Description: Enable verbose execution of mini-emsgsize-dtls test.
Author: Andreas Metzler <ametzler at debian.org>
---- gnutls28-3.1.0.orig/tests/mini-emsgsize-dtls.c
-+++ gnutls28-3.1.0/tests/mini-emsgsize-dtls.c
-@@ -111,6 +111,9 @@ doit (void)
- ssize_t ns;
- int ret, transferred = 0, msglen;
+--- gnutls28-3.1.0.orig/tests/mini-handshake-timeout.c
++++ gnutls28-3.1.0/tests/mini-handshake-timeout.c
+@@ -253,6 +253,9 @@ doit (void)
+ {
+ signal(SIGCHLD, ch_handler);
+ /* force verbose execution. */
+ debug = 1;
+
- /* General init. */
- gnutls_global_init ();
- gnutls_global_set_log_function (tls_log_func);
+ /* make sure that normal handshake occurs */
+ start(0);
+
More information about the Pkg-gnutls-commits
mailing list