Accepting request 537218 from home:AndreasStieger:branches:network:utilities
GNU wget 1.19.2 * CVE-2017-13089: Stack overflow in HTTP protocol handling (bsc#1064715) * CVE-2017-13090: Heap overflow in HTTP protocol handling (bsc#1064716) OBS-URL: https://build.opensuse.org/request/show/537218 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=82
This commit is contained in:
12
wget.spec
12
wget.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wget
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,14 +18,14 @@
|
||||
|
||||
%bcond_with regression_tests
|
||||
Name: wget
|
||||
Version: 1.19.1
|
||||
Version: 1.19.2
|
||||
Release: 0
|
||||
Summary: A Tool for Mirroring FTP and HTTP Servers
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
Url: https://www.gnu.org/software/wget/
|
||||
Source: https://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz.sig
|
||||
Source: https://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.gz
|
||||
Source1: https://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.gz.sig
|
||||
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=wget&download=1#/wget.keyring
|
||||
Patch0: wgetrc.patch
|
||||
Patch1: wget-libproxy.patch
|
||||
@@ -33,8 +33,6 @@ Patch6: wget-1.14-no-ssl-comp.patch
|
||||
# PATCH-FIX-OPENSUSE fix pod syntax for perl 5.18 coolo@suse.de
|
||||
Patch7: wget-fix-pod-syntax.diff
|
||||
Patch8: wget-errno-clobber.patch
|
||||
Patch9: wget-CVE-2017-6508.patch
|
||||
Patch10: wget-416-but-file-not-complete.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: gpgme-devel >= 0.4.2
|
||||
BuildRequires: libcares-devel
|
||||
@@ -81,8 +79,6 @@ This can be done in script files or via the command line.
|
||||
%patch6
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} > 1110
|
||||
|
Reference in New Issue
Block a user