From d52870c88757cca45703a7f0e30c1e4489f01f24 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Tue, 26 Jul 2016 12:21:44 +0200 Subject: [PATCH] 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. --- wget.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wget.spec b/wget.spec index d7f9ed4..0eef670 100644 --- a/wget.spec +++ b/wget.spec @@ -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 - 1.18-2 +- Switched openssl to gnutls for crypto + * Tue Jun 14 2016 Tomas Hozza - 1.18-1 - Update to 1.18