updated to 3.5.7
This commit is contained in:
parent
dc821ab455
commit
5de456f767
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@ gnutls-2.10.1-nosrp.tar.bz2
|
|||||||
/gnutls-3.5.4-hobbled.tar.xz
|
/gnutls-3.5.4-hobbled.tar.xz
|
||||||
/gnutls-3.5.5-hobbled.tar.xz
|
/gnutls-3.5.5-hobbled.tar.xz
|
||||||
/gnutls-3.5.6-hobbled.tar.xz
|
/gnutls-3.5.6-hobbled.tar.xz
|
||||||
|
/gnutls-3.5.7-hobbled.tar.xz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%bcond_without guile
|
%bcond_without guile
|
||||||
Summary: A TLS protocol implementation
|
Summary: A TLS protocol implementation
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 3.5.6
|
Version: 3.5.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# The libraries are LGPLv2.1+, utilities are GPLv3+
|
# The libraries are LGPLv2.1+, utilities are GPLv3+
|
||||||
License: GPLv3+ and LGPLv2+
|
License: GPLv3+ and LGPLv2+
|
||||||
@ -14,6 +14,7 @@ BuildRequires: autogen-libopts-devel >= 5.18 autogen
|
|||||||
BuildRequires: nettle-devel >= 3.1.1
|
BuildRequires: nettle-devel >= 3.1.1
|
||||||
BuildRequires: trousers-devel >= 0.3.11.2
|
BuildRequires: trousers-devel >= 0.3.11.2
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: gperf, net-tools, datefudge, softhsm
|
BuildRequires: gperf, net-tools, datefudge, softhsm
|
||||||
Requires: crypto-policies
|
Requires: crypto-policies
|
||||||
Requires: p11-kit-trust
|
Requires: p11-kit-trust
|
||||||
@ -267,6 +268,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 8 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.7-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Fri Nov 4 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.6-1
|
* Fri Nov 4 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.5.6-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user