new upstream release
This commit is contained in:
parent
6a2affd47e
commit
221bd1e07e
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ gnutls-2.10.1-nosrp.tar.bz2
|
|||||||
/gnutls-3.3.11-hobbled.tar.xz
|
/gnutls-3.3.11-hobbled.tar.xz
|
||||||
/gnutls-3.3.12-hobbled.tar.xz
|
/gnutls-3.3.12-hobbled.tar.xz
|
||||||
/gnutls-3.3.13-hobbled.tar.xz
|
/gnutls-3.3.13-hobbled.tar.xz
|
||||||
|
/gnutls-3.3.14-hobbled.tar.xz
|
||||||
|
10
gnutls.spec
10
gnutls.spec
@ -2,13 +2,13 @@
|
|||||||
%bcond_without guile
|
%bcond_without guile
|
||||||
Summary: A TLS protocol implementation
|
Summary: A TLS protocol implementation
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 3.3.13
|
Version: 3.3.14
|
||||||
Release: 3%{?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+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRequires: p11-kit-devel >= 0.21.3, gettext
|
BuildRequires: p11-kit-devel >= 0.21.3, gettext
|
||||||
BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 3.1
|
BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 4.3
|
||||||
BuildRequires: libtool, automake, autoconf, texinfo
|
BuildRequires: libtool, automake, autoconf, texinfo
|
||||||
BuildRequires: autogen-libopts-devel >= 5.18 autogen
|
BuildRequires: autogen-libopts-devel >= 5.18 autogen
|
||||||
BuildRequires: nettle-devel >= 2.7.1
|
BuildRequires: nettle-devel >= 2.7.1
|
||||||
@ -17,6 +17,7 @@ BuildRequires: libidn-devel
|
|||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
Requires: crypto-policies
|
Requires: crypto-policies
|
||||||
Requires: p11-kit-trust
|
Requires: p11-kit-trust
|
||||||
|
Requires: libtasn1 >= 4.3
|
||||||
|
|
||||||
%if %{with dane}
|
%if %{with dane}
|
||||||
BuildRequires: unbound-devel unbound-libs
|
BuildRequires: unbound-devel unbound-libs
|
||||||
@ -271,6 +272,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.14-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
* Fri Mar 6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.13-3
|
* Fri Mar 6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.13-3
|
||||||
- Build with hardened flags
|
- Build with hardened flags
|
||||||
- Removed -Wl,--no-add-needed linker flag
|
- Removed -Wl,--no-add-needed linker flag
|
||||||
|
Loading…
Reference in New Issue
Block a user