[arch-commits] Commit in wget/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 18 11:24:32 UTC 2017


    Date: Saturday, February 18, 2017 @ 11:24:32
  Author: arojas
Revision: 289147

Switch to gnutls as Fedora and Debian do, many test failures with openssl 1.1

Modified:
  wget/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 11:12:28 UTC (rev 289146)
+++ PKGBUILD	2017-02-18 11:24:32 UTC (rev 289147)
@@ -3,12 +3,12 @@
 
 pkgname=wget
 pkgver=1.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html"
 license=('GPL3')
-depends=('openssl' 'libidn' 'libutil-linux' 'libpsl' 'pcre')
+depends=('gnutls' 'libidn' 'libutil-linux' 'libpsl' 'pcre')
 checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
@@ -29,7 +29,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-nls --with-ssl=openssl
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-nls --with-ssl=gnutls
   make
 }
 



More information about the arch-commits mailing list