updated to 3.5.5
This commit is contained in:
parent
4c594a9d87
commit
b441c90d18
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
gnutls.spec
11
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user