Change-Id: I14d904b989c033ba75b3425a59bb4b7b8e4241a4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4042
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Xiaolin Li <xiaolinl@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: Fast distributed version control system |
| 2 | 2 |
Name: git |
| 3 |
-Version: 2.8.1 |
|
| 4 |
-Release: 5%{?dist}
|
|
| 3 |
+Version: 2.14.2 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: GPLv2 |
| 6 | 6 |
URL: http://git-scm.com/ |
| 7 | 7 |
Group: System Environment/Programming |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: https://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.xz
|
| 11 |
-%define sha1 git=fc97f987bbdc9dc302a525047bf8a014f6574f92 |
|
| 11 |
+%define sha1 git=9515fd4a068027f2c3d6ea9b8a8a298e990123a0 |
|
| 12 | 12 |
BuildRequires: curl |
| 13 | 13 |
BuildRequires: python2 |
| 14 | 14 |
BuildRequires: python2-libs |
| ... | ... |
@@ -88,7 +88,9 @@ rm -rf %{buildroot}/*
|
| 88 | 88 |
%defattr(-,root,root) |
| 89 | 89 |
|
| 90 | 90 |
%changelog |
| 91 |
-* Thu May 26 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.8.1-5 |
|
| 91 |
+* Thu Oct 12 2017 Anish Swaminathan <anishs@vmware.com> 2.14.2-1 |
|
| 92 |
+- Updated to version 2.14.2, fix CVE-2017-14867 |
|
| 93 |
+* Thu May 26 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.8.1-5 |
|
| 92 | 94 |
- Excluded the perllocal.pod log. |
| 93 | 95 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.8.1-4 |
| 94 | 96 |
- GA - Bump release of all rpms |