Browse Source

curl-7.57.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11316 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
127d0b8b5c
1 changed files with 12 additions and 9 deletions
  1. 12 9
      c/curl/curl-vl.spec

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

@@ -7,13 +7,13 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
-Version: 7.54.0
+Version: 7.57.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
+Source: http://curl.haxx.se/download/%{name}-%{version}.tar.xz
 
 # patch making libcurl multilib ready
 Patch101: 0101-curl-7.32.0-multilib.patch
@@ -21,12 +21,12 @@ Patch101: 0101-curl-7.32.0-multilib.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
-# work around valgrind bug (#678518)
-Patch107: 0107-curl-7.21.4-libidn-valgrind.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: openssl-devel libidn-devel zlib-devel
-BuildRequires: openldap-devel gnutls-devel
+BuildRequires: openssl-devel
+BuildRequires: gnutls-devel
+BuildRequires: libidn-devel zlib-devel
+BuildRequires: openldap-devel
 BuildRequires: openssh-server
 BuildRequires: openssh-clients
 BuildRequires: pkgconfig
@@ -95,16 +95,14 @@ use cURL's capabilities internally.
 %patch101 -p1
 %patch102 -p1
 %patch104 -p1
-%patch107 -p1
 
 %build
 %configure \
   --with-ssl=%{_prefix} \
-  --with-gnutls \
   --with-libidn \
   --enable-ipv6 \
   --enable-threaded-resolver \
-  --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
+  --with-ssl --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt \
 %if "%{?_dist_release}" != "vl6"
   --with-libssh2 \
 %endif
@@ -167,6 +165,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Jan 04 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.57.0-1
+- new upstream release.
+- updated Patch101-104.
+- dropped Patch107.
+
 * Mon May  1 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.54.0-1
 - new upstream release.