Change-Id: I9faafe51acb64789869e47c3f1d0723fae7656ef
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1815
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: The Apache Subversion control system |
| 2 | 2 |
Name: subversion |
| 3 |
-Version: 1.9.3 |
|
| 4 |
-Release: 6%{?dist}
|
|
| 3 |
+Version: 1.9.4 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: Apache License 2.0 |
| 6 | 6 |
URL: http://subversion.apache.org/ |
| 7 | 7 |
Group: Utilities/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://archive.apache.org/dist/%{name}/%{name}-%{version}.tar.bz2
|
| 11 |
-%define sha1 subversion=27e8df191c92095f48314a415194ec37c682cbcf |
|
| 11 |
+%define sha1 subversion=bc7d51fdda43bea01e1272dfe9d23d0a9d6cd11c |
|
| 12 | 12 |
Requires: apr |
| 13 | 13 |
Requires: apr-util |
| 14 | 14 |
BuildRequires: apr-devel |
| ... | ... |
@@ -52,6 +52,8 @@ make -j1 DESTDIR=%{buildroot} install
|
| 52 | 52 |
%exclude %{_libdir}/debug/
|
| 53 | 53 |
|
| 54 | 54 |
%changelog |
| 55 |
+* Wed Nov 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.9.4-1 |
|
| 56 |
+- Upgraded to version 1.9.4, fixes CVE-2016-2167 CVE-2016-2168 |
|
| 55 | 57 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.9.3-6 |
| 56 | 58 |
- GA - Bump release of all rpms |
| 57 | 59 |
* Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> 1.9.3-1 |