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:
Tomas Hozza 2016-07-26 12:21:44 +02:00
parent fbf5b0248f
commit d52870c887

View File

@ -1,7 +1,7 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols
Name: wget
Version: 1.18
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
Group: Applications/Internet
Url: http://www.gnu.org/software/wget/
@ -16,7 +16,7 @@ Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
# needed for test suite
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)
%description
@ -35,7 +35,7 @@ support for Proxy servers, and configurability.
%build
%configure \
--with-ssl=openssl \
--with-ssl=gnutls \
--with-libpsl \
--enable-largefile \
--enable-opie \
@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/*
%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
- Update to 1.18