Browse Source

curl: update to 7.39.0 with security fix

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

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

@@ -3,38 +3,30 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
-Version: 7.34.0
+Version: 7.39.0
 Release: 1%{?_dist_release}
 
 License: MIT
 Group: Applications/Internet
 URL: http://curl.haxx.se/
-
 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
-
 # 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
 # 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
 BuildRequires: openldap-devel gnutls-devel
@@ -172,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Nov  9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.39.0-1
+- new upstream release with security fix 
+
 * Sun Jan 19 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 7.34.0-1
 - new upstream release
 - add libcurl.m4 to -devel package