[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.6.1-5-19-gffc25ee

Russ Allbery rra at debian.org
Thu May 23 07:22:18 UTC 2013


The following commit has been merged in the master branch:
commit 73d0b659ed83cabd86c1e8632097c5c16cf9241a
Author: Russ Allbery <rra at debian.org>
Date:   Wed May 22 21:11:17 2013 -0700

    Add -fPIE to hardening flags
    
    * Add -fPIE to hardening flags since we're now installing binaries.

diff --git a/debian/changelog b/debian/changelog
index 428f4ac..887fd38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xml-security-c (1.7.0-1) UNRELEASED; urgency=low
   * Switch from autotools-dev to dh-autoreconf and regenerate the entire
     build system during the build, not just the config.guess and
     config.sub scripts, and add --as-needed.
+  * Add -fPIE to hardening flags since we're now installing binaries.
   * Update standards version to 3.9.4.
     - Update debian/copyright to specify copyright-format 1.0.
 
diff --git a/debian/rules b/debian/rules
index d6964fe..69d3463 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # Enable compiler hardening flags.
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+pie
 
 # Add --as-needed to drop dependencies.
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

-- 
Debian packaging for XML-Security-C



More information about the Pkg-shibboleth-devel mailing list