From 8980e4b7370efd15bdc75ac44cef34dc62e6d9cf Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 2 Mar 2012 16:40:52 +0100 Subject: [PATCH] gnutls: Add forgotten patch file. --- gnutls/gnutls.nm | 2 +- ...s-3.0.13-force-kill-of-child-process.patch | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 gnutls/patches/gnutls-3.0.13-force-kill-of-child-process.patch diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm index e7d8d6e46..64b8a3f5c 100644 --- a/gnutls/gnutls.nm +++ b/gnutls/gnutls.nm @@ -5,7 +5,7 @@ name = gnutls version = 3.0.13 -release = 1 +release = 2 groups = System/Libraries url = http://www.gnu.org/software/gnutls/ diff --git a/gnutls/patches/gnutls-3.0.13-force-kill-of-child-process.patch b/gnutls/patches/gnutls-3.0.13-force-kill-of-child-process.patch new file mode 100644 index 000000000..7c871bb78 --- /dev/null +++ b/gnutls/patches/gnutls-3.0.13-force-kill-of-child-process.patch @@ -0,0 +1,24 @@ +From 642e6b5ca996325dc0ca6401a3b87039408b2585 Mon Sep 17 00:00:00 2001 +From: Nikos Mavrogiannopoulos +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 + -- 2.39.5