[gnutls] new upstream version

Tomáš Mráz tmraz at fedoraproject.org
Thu Mar 29 15:44:56 UTC 2012


commit b3578efca889403f7f8cc2fda8588b61e9cdc30f
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Thu Mar 29 17:44:48 2012 +0200

    new upstream version

 .gitignore                |    1 +
 gnutls-2.12.14-leak.patch |   56 ---------------------------------------------
 gnutls.spec               |    7 +++--
 sources                   |    2 +-
 4 files changed, 6 insertions(+), 60 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 705b8ad..b5bc58b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ gnutls-2.10.1-nosrp.tar.bz2
 /gnutls-2.12.12-nosrp.tar.bz2
 /gnutls-2.12.14-nosrp.tar.bz2
 /gnutls-2.12.17-nosrp.tar.xz
+/gnutls-2.12.18-nosrp.tar.xz
diff --git a/gnutls.spec b/gnutls.spec
index 9624094..cd07ef2 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -1,6 +1,6 @@
 Summary: A TLS protocol implementation
 Name: gnutls
-Version: 2.12.17
+Version: 2.12.18
 Release: 1%{?dist}
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
 License: GPLv3+ and LGPLv2+
@@ -21,7 +21,6 @@ Patch2: gnutls-2.8.6-link-libgcrypt.patch
 Patch3: gnutls-2.12.2-nosrp.patch
 # Skip tests that are expected to fail on libgcrypt build
 Patch4: gnutls-2.12.7-dsa-skiptests.patch
-Patch5: gnutls-2.12.14-leak.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libgcrypt >= 1.2.2
@@ -89,7 +88,6 @@ This package contains Guile bindings for the library.
 %patch2 -p1 -b .link
 %patch3 -p1 -b .nosrp
 %patch4 -p1 -b .skiptests
-%patch5 -p1 -b .leak
 
 for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.c ext_srp.c; do
     touch lib/$i
@@ -191,6 +189,9 @@ fi
 %{_datadir}/guile/site/gnutls.scm
 
 %changelog
+* Thu Mar 29 2012 Tomas Mraz <tmraz at redhat.com> 2.12.18-1
+- new upstream version
+
 * Thu Mar  8 2012 Tomas Mraz <tmraz at redhat.com> 2.12.17-1
 - new upstream version
 - fix leaks in key generation (#796302)
diff --git a/sources b/sources
index a663029..356e5dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4815ceca3e799fc16cbef3f743d3fed  gnutls-2.12.17-nosrp.tar.xz
+dc9b382ee34c46808624c6496cc2162f  gnutls-2.12.18-nosrp.tar.xz


More information about the scm-commits mailing list