Browse Source

curl: update to 7.47.1 and built with openssl 1.0.2g

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

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

@@ -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.43.0
+Version: 7.47.1
 Release: 1%{?_dist_release}
 
 License: MIT
@@ -14,16 +14,11 @@ Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
 # patch making libcurl multilib ready
 Patch101: 0101-curl-7.32.0-multilib.patch
 # 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
 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)
 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
 BuildRequires: openssl-devel libidn-devel zlib-devel
@@ -91,9 +86,7 @@ use cURL's capabilities internally.
 # Fedora patches
 %patch101 -p1
 %patch102 -p1
-%patch103 -p1
 %patch104 -p1
-%patch106 -p1
 %patch107 -p1
 
 %build
@@ -161,6 +154,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %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
 - new upstream release with security fix .
 - removed Patch108 (fixed in upstream).