updated to 3.5.5

This commit is contained in:
Nikos Mavrogiannopoulos 2016-10-10 08:37:48 +02:00
parent 4c594a9d87
commit b441c90d18
3 changed files with 6 additions and 8 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <nmav@redhat.com> 3.5.5-1
- New upstream release
* Thu Sep 8 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.4-1
- New upstream release

View File

@ -1 +1 @@
67a80522339b5dd4d54eab62d971174e gnutls-3.5.4-hobbled.tar.xz
c0161e3c16d8fff00c829a70df7f7e4e gnutls-3.5.5-hobbled.tar.xz