From 0d5a75e67b966a14bd14f6a0b73394c286cba52c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Jul 25 2013 16:33:35 +0000 Subject: update to 1.7.11 - use full relro in mod_dav_svn build (#973694) Resolves: rhbz#988145 Resolves: rhbz#973694 --- diff --git a/sources b/sources index bfb7cf3..48e80aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4088a77e14232876c9b4ff1541e6e200 subversion-1.7.10.tar.bz2 +05768703a35a52cdc7b3a2dda9340b51 subversion-1.7.11.tar.bz2 diff --git a/subversion.spec b/subversion.spec index 958310a..1203181 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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 - 1.7.11-1 +- update to 1.7.11 +- use full relro in mod_dav_svn build (#973694) + * Mon Jun 3 2013 Joe Orton - 1.7.10-1 - update to 1.7.10 (#970014) - fix aarch64 build issues (Dennis Gilmore, #926578)