Browse Source

curl: update to 7.58.0 with security fix

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11470 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 7 years ago
parent
commit
7c0d283372
1 changed files with 6 additions and 2 deletions
  1. 6 2
      c/curl/curl-vl.spec

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

@@ -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.