]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
Merge remote-tracking branch 'stevee/strongswan'
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Mar 2012 17:30:53 +0000 (18:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 Mar 2012 17:30:53 +0000 (18:30 +0100)
gnutls/gnutls.nm
gnutls/patches/gnutls-3.0.13-force-kill-of-child-process.patch [deleted file]
hdparm/hdparm.nm
libpng/libpng.nm

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
-
index 43948098f15534331dfb532743acd17a829936f9..aac269c3397c93261a73e9141c8eaa749ff3a4be 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = hdparm
-version    = 9.38
-release    = 2
+version    = 9.39
+release    = 1
 
 groups     = Applications/Hardware
 url        = http://sourceforge.net/projects/hdparm/
index 752ba696b8173995ebb5589eebc9e6776dee61bd..55268a8a471775cd7b8f0df0a176c48bcc88ca0c 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libpng
-version    = 1.5.7
+version    = 1.5.9
 release    = 1
 
 groups     = System/Libraries
@@ -13,10 +13,10 @@ license    = zlib
 summary    = A library of functions for manipulating PNG image format files.
 
 description
-       The libpng package contains a library of functions for creating and \
-       manipulating PNG (Portable Network Graphics) image format files. \
-       PNG is a bit-mapped graphics format similar to the GIF format. PNG \
-       was created to replace the GIF format, since GIF uses a patented \
+       The libpng package contains a library of functions for creating and
+       manipulating PNG (Portable Network Graphics) image format files.
+       PNG is a bit-mapped graphics format similar to the GIF format. PNG
+       was created to replace the GIF format, since GIF uses a patented
        data compression algorithm.
 end