[gnutls] updated to 3.2.12

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Mon Mar 3 07:31:45 UTC 2014


commit de9af101617f690bed6032fa85c1939b923872b3
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Mon Mar 3 08:23:15 2014 +0100

    updated to 3.2.12

 .gitignore                        |    1 +
 gnutls-3.2.10-init-keyword.patch  |   36 ------------------------------------
 gnutls-3.2.10-supported-ecc.patch |   34 ----------------------------------
 gnutls.spec                       |   11 +++++------
 sources                           |    2 +-
 5 files changed, 7 insertions(+), 77 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a5f789..8447b84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ gnutls-2.10.1-nosrp.tar.bz2
 /gnutls-3.2.7-hobbled.tar.xz
 /gnutls-3.2.8-hobbled.tar.xz
 /gnutls-3.2.10-hobbled.tar.xz
+/gnutls-3.2.12.tar.xz
diff --git a/gnutls.spec b/gnutls.spec
index 018b8b0..65b860e 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -2,8 +2,8 @@
 %bcond_with guile
 Summary: A TLS protocol implementation
 Name: gnutls
-Version: 3.2.10
-Release: 2%{?dist}
+Version: 3.2.12
+Release: 1%{?dist}
 # The libraries are LGPLv2.1+, utilities are GPLv3+
 License: GPLv3+ and LGPLv2+
 Group: System Environment/Libraries
@@ -29,8 +29,6 @@ Source1: libgnutls-config
 Source2: hobble-gnutls
 Patch1: gnutls-3.2.7-rpath.patch
 # Use only FIPS approved ciphers in the FIPS mode
-Patch2: gnutls-3.2.10-init-keyword.patch
-Patch3: gnutls-3.2.10-supported-ecc.patch
 Patch7: gnutls-2.12.21-fips-algorithms.patch
 Patch8: gnutls-3.1.11-nosrp.patch
 
@@ -133,8 +131,6 @@ This package contains Guile bindings for the library.
 %setup -q
 
 %patch1 -p1 -b .rpath
-%patch2 -p1 -b .ikeyword
-%patch3 -p1 -b .secc
 # This patch is not applicable as we use nettle now but some parts will be
 # later reused.
 #%patch7 -p1 -b .fips
@@ -272,6 +268,9 @@ fi
 %endif
 
 %changelog
+* Mon Mar 03 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> 3.2.12-1
+- new upstream release
+
 * Mon Feb 03 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> 3.2.10-2
 - use p11-kit trust store for certificate verification
 
diff --git a/sources b/sources
index 6d325d8..abae5fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35c6925f73eba02b12ddb0ad76dd537e  gnutls-3.2.10-hobbled.tar.xz
+f507365940de8f095e1d867c6f0842f6  gnutls-3.2.12.tar.xz


More information about the scm-commits mailing list