[gnutls] new upstream release

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Mon Dec 23 10:02:18 UTC 2013


commit 47c42d24228aa396bf58eae51e89681b98c6cab8
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Mon Dec 23 10:59:58 2013 +0100

    new upstream release

 gnutls-3.2.7-asm.patch    |11608 ---------------------------------------------
 gnutls-3.2.7-suiteb.patch |   77 -
 gnutls.spec               |    9 +-
 3 files changed, 3 insertions(+), 11691 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index cc83bef..c60876b 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -2,8 +2,8 @@
 %bcond_with guile
 Summary: A TLS protocol implementation
 Name: gnutls
-Version: 3.2.7
-Release: 2%{?dist}
+Version: 3.2.8
+Release: 1%{?dist}
 # The libraries are LGPLv2.1+, utilities are GPLv3+
 License: GPLv3+ and LGPLv2+
 Group: System Environment/Libraries
@@ -27,11 +27,9 @@ Source0: %{name}-%{version}-hobbled.tar.xz
 Source1: libgnutls-config
 Source2: hobble-gnutls
 Patch1: gnutls-3.2.7-rpath.patch
-Patch2: gnutls-3.2.7-asm.patch
 # Use only FIPS approved ciphers in the FIPS mode
 Patch7: gnutls-2.12.21-fips-algorithms.patch
 Patch8: gnutls-3.1.11-nosrp.patch
-Patch9: gnutls-3.2.7-suiteb.patch
 
 # Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174
 Provides: bundled(gnulib) = 20130424
@@ -132,12 +130,10 @@ This package contains Guile bindings for the library.
 %setup -q
 
 %patch1 -p1 -b .rpath
-%patch2 -p1 -b .asm
 # This patch is not applicable as we use nettle now but some parts will be
 # later reused.
 #%patch7 -p1 -b .fips
 %patch8 -p1 -b .nosrp
-%patch9 -p1 -b .suiteb
 sed 's/gnutls_srp.c//g' -i lib/Makefile.in
 sed 's/gnutls_srp.lo//g' -i lib/Makefile.in
 
@@ -152,6 +148,7 @@ export LDFLAGS="-Wl,--no-add-needed"
            --disable-static \
            --disable-openssl-compatibility \
            --disable-srp-authentication \
+	   --disable-non-suiteb-curves \
 %if %{with guile}
            --enable-guile \
 %ifarch %{arm}


More information about the scm-commits mailing list