|
@@ -7,7 +7,7 @@
|
|
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
|
|
Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
|
|
|
Name: curl
|
|
|
-Version: 7.57.0
|
|
|
+Version: 7.58.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
License: MIT
|
|
@@ -16,7 +16,7 @@ URL: http://curl.haxx.se/
|
|
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.xz
|
|
|
|
|
|
# patch making libcurl multilib ready
|
|
|
-Patch101: 0101-curl-7.32.0-multilib.patch
|
|
|
+Patch101: 0101-curl-7.58.0-multilib.patch
|
|
|
# prevent configure script from discarding -g in CFLAGS (#496778)
|
|
|
Patch102: 0102-curl-7.36.0-debug.patch
|
|
|
# use localhost6 instead of ip6-localhost in the curl test-suite
|
|
@@ -165,6 +165,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Feb 7 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.58.0-1
|
|
|
+- new upstream release with security fix
|
|
|
+- update patch101
|
|
|
+
|
|
|
* Thu Jan 04 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.57.0-1
|
|
|
- new upstream release.
|
|
|
- updated Patch101-104.
|