Change-Id: I392e6c3e1ffa1a74f67222acfe7fbaf3e8e6474d
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2630
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: An URL retrieval utility and library |
| 2 | 2 |
Name: curl |
| 3 |
-Version: 7.51.0 |
|
| 4 |
-Release: 5%{?dist}
|
|
| 3 |
+Version: 7.54.0 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: MIT |
| 6 | 6 |
URL: http://curl.haxx.se |
| 7 | 7 |
Group: System Environment/NetworkingLibraries |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
|
| 11 |
-%define sha1 curl=19bf2c1e60a513910355cc9769c6371ea2ff5d1f |
|
| 11 |
+%define sha1 curl=a77da3cd2a9876bde3982976245ef2da9ad27847 |
|
| 12 | 12 |
BuildRequires: ca-certificates |
| 13 | 13 |
BuildRequires: openssl-devel |
| 14 | 14 |
BuildRequires: krb5-devel |
| ... | ... |
@@ -41,7 +41,6 @@ This package contains minimal set of shared curl libraries. |
| 41 | 41 |
|
| 42 | 42 |
%prep |
| 43 | 43 |
%setup -q |
| 44 |
-sed -i '/--static-libs)/{N;s#echo .*#echo #;}' curl-config.in
|
|
| 45 | 44 |
%build |
| 46 | 45 |
./configure \ |
| 47 | 46 |
CFLAGS="%{optflags}" \
|
| ... | ... |
@@ -89,6 +88,8 @@ rm -rf %{buildroot}/*
|
| 89 | 89 |
%{_libdir}/libcurl.so.*
|
| 90 | 90 |
|
| 91 | 91 |
%changelog |
| 92 |
+* Mon Apr 24 2017 Bo Gan <ganb@vmware.com> 7.54.0-1 |
|
| 93 |
+- Update to 7.54.0 |
|
| 92 | 94 |
* Fri Apr 14 2017 Alexey Makhalov <amakhalov@vmware.com> 7.51.0-5 |
| 93 | 95 |
- Added -libs subpackage |
| 94 | 96 |
* Wed Dec 07 2016 Xiaolin Li <xiaolinl@vmware.com> 7.51.0-4 |