[Pkg-gnutls-commits] r1400 - in /packages/gnutls28/trunk/debian: changelog patches/30_force-kill-of-child.diff patches/series
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Mon Feb 20 18:29:58 UTC 2012
Author: ametzler
Date: Mon Feb 20 18:29:58 2012
New Revision: 1400
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1400
Log:
30_force-kill-of-child.diff: Kill child process in mini-loss-time test.
Added:
packages/gnutls28/trunk/debian/patches/30_force-kill-of-child.diff
Modified:
packages/gnutls28/trunk/debian/changelog
packages/gnutls28/trunk/debian/patches/series
Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1400&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Mon Feb 20 18:29:58 2012
@@ -10,6 +10,7 @@
that the system headers are at least of the same version as the
one which was used to generate the files from their respective .def
sources.
+ * 30_force-kill-of-child.diff: Kill child process in mini-loss-time test.
-- Andreas Metzler <ametzler at debian.org> Sat, 04 Feb 2012 14:42:02 +0100
Added: packages/gnutls28/trunk/debian/patches/30_force-kill-of-child.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/30_force-kill-of-child.diff?rev=1400&op=file
==============================================================================
--- packages/gnutls28/trunk/debian/patches/30_force-kill-of-child.diff (added)
+++ packages/gnutls28/trunk/debian/patches/30_force-kill-of-child.diff Mon Feb 20 18:29:58 2012
@@ -1,0 +1,24 @@
+From 642e6b5ca996325dc0ca6401a3b87039408b2585 Mon Sep 17 00:00:00 2001
+From: Nikos Mavrogiannopoulos <nmav at gnutls.org>
+Date: Sun, 19 Feb 2012 19:51:06 +0100
+Subject: [PATCH] force kill of child process.
+
+---
+ tests/mini-loss-time.c | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/tests/mini-loss-time.c b/tests/mini-loss-time.c
+index 17f6d3f..cc01dcd 100644
+--- a/tests/mini-loss-time.c
++++ b/tests/mini-loss-time.c
+@@ -267,6 +267,7 @@ static void start (int server_packet, int client_packet)
+ {
+ /* parent */
+ server (fd[0], server_packet);
++ kill(child, SIGTERM);
+ }
+ else
+ {
+--
+1.7.2.5
+
Modified: packages/gnutls28/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/series?rev=1400&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/patches/series (original)
+++ packages/gnutls28/trunk/debian/patches/series Mon Feb 20 18:29:58 2012
@@ -1,2 +1,3 @@
14_version_gettextcat.diff
20_test-select.diff
+30_force-kill-of-child.diff
More information about the Pkg-gnutls-commits
mailing list