Change-Id: Iea99ed1f49ec5856667f65c04a93a8dc6dd0f595
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4971
Reviewed-by: Priyesh Padmavilasom <ppadmavilasom@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Srivatsa S. Bhat <srivatsab@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: An URL retrieval utility and library |
| 2 | 2 |
Name: curl |
| 3 |
-Version: 7.58.0 |
|
| 3 |
+Version: 7.59.0 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: MIT |
| 6 | 6 |
URL: http://curl.haxx.se |
| ... | ... |
@@ -8,7 +8,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.gz
|
| 11 |
-%define sha1 curl=089f17884d672aca7a661a65d847135f2f0ccbbf |
|
| 11 |
+%define sha1 curl=1a9bd7e201e645207b23a4b4dc38a32cc494a638 |
|
| 12 | 12 |
BuildRequires: ca-certificates |
| 13 | 13 |
BuildRequires: openssl-devel |
| 14 | 14 |
BuildRequires: krb5-devel |
| ... | ... |
@@ -88,6 +88,8 @@ rm -rf %{buildroot}/*
|
| 88 | 88 |
%{_libdir}/libcurl.so.*
|
| 89 | 89 |
|
| 90 | 90 |
%changelog |
| 91 |
+* Wed Apr 04 2018 Dheeraj Shetty <dheerajs@vmware.com> 7.59.0-1 |
|
| 92 |
+- Update to version 7.59.0 |
|
| 91 | 93 |
* Thu Feb 08 2018 Xiaolin Li <xiaolinl@vmware.com> 7.58.0-1 |
| 92 | 94 |
- Fix CVE-2017-8817. |
| 93 | 95 |
* Thu Dec 21 2017 Xiaolin Li <xiaolinl@vmware.com> 7.56.1-2 |