]> git.pld-linux.org Git - packages/wget.git/blobdiff - wget.spec
- up to 1.19.2; fixes CVE-2017-13089, CVE-2017-13090
[packages/wget.git] / wget.spec
index f040ccb6ece47863f7c38abc19d88f975d23e651..87feca17a26f9fa82c997657875436e1325a4a50 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -5,7 +5,7 @@
 # - add http://article.gmane.org/gmane.comp.web.wget.patches/2333
 #
 # Conditional build:
-%bcond_without tests
+%bcond_without tests   # check target
 %bcond_with    gnutls  # use GnuTLS (wget default) instead of OpenSSL
 
 Summary:       A utility for retrieving files using the HTTP or FTP protocols
@@ -17,12 +17,12 @@ Summary(ru.UTF-8):  Утилита для получения файлов по п
 Summary(uk.UTF-8):     Утиліта для отримання файлів по протоколам HTTP та FTP
 Summary(zh_CN.UTF-8):  [通讯]功能强大的下载程序,支持断点续传
 Name:          wget
-Version:       1.17.1
+Version:       1.19.2
 Release:       1
 License:       GPL v3+ with OpenSSL exception
 Group:         Networking/Utilities
-Source0:       http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz
-# Source0-md5: b0d58ef4963690e71effba24c105ed52
+Source0:       http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.lz
+# Source0-md5: 11663ce60f71c72773c30ae08a279011
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: d8b2b56ec7461606c22edbafaf8a418f
 Patch0:                %{name}-info.patch
@@ -34,16 +34,17 @@ URL:                http://www.gnu.org/software/wget/
 BuildRequires: attr-devel
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.9
-BuildRequires: gettext-tools >= 0.17
+BuildRequires: gettext-tools >= 0.18.1
 %{?with_gnutls:BuildRequires:  gnutls-devel}
 BuildRequires: gpgme-devel >= 0.4.2
-BuildRequires: libidn-devel
+BuildRequires: libidn2-devel
 BuildRequires: libmetalink-devel
-BuildRequires: libpsl-devel
+BuildRequires: libpsl-devel >= 0.16.0
 BuildRequires: libuuid-devel
 %{!?with_gnutls:BuildRequires: openssl-devel >= 0.9.7m}
 BuildRequires: pcre-devel
 BuildRequires: perl-devel
+BuildRequires: pkgconfig
 BuildRequires: tar >= 1:1.22
 BuildRequires: texinfo
 BuildRequires: xz
@@ -55,6 +56,7 @@ BuildRequires:        perl-IO-Socket-SSL
 BuildRequires: python3-modules >= 1:3.0
 %endif
 Provides:      webclient
+Requires:      libpsl >= 0.16.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _noautoreqfiles         %{_bindir}/rmold
@@ -161,7 +163,9 @@ chmod +x build-aux/bzr-version-gen
        --enable-ntlm \
        --enable-opie \
        --enable-pcre \
+       --disable-silent-rules \
        --with-libpsl \
+       --with-metalink \
        --with-ssl%{!?with_gnutls:=openssl} \
        --with-zlib \
        %{nil}
This page took 0.027646 seconds and 4 git commands to generate.