Switched openssl to gnutls for crypto
This is to enable new feature in not-yet-released upstream version, which uses gnutls feature to enable 1RTT establishment of TLS session.
This commit is contained in:
parent
fbf5b0248f
commit
d52870c887
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.18
|
Version: 1.18
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://www.gnu.org/software/wget/
|
Url: http://www.gnu.org/software/wget/
|
||||||
@ -16,7 +16,7 @@ Requires(post): /sbin/install-info
|
|||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
# needed for test suite
|
# needed for test suite
|
||||||
BuildRequires: perl-HTTP-Daemon, python3
|
BuildRequires: perl-HTTP-Daemon, python3
|
||||||
BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel
|
BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -35,7 +35,7 @@ support for Proxy servers, and configurability.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-ssl=openssl \
|
--with-ssl=gnutls \
|
||||||
--with-libpsl \
|
--with-libpsl \
|
||||||
--enable-largefile \
|
--enable-largefile \
|
||||||
--enable-opie \
|
--enable-opie \
|
||||||
@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 26 2016 Tomas Hozza <thozza@redhat.com> - 1.18-2
|
||||||
|
- Switched openssl to gnutls for crypto
|
||||||
|
|
||||||
* Tue Jun 14 2016 Tomas Hozza <thozza@redhat.com> - 1.18-1
|
* Tue Jun 14 2016 Tomas Hozza <thozza@redhat.com> - 1.18-1
|
||||||
- Update to 1.18
|
- Update to 1.18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user