|
@@ -3,7 +3,7 @@
|
|
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
|
|
Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
|
|
|
Name: curl
|
|
|
-Version: 7.39.0
|
|
|
+Version: 7.43.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
License: MIT
|
|
@@ -24,8 +24,6 @@ Patch106: 0106-curl-7.21.0-libssh2-valgrind.patch
|
|
|
# work around valgrind bug (#678518)
|
|
|
Patch107: 0107-curl-7.21.4-libidn-valgrind.patch
|
|
|
# Fix character encoding of docs, which are of mixed encoding originally so
|
|
|
-# a simple iconv can't fix them
|
|
|
-Patch108: 0108-curl-7.32.0-utf8.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: openssl-devel libidn-devel zlib-devel
|
|
@@ -97,7 +95,6 @@ use cURL's capabilities internally.
|
|
|
%patch104 -p1
|
|
|
%patch106 -p1
|
|
|
%patch107 -p1
|
|
|
-%patch108 -p1
|
|
|
|
|
|
%build
|
|
|
%configure \
|
|
@@ -164,6 +161,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Jun 26 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.43.0-1
|
|
|
+- new upstream release with security fix .
|
|
|
+- removed Patch108 (fixed in upstream).
|
|
|
+
|
|
|
* Sun Nov 9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.39.0-1
|
|
|
- new upstream release with security fix
|
|
|
|