|
@@ -3,7 +3,7 @@
|
|
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.43.0
|
|
|
|
|
|
+Version: 7.47.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
License: MIT
|
|
License: MIT
|
|
@@ -14,16 +14,11 @@ Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
|
# patch making libcurl multilib ready
|
|
# patch making libcurl multilib ready
|
|
Patch101: 0101-curl-7.32.0-multilib.patch
|
|
Patch101: 0101-curl-7.32.0-multilib.patch
|
|
# prevent configure script from discarding -g in CFLAGS (#496778)
|
|
# prevent configure script from discarding -g in CFLAGS (#496778)
|
|
-Patch102: 0102-curl-7.32.0-debug.patch
|
|
|
|
-# make the curl tool link SSL libraries also used by src/tool_metalink.c
|
|
|
|
-Patch103: 0103-curl-7.32.0-metalink.patch
|
|
|
|
|
|
+Patch102: 0102-curl-7.36.0-debug.patch
|
|
# use localhost6 instead of ip6-localhost in the curl test-suite
|
|
# use localhost6 instead of ip6-localhost in the curl test-suite
|
|
Patch104: 0104-curl-7.19.7-localhost6.patch
|
|
Patch104: 0104-curl-7.19.7-localhost6.patch
|
|
-# disable valgrind for certain test-cases (libssh2 problem)
|
|
|
|
-Patch106: 0106-curl-7.21.0-libssh2-valgrind.patch
|
|
|
|
# work around valgrind bug (#678518)
|
|
# work around valgrind bug (#678518)
|
|
Patch107: 0107-curl-7.21.4-libidn-valgrind.patch
|
|
Patch107: 0107-curl-7.21.4-libidn-valgrind.patch
|
|
-# Fix character encoding of docs, which are of mixed encoding originally so
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: openssl-devel libidn-devel zlib-devel
|
|
BuildRequires: openssl-devel libidn-devel zlib-devel
|
|
@@ -91,9 +86,7 @@ use cURL's capabilities internally.
|
|
# Fedora patches
|
|
# Fedora patches
|
|
%patch101 -p1
|
|
%patch101 -p1
|
|
%patch102 -p1
|
|
%patch102 -p1
|
|
-%patch103 -p1
|
|
|
|
%patch104 -p1
|
|
%patch104 -p1
|
|
-%patch106 -p1
|
|
|
|
%patch107 -p1
|
|
%patch107 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -161,6 +154,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Mar 12 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.47.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- built with openssl 1.0.2g
|
|
|
|
+
|
|
* Fri Jun 26 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.43.0-1
|
|
* Fri Jun 26 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.43.0-1
|
|
- new upstream release with security fix .
|
|
- new upstream release with security fix .
|
|
- removed Patch108 (fixed in upstream).
|
|
- removed Patch108 (fixed in upstream).
|