Browse Source

wget: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6144 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 12 years ago
parent
commit
9f9cd184b4
1 changed files with 16 additions and 8 deletions
  1. 16 8
      w/wget/wget-vl.spec

+ 16 - 8
w/wget/wget-vl.spec

@@ -1,16 +1,17 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols.
 Summary(ja): HTTP/FTP プロトコルによるファイル取得ユーティリティ
 Name: wget
-Version: 1.11.4
-Release: 3%{?_dist_release}
+Version: 1.13.4
+Release: 1%{?_dist_release}
 License: GPL
 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)
 # Security Fix
-# Patch100: wget-1.10.2_CVE-2006-6719.patch
-Patch110: wget-1.11.4_openssl_null.patch
+# Nothing !
 
 Provides: webclient
 Requires(pre): install-info
@@ -52,13 +53,13 @@ FTP ディレクトリをミラーするユーティリティが必要なら wge
 
 %prep
 %setup -q
+%patch0 -p1 -b .path
 
 # Security Fix
-# %patch100 -p1 -b .CVE-2006-6719
-%patch110 -p1 -b .openssl_null
+# Nothing !!
 
 %build
-%configure --with-ssl
+%configure --with-ssl=openssl
 %__make %{?_smp_mflags}
 
 %install
@@ -86,6 +87,13 @@ fi
 %{_mandir}/man1/wget.1*
 
 %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
 - rebuild with openssl-1.0.0c