From 145b8fd795e88e015f49d25c3eda2518d3995966 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Nov 10 2014 08:39:15 +0000 Subject: new upstream release --- diff --git a/.gitignore b/.gitignore index ce4c43e..110e585 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ gnutls-2.10.1-nosrp.tar.bz2 /gnutls-3.3.7-hobbled.tar.xz /gnutls-3.3.8-hobbled.tar.xz /gnutls-3.3.9-hobbled.tar.xz +/gnutls-3.3.10-hobbled.tar.xz diff --git a/gnutls-3.3.9-get-issuer.patch b/gnutls-3.3.9-get-issuer.patch deleted file mode 100644 index b50275e..0000000 --- a/gnutls-3.3.9-get-issuer.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/lib/x509/verify-high.c b/lib/x509/verify-high.c -index d570f2e..784aa80 100644 ---- a/lib/x509/verify-high.c -+++ b/lib/x509/verify-high.c -@@ -766,6 +766,7 @@ int gnutls_x509_trust_list_get_issuer(gnutls_x509_trust_list_t list, - gnutls_x509_crt_deinit(crt); - return gnutls_assert_val(ret); - } -+ *issuer = crt; - return ret; - } - } diff --git a/gnutls.spec b/gnutls.spec index bf3cc96..91b5e09 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -2,8 +2,8 @@ %bcond_with guile Summary: A TLS protocol implementation Name: gnutls -Version: 3.3.9 -Release: 2%{?dist} +Version: 3.3.10 +Release: 1%{?dist} # The libraries are LGPLv2.1+, utilities are GPLv3+ License: GPLv3+ and LGPLv2+ Group: System Environment/Libraries @@ -34,7 +34,6 @@ Source2: hobble-gnutls Patch1: gnutls-3.2.7-rpath.patch Patch3: gnutls-3.1.11-nosrp.patch Patch4: gnutls-3.3.6-default-policy.patch -Patch5: gnutls-3.3.9-get-issuer.patch # Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174 Provides: bundled(gnulib) = 20130424 @@ -137,7 +136,6 @@ This package contains Guile bindings for the library. %patch1 -p1 -b .rpath %patch3 -p1 -b .nosrp %patch4 -p1 -b .default-policy -%patch5 -p1 -b .get-issuer sed 's/gnutls_srp.c//g' -i lib/Makefile.in sed 's/gnutls_srp.lo//g' -i lib/Makefile.in rm -f lib/minitasn1/*.c lib/minitasn1/*.h @@ -274,6 +272,9 @@ fi %endif %changelog +* Mon Nov 10 2014 Nikos Mavrogiannopoulos 3.3.10-1 +- new upstream release + * Thu Oct 23 2014 Nikos Mavrogiannopoulos 3.3.9-2 - applied fix for issue in get-issuer (#1155901) diff --git a/sources b/sources index 0db7a50..f66f073 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -856e0fbc6f63ef5bf80c0f78a1d57193 gnutls-3.3.9-hobbled.tar.xz +f46881ec9ffe36057a95cdfa1e80d4c4 gnutls-3.3.10-hobbled.tar.xz