|
@@ -1,14 +1,13 @@
|
|
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
|
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
|
Summary(ja): HTTP/FTP プロトコルによるファイル取得ユーティリティ
|
|
Summary(ja): HTTP/FTP プロトコルによるファイル取得ユーティリティ
|
|
Name: wget
|
|
Name: wget
|
|
-Version: 1.14
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.16
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
# Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
|
# Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
|
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
|
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
|
-Patch0: wget-1.12-path.patch
|
|
|
|
-Patch10: wget-1.14-sslreadtimeout.patch
|
|
|
|
|
|
+Patch0: wget-1.16-path.patch
|
|
|
|
|
|
## Vine Patch(es)
|
|
## Vine Patch(es)
|
|
Patch100: wget-vine-modified.patch
|
|
Patch100: wget-vine-modified.patch
|
|
@@ -20,6 +19,7 @@ Requires(pre): install-info
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
%if %{_dist_release} > "vl6"
|
|
%if %{_dist_release} > "vl6"
|
|
BuildRequires: openssl-devel, libuuid-devel, zlib-devel
|
|
BuildRequires: openssl-devel, libuuid-devel, zlib-devel
|
|
|
|
+BuildRequires: texinfo
|
|
%else
|
|
%else
|
|
BuildRequires: openssl-devel, zlib-devel
|
|
BuildRequires: openssl-devel, zlib-devel
|
|
%endif
|
|
%endif
|
|
@@ -60,7 +60,6 @@ FTP ディレクトリをミラーするユーティリティが必要なら wge
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .path
|
|
%patch0 -p1 -b .path
|
|
-%patch10 -p1 -b .sslreadtimeout
|
|
|
|
|
|
|
|
## Vine Patch(es)
|
|
## Vine Patch(es)
|
|
%patch100 -p0 -b .vine
|
|
%patch100 -p0 -b .vine
|
|
@@ -97,6 +96,12 @@ fi
|
|
%{_mandir}/man1/wget.1*
|
|
%{_mandir}/man1/wget.1*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Nov 5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.16-1
|
|
|
|
+- new upstream release with security fix
|
|
|
|
+- drop Patch10 (is included in new release)
|
|
|
|
+- update Patch0
|
|
|
|
+- add BR: texinfo
|
|
|
|
+
|
|
* Sat Oct 27 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-2
|
|
* Sat Oct 27 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-2
|
|
- add BR: if-endif for vine6
|
|
- add BR: if-endif for vine6
|
|
|
|
|
|
@@ -130,11 +135,11 @@ fi
|
|
* Wed May 30 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.10.2-0vl3
|
|
* Wed May 30 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.10.2-0vl3
|
|
- rebuild with openssl-0.9.8
|
|
- rebuild with openssl-0.9.8
|
|
|
|
|
|
-* Fri Jan 12 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-0vl2
|
|
|
|
|
|
+* Thu Jan 12 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-0vl2
|
|
- rebuilt for VineSeed
|
|
- rebuilt for VineSeed
|
|
- fix changelog typo
|
|
- fix changelog typo
|
|
|
|
|
|
-* Fri Jan 12 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-0vl1.1
|
|
|
|
|
|
+* Thu Jan 12 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-0vl1.1
|
|
- add pacth100 for fix CVE-2006-6719 (SYST Unchecked Boundary Condition)
|
|
- add pacth100 for fix CVE-2006-6719 (SYST Unchecked Boundary Condition)
|
|
|
|
|
|
* Wed Oct 19 2005 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-0vl1
|
|
* Wed Oct 19 2005 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-0vl1
|