From b441c90d18411507e2b926825fd9f0b30d6c3f3a Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 10 Oct 2016 08:37:48 +0200 Subject: [PATCH] updated to 3.5.5 --- .gitignore | 1 + gnutls.spec | 11 ++++------- sources | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e32de56..6ae828a 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ gnutls-2.10.1-nosrp.tar.bz2 /gnutls-3.5.2-hobbled.tar.xz /gnutls-3.5.3-hobbled.tar.xz /gnutls-3.5.4-hobbled.tar.xz +/gnutls-3.5.5-hobbled.tar.xz diff --git a/gnutls.spec b/gnutls.spec index e587858..56731a1 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -2,7 +2,7 @@ %bcond_without guile Summary: A TLS protocol implementation Name: gnutls -Version: 3.5.4 +Version: 3.5.5 Release: 1%{?dist} # The libraries are LGPLv2.1+, utilities are GPLv3+ License: GPLv3+ and LGPLv2+ @@ -146,9 +146,6 @@ rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/ %{SOURCE2} -e -# In x86 the produced library seems to contain non-relocatable code. -# We work around it by disabling hardware acceleration, until a proper -# fix is available. %build %configure --with-libtasn1-prefix=%{_prefix} \ --disable-static \ @@ -163,9 +160,6 @@ rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/ %else --disable-guile \ %endif -%ifarch %{ix86} - --disable-hardware-acceleration \ -%endif %if %{with dane} --with-unbound-root-key-file=/var/lib/unbound/root.key \ --enable-dane \ @@ -273,6 +267,9 @@ fi %endif %changelog +* Mon Oct 10 2016 Nikos Mavrogiannopoulos 3.5.5-1 +- New upstream release + * Thu Sep 8 2016 Nikos Mavrogiannopoulos 3.5.4-1 - New upstream release diff --git a/sources b/sources index ca3f322..ca0361a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67a80522339b5dd4d54eab62d971174e gnutls-3.5.4-hobbled.tar.xz +c0161e3c16d8fff00c829a70df7f7e4e gnutls-3.5.5-hobbled.tar.xz