|
@@ -1,16 +1,17 @@
|
|
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.11.4
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 1.13.4
|
|
|
|
+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
|
|
|
|
+Patch0: wget-1.12-path.patch
|
|
|
|
|
|
## Vine Patch(es)
|
|
## Vine Patch(es)
|
|
# Security Fix
|
|
# Security Fix
|
|
-# Patch100: wget-1.10.2_CVE-2006-6719.patch
|
|
|
|
-Patch110: wget-1.11.4_openssl_null.patch
|
|
|
|
|
|
+# Nothing !
|
|
|
|
|
|
Provides: webclient
|
|
Provides: webclient
|
|
Requires(pre): install-info
|
|
Requires(pre): install-info
|
|
@@ -52,13 +53,13 @@ FTP ディレクトリをミラーするユーティリティが必要なら wge
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1 -b .path
|
|
|
|
|
|
# Security Fix
|
|
# Security Fix
|
|
-# %patch100 -p1 -b .CVE-2006-6719
|
|
|
|
-%patch110 -p1 -b .openssl_null
|
|
|
|
|
|
+# Nothing !!
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --with-ssl
|
|
|
|
|
|
+%configure --with-ssl=openssl
|
|
%__make %{?_smp_mflags}
|
|
%__make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -86,6 +87,13 @@ fi
|
|
%{_mandir}/man1/wget.1*
|
|
%{_mandir}/man1/wget.1*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon May 7 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.13.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add patch0 from fc17
|
|
|
|
+- drop old patches
|
|
|
|
+- change configure option to use openssl
|
|
|
|
+- change src format from bz2 to xz
|
|
|
|
+
|
|
* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.11.4-3
|
|
* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.11.4-3
|
|
- rebuild with openssl-1.0.0c
|
|
- rebuild with openssl-1.0.0c
|
|
|
|
|