update to 1.7.10 (#970014)
- fix aarch64 build issues (Dennis Gilmore, #926578) Resolves: CVE-2013-1968
This commit is contained in:
parent
0aff876c83
commit
2d9bfc5de0
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ subversion-1.6.12.tar.bz2
|
||||
/subversion-1.7.7.tar.bz2
|
||||
/subversion-1.7.8.tar.bz2
|
||||
/subversion-1.7.9.tar.bz2
|
||||
/subversion-1.7.10.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
8d532025771a67c06c23f299699f056f subversion-1.7.9.tar.bz2
|
||||
4088a77e14232876c9b4ff1541e6e200 subversion-1.7.10.tar.bz2
|
||||
|
1111
subversion-1.7.10-aarch64.patch
Normal file
1111
subversion-1.7.10-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -25,8 +25,8 @@
|
||||
|
||||
Summary: A Modern Concurrent Version Control System
|
||||
Name: subversion
|
||||
Version: 1.7.9
|
||||
Release: 3%{?dist}
|
||||
Version: 1.7.10
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Development/Tools
|
||||
URL: http://subversion.apache.org/
|
||||
@ -46,6 +46,7 @@ Patch7: subversion-1.7.4-kwallet2.patch
|
||||
Patch8: subversion-1.7.4-sqlitever.patch
|
||||
Patch9: subversion-1.7.9-rubybind.patch
|
||||
Patch10: subversion-1.7.9-swighash.patch
|
||||
Patch11: subversion-1.7.10-aarch64.patch
|
||||
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
|
||||
BuildRequires: %{dbdevel} >= 4.1.25, swig >= 1.3.24, gettext
|
||||
BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0
|
||||
@ -185,6 +186,7 @@ This package includes supplementary tools for use with Subversion.
|
||||
%patch8 -p1 -b .sqlitever
|
||||
%patch9 -p1 -b .rubybind
|
||||
%patch10 -p1 -b .swighash
|
||||
%patch11 -p1 -b .aarch64
|
||||
|
||||
%build
|
||||
# Regenerate the buildsystem, so that:
|
||||
@ -471,6 +473,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jun 3 2013 Joe Orton <jorton@redhat.com> - 1.7.10-1
|
||||
- update to 1.7.10 (#970014)
|
||||
- fix aarch64 build issues (Dennis Gilmore, #926578)
|
||||
|
||||
* Thu May 9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-3
|
||||
- fix spurious failures in ruby test suite (upstream r1327373)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user