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