Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > 0ceee55209ad90bd69ea981a27155ea7 > files > 16

wget-1.15-5.3.mga5.src.rpm

Summary: 	A utility for retrieving files using the HTTP or FTP protocols
Name: 		wget
Version: 	1.15
%define subrel	3
Release: 	%mkrel 5
Group: 		Networking/WWW
License: 	GPLv3
URL: 		http://www.gnu.org/directory/GNU/wget.html
Source0:	http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz
Source1:	http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz.sig
Patch2:		%{name}-1.15-fix-fr-po.patch
Patch3:		%{name}-forceclobber.patch
Patch4:		%{name}-logtostdout.patch
# patches 5 and 6 needs patch 3 to be applied before
# The following patch is needed for authenticated sites where login can have '@':
Patch5:		%{name}-urlpassword.patch
Patch7:		%{name}-1.15-etc.patch
# As we are adding some boolean options, we need to extend a buffer
Patch8:		%{name}-options.patch
Patch9:		%{name}-1.15-CVE-2014-4877.patch
Patch10:	%{name}-1.15-ftp-listing.patch
Patch11:	%{name}-1.15-CVE-2016-4971.patch
Patch12:	%{name}-1.15-CVE-2016-7098.patch
Patch13:	wget-1.19.1-security.patch
Patch14:	wget-1.19.1-CVE-2017-13089.patch
Patch15:	wget-1.19.1-CVE-2017-13090.patch
Provides: 	webclient webfetch
BuildRequires:	gettext
BuildRequires:	openssl-devel
BuildRequires:	gnutls-devel
BuildRequires:	texinfo
BuildRequires:	idn-devel
BuildRequires:	perl(HTTP::Daemon)
Requires(pre):	info-install
Requires(post):	info-install

%description
GNU Wget is a file retrieval utility which can use either the HTTP or FTP
protocols. Wget features include the ability to work in the background
while you're logged out, recursive retrieval of directories, file name
wildcard matching, remote file timestamp storage and comparison, use of
Rest with FTP servers and Range with HTTP servers to retrieve files over
slow or unstable connections, support for Proxy servers, and
configurability.

%prep
%setup -q
%patch2 -p0
%patch3 -p0
%patch4 -p0
%patch5 -p0
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1

%build
%configure2_5x \
	--enable-ipv6 \
	--disable-rpath \
	--with-ssl=openssl

%make

# all tests must pass (but where are they?)
# %check
# %__make check

%install
%makeinstall_std

%__install -m755 util/rmold.pl %{buildroot}/%{_bindir}/rmold

%find_lang %{name}

%post
%_install_info %{name}.info

%preun
%_remove_install_info %{name}.info

%files -f %{name}.lang
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wgetrc
%doc AUTHORS ChangeLog MAILING-LIST NEWS README
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man1/wget.1*


%changelog
* Fri Oct 27 2017 luigiwalser <luigiwalser> 1.15-5.3.mga5
+ Revision: 1173939
- add upstream patches to fix CVE-2017-13089 and CVE-2017-13090
- use slight change from opensuse version of CVE-2016-4971 patch
- rediff patch from opensuse to fix CVE-2016-7098
- drop CVE-2015-2059 patch (libidn is fixed now)
- add patch from ubuntu to fix CVE-2016-4971
- rediff upstream patch to mitigate CVE-2015-2059 in libidn

  + zezinho <zezinho>
    - security patch : check for invalid control characters in host name

* Mon Oct 27 2014 luigiwalser <luigiwalser> 1.15-5.mga5
+ Revision: 793847
- add upstream patch with additional hardening related to CVE-2014-4877

* Mon Oct 27 2014 luigiwalser <luigiwalser> 1.15-4.mga5
+ Revision: 793825
- add upstream patch to fix CVE-2014-4877

* Wed Oct 15 2014 umeabot <umeabot> 1.15-3.mga5
+ Revision: 746061
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.15-2.mga5
+ Revision: 690302
- Mageia 5 Mass Rebuild

* Sat Jul 05 2014 pterjan <pterjan> 1.15-1.mga5
+ Revision: 643907
- Add a patch fixing a crash due to our additional options

  + luigiwalser <luigiwalser>
    - 1.15
    - remove upstreamed texinfo patch
    - rediff patches 2, 3, and 7

* Sat Oct 19 2013 umeabot <umeabot> 1.14-4.mga4
+ Revision: 528042
- Mageia 4 Mass Rebuild

* Sat Jun 15 2013 fwang <fwang> 1.14-3.mga4
+ Revision: 443268
- correct fix from source mage
- fix build with man pages

* Mon Jan 14 2013 umeabot <umeabot> 1.14-2.mga3
+ Revision: 385686
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Aug 06 2012 fwang <fwang> 1.14-1.mga3
+ Revision: 279221
- rediff clobber patch
- rediff fr patch
- new version 1.14

* Sat Dec 31 2011 matteo <matteo> 1.13.4-2.mga2
+ Revision: 189300
- removed wrong patch of ssl certs path
- build against openssl
- restored check section

* Tue Oct 25 2011 matteo <matteo> 1.13.4-1.mga2
+ Revision: 158124
- added gnutls-devel as br
- upgraded to version 1.13.4

  + tv <tv>
    - new release
    - use xz sources

* Fri Jan 14 2011 ahmad <ahmad> 1.12-5.mga1
+ Revision: 17834
- imported package wget


* Sat Sep 04 2010 Oden Eriksson <oeriksson@mandriva.com> 1.12-5mdv2011.0
+ Revision: 575830
- sync with MDVSA-2010:170

* Mon Apr 05 2010 Eugeni Dodonov <eugeni@mandriva.com> 1.12-4mdv2010.1
+ Revision: 531717
- Rebuild for new openssl

* Fri Feb 26 2010 Oden Eriksson <oeriksson@mandriva.com> 1.12-3mdv2010.1
+ Revision: 511658
- rebuilt against openssl-0.9.8m

* Fri Jan 15 2010 Funda Wang <fwang@mandriva.org> 1.12-2mdv2010.1
+ Revision: 491600
- BR idn

* Wed Sep 23 2009 Oden Eriksson <oeriksson@mandriva.com> 1.12-1mdv2010.0
+ Revision: 447716
- 1.12
- rediffed a bunch of patches
- drop P14, fixed with this version

* Wed Aug 19 2009 Oden Eriksson <oeriksson@mandriva.com> 1.11.4-3mdv2010.0
+ Revision: 418099
- P14: fix for a similar security issue as CVE-2009-2408 (suse)

  + Thierry Vignaud <tv@mandriva.org>
    - documente patch 7

* Tue Dec 23 2008 Oden Eriksson <oeriksson@mandriva.com> 1.11.4-2mdv2009.1
+ Revision: 317922
- rediffed some fuzzy patches

* Mon Jun 30 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 1.11.4-1mdv2009.0
+ Revision: 230387
- update to new version 1.11.4

* Thu May 29 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 1.11.3-1mdv2009.0
+ Revision: 212891
- update to new version 1.11.3

* Thu May 01 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 1.11.2-1mdv2009.0
+ Revision: 199824
- new version

* Thu Apr 17 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 1.11.1-1mdv2009.0
+ Revision: 195355
- new version

* Mon Jan 28 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 1.11-1mdv2008.1
+ Revision: 159331
- update to the latest stable release 1.11
- nuke rpath
- patches 0 and 1 are not needed any more
- patch 12 has been merged upstream
- rework patches 4, 9 and 13
- new license policy
- do not package COPYING file

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request

* Mon Jun 18 2007 Pixel <pixel@mandriva.com> 1.10.2-6mdv2008.0
+ Revision: 40995
- add --force-clobber option


* Thu Jan 18 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.10.2-5mdv2007.0
+ Revision: 110369
- security fix for CVE-2006-6719 (#28186)

* Wed Nov 22 2006 Oden Eriksson <oeriksson@mandriva.com> 1.10.2-4mdv2007.1
+ Revision: 86343
- Import wget

* Wed Nov 22 2006 Oden Eriksson <oeriksson@mandriva.com> 1.10.2-4mdv2007.1
- bunzip patches

* Thu Dec 22 2005 Thierry Vignaud <tvignaud@mandriva.com> 1.10.2-3mdk
- do not use file dependancy since this does not work with synthesis (#20285)
- add missing post requires

* Sun Nov 13 2005 Oden Eriksson <oeriksson@mandriva.com> 1.10.2-2mdk
- rebuilt against openssl-0.9.8a

* Fri Oct 14 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.10.2-1mdk
- 1.10.2
- Rediff patch 0
- Remove patch 2

* Fri Jul 29 2005 Pascal Terjan <pterjan@mandriva.org> 1.10-1mdk
- 1.10
- enable ipv6
- rediff patches 1, 7, 9, 10
- drop patches 6, 12, 13

* Wed Dec 15 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.9.1-5mdk
- rpmlint cleanups
- patch 13: large file support (anthill #1166)

* Thu Feb 19 2004 Abel Cheung <deaddog@deaddog.org> 1.9.1-4mdk
- Don't add obsolete Chinese translation
- configure2_5x, makeinstall_std

* Wed Feb 18 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.9.1-3mdk
- patch 12: fix utf8 encoding on console with de locale (#6597, Abel Cheung)