Sfoglia il codice sorgente

curl: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5734 ec354946-7b23-47d6-9f5a-488ba84defc7
kenta 12 anni fa
parent
commit
e5607366c4
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6 6
      c/curl/curl-vl.spec

+ 6 - 6
c/curl/curl-vl.spec

@@ -3,14 +3,12 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
-Version: 7.20.1
-Release: 4%{?_dist_release}
+Version: 7.24.0
+Release: 1%{?_dist_release}
 License: MIT/X
 Group: Applications/Internet
-Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
+Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
 URL: http://curl.haxx.se/
-# Security 
-Patch100: curl-7.19.6_CVE-2011-2192.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: openssl-devel libidn-devel zlib-devel
@@ -67,7 +65,6 @@ use cURL's capabilities internally.
 
 %prep
 %setup -q 
-%patch100 -p1 -b .CVE-2011-2192
 
 %build
 %configure --with-ssl=%{_prefix} --with-gnutls --with-libidn --enable-ipv6 --disable-static
@@ -124,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Feb 21 2012 NAKAMURA Kenta <kenta@vinelinux.org> 7.24.0-1
+- new upstream release
+
 * Sun Jul  3 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.20.1-4
 - add patch100 for fix CVE-2011-2192 (gssapi)
 - add Vendor/Distri tags