From: Michael Tremer Date: Fri, 2 Mar 2012 14:51:03 +0000 (+0100) Subject: gnutls: Update to 3.0.13. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5c63e06785c376d7e3a2c8bc68d35607d57dccc;p=ipfire-3.x.git gnutls: Update to 3.0.13. Fixes a lot of minor bugs. --- diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm index 2b2912ea6..e7d8d6e46 100644 --- a/gnutls/gnutls.nm +++ b/gnutls/gnutls.nm @@ -4,7 +4,7 @@ ############################################################################### name = gnutls -version = 3.0.9 +version = 3.0.13 release = 1 groups = System/Libraries @@ -25,9 +25,9 @@ sources = %{thisapp}.tar.xz build requires libtasn1-devel - nettle-devel>=2.4 + nettle-devel >= 2.4 perl - p11-kit-devel>=0.4 + p11-kit-devel >= 0.4 zlib-devel end @@ -36,9 +36,11 @@ build configure_options += \ --with-included-libcfg \ - --disable-srp-authentication + --disable-srp-authentication \ + --disable-openssl-compatibility test + export LD_LIBRARY_PATH=$(pwd)/lib/.libs make check end end @@ -46,8 +48,8 @@ end packages package %{name} requires - nettle>=2.4 - p11-kit>=0.4 + nettle >= 2.4 + p11-kit >= 0.4 end end