Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates-src > by-pkgid > 550541ba8dc72b7c3d82d575669291f9 > files > 6

wget-1.19.2-1.mga6.src.rpm

Summary:	A utility for retrieving files using the HTTP or FTP protocols
Name:		wget
Version:	1.19.2
Release:	%mkrel 1
Group:		Networking/WWW
License:	GPLv3
URL:		https://www.gnu.org/directory/GNU/wget.html
Source0:	https://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.gz
Source1:	https://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.gz.sig
Patch3:		%{name}-forceclobber.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
Provides:	webclient webfetch
BuildRequires:	gettext
BuildRequires:	pkgconfig(openssl)
BuildRequires:	pkgconfig(gnutls)
BuildRequires:	texinfo
BuildRequires:	idn-devel
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
%patch3 -p1
%patch5 -p0
%patch7 -p1

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

%make_build

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

%install
%make_install

%__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.19.2-1.mga6
+ Revision: 1173938
- 1.19.2
- rediff patches 3 and 7
- remove upstreamed patch 8

* Sun Apr 02 2017 zezinho <zezinho> 1.19.1-2.mga6
+ Revision: 1095691
- security patch : check for invalid control characters in host name

* Sun Feb 12 2017 luigiwalser <luigiwalser> 1.19.1-1.mga6
+ Revision: 1085824
- 1.19.1
- rediff patch 3

* Sat Feb 04 2017 luigiwalser <luigiwalser> 1.19-1.mga6
+ Revision: 1084811
- 1.19
- remove CVE-2016-7098 patch (fixed upstream)

* Sun Oct 09 2016 pterjan <pterjan> 1.18-3.mga6
+ Revision: 1059756
- Fix CVE-2016-7098 patch (mga#19552)

* Tue Sep 13 2016 luigiwalser <luigiwalser> 1.18-2.mga6
+ Revision: 1051726
- rediff patch from opensuse to fix CVE-2016-7098

* Thu Jun 09 2016 luigiwalser <luigiwalser> 1.18-1.mga6
+ Revision: 1020975
- 1.18
- rediff patch 3

* Thu Mar 03 2016 umeabot <umeabot> 1.17.1-2.mga6
+ Revision: 984749
- Rebuild for openssl

* Fri Dec 18 2015 oden <oden> 1.17.1-1.mga6
+ Revision: 911721
- disable the tests, works fine under a real host
- 1.17.1
- rediff, and/or drop patches

  + luigiwalser <luigiwalser>
    - rediff upstream patch to mitigate CVE-2015-2059 in libidn
    - 1.16.3
    - rediff patches 2 and 3
    - remove patches 8, 9, and 10

* 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)