Change-Id: I8ae73a2a71f655c0a473018f263d394faefc8cfe
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1621
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: An URL retrieval utility and library |
| 2 | 2 |
Name: curl |
| 3 |
-Version: 7.50.3 |
|
| 4 |
-Release: 2%{?dist}
|
|
| 3 |
+Version: 7.51.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=8280372593be1b6452599cbbc58bd3eac23cdf9c |
|
| 11 |
+%define sha1 curl=19bf2c1e60a513910355cc9769c6371ea2ff5d1f |
|
| 12 | 12 |
Requires: ca-certificates |
| 13 | 13 |
BuildRequires: ca-certificates |
| 14 | 14 |
Requires: openssl |
| ... | ... |
@@ -65,6 +65,8 @@ rm -rf %{buildroot}/*
|
| 65 | 65 |
%{_docdir}/%{name}-%{version}
|
| 66 | 66 |
|
| 67 | 67 |
%changelog |
| 68 |
+* Wed Nov 02 2016 Anish Swaminathan <anishs@vmware.com> 7.51.0-1 |
|
| 69 |
+- Upgrade curl to 7.51.0 |
|
| 68 | 70 |
* Wed Oct 05 2016 ChangLee <changlee@vmware.com> 7.50.3-2 |
| 69 | 71 |
- Modified %check |
| 70 | 72 |
* Thu Sep 15 2016 Xiaolin Li <xiaolinl@vmware.com> 7.50.3-1 |