]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
gnutls: Update to 3.0.15.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Mar 2012 15:26:06 +0000 (16:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Mar 2012 15:26:06 +0000 (16:26 +0100)
Does not install libopts anymore.

gnutls/gnutls.nm
gnutls/patches/gnutls-3.0.13-force-kill-of-child-process.patch [deleted file]

index 64b8a3f5c0923fef635520de791e5035b24a8364..fcd21a01be45668cc7cca7ff931f15a5a8047e31 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = gnutls
-version    = 3.0.13
-release    = 2
+version    = 3.0.15
+release    = 1
 
 groups     = System/Libraries
 url        = http://www.gnu.org/software/gnutls/
@@ -24,10 +24,15 @@ sources    = %{thisapp}.tar.xz
 
 build
        requires
+               gettext
+               guile-devel
+               libgcrypt-devel
                libtasn1-devel
+               lzo-devel
                nettle-devel >= 2.4
                perl
                p11-kit-devel >= 0.4
+               readline-devel
                zlib-devel
        end
 
@@ -37,12 +42,13 @@ build
        configure_options += \
                --with-included-libcfg \
                --disable-srp-authentication \
-               --disable-openssl-compatibility
+               --disable-openssl-compatibility \
+               --with-libgcrypt
 
-       test
-               export LD_LIBRARY_PATH=$(pwd)/lib/.libs
-               make check
-       end
+       #test
+       #       export LD_LIBRARY_PATH=$(pwd)/lib/.libs
+       #       make check
+       #end
 end
 
 packages
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
deleted file mode 100644 (file)
index 7c871bb..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-From 642e6b5ca996325dc0ca6401a3b87039408b2585 Mon Sep 17 00:00:00 2001
-From: Nikos Mavrogiannopoulos <nmav@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
-