Change-Id: I5764f9a1cc180f71d3d9f4670e796ab9e5e90e6c
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1791
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: The Apache Subversion control system |
| 2 | 2 |
Name: subversion |
| 3 |
-Version: 1.9.3 |
|
| 4 |
-Release: 8%{?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 |
| ... | ... |
@@ -56,6 +56,8 @@ make %{?_smp_mflags} check
|
| 56 | 56 |
%exclude %{_libdir}/debug/
|
| 57 | 57 |
|
| 58 | 58 |
%changelog |
| 59 |
+* Wed Nov 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.9.4-1 |
|
| 60 |
+- Upgraded to version 1.9.4, fixes CVE-2016-2167 CVE-2016-2168 |
|
| 59 | 61 |
* Wed Nov 16 2016 Alexey Makhalov <ppadmavilasom@vmware.com> 1.9.3-8 |
| 60 | 62 |
- Use sqlite-{devel,libs}
|
| 61 | 63 |
* Mon Oct 10 2016 ChangLee <changlee@vmware.com> 1.9.3-7 |