update to 1.7.11

- use full relro in mod_dav_svn build (#973694)
Resolves: rhbz#988145
Resolves: rhbz#973694
This commit is contained in:
Joe Orton 2013-07-25 17:33:35 +01:00
parent 2d9bfc5de0
commit 0d5a75e67b
2 changed files with 7 additions and 2 deletions

View File

@ -1 +1 @@
4088a77e14232876c9b4ff1541e6e200 subversion-1.7.10.tar.bz2
05768703a35a52cdc7b3a2dda9340b51 subversion-1.7.11.tar.bz2

View File

@ -25,7 +25,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.7.10
Version: 1.7.11
Release: 1%{?dist}
License: ASL 2.0
Group: Development/Tools
@ -209,6 +209,7 @@ export svn_cv_ruby_sitedir_archsuffix=""
sed -i 's/-fpie/-fPIE/' Makefile.in
%endif
export APACHE_LDFLAGS="-Wl,-z,relro,-z,now"
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
--with-swig --with-neon=%{_prefix} \
@ -473,6 +474,10 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Thu Jul 25 2013 Joe Orton <jorton@redhat.com> - 1.7.11-1
- update to 1.7.11
- use full relro in mod_dav_svn build (#973694)
* 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)