[Pkg-apache-commits] r1057 - in /trunk/apache2: changelog rules

sf at alioth.debian.org sf at alioth.debian.org
Wed Sep 23 18:42:37 UTC 2009


Author: sf
Date: Wed Sep 23 18:42:37 2009
New Revision: 1057

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1057
Log:
disable -pie again

Modified:
    trunk/apache2/changelog
    trunk/apache2/rules

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1057&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Wed Sep 23 18:42:37 2009
@@ -1,3 +1,10 @@
+apache2 (2.2.13-3) UNRELEASED; urgency=low
+
+  * Disable hardening option -pie again, as gdb in Debian does not support
+    it properly.
+
+ -- Stefan Fritsch <sf at debian.org>  Wed, 23 Sep 2009 20:41:04 +0200
+
 apache2 (2.2.13-2) unstable; urgency=high
 
   * mod_proxy_ftp security fixes (closes: #545951):

Modified: trunk/apache2/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/rules?rev=1057&op=diff
==============================================================================
--- trunk/apache2/rules (original)
+++ trunk/apache2/rules Wed Sep 23 18:42:37 2009
@@ -34,8 +34,7 @@
 		      --enable-log-config=static --enable-logio=static \
 		      --with-apr=/usr/bin/apr-1-config \
 		      --with-apr-util=/usr/bin/apu-1-config \
-		      --with-pcre=yes \
-		      --enable-pie
+		      --with-pcre=yes
 
 AP2_MODS_CONFARGS =   --enable-authn-alias=shared --enable-authnz-ldap=shared  \
 		      --enable-disk-cache=shared --enable-cache=shared \




More information about the Pkg-apache-commits mailing list