[Pgp-tools-commit] r848 - trunk/debian

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Mon Apr 25 22:06:07 UTC 2016


Author: guilhem-guest
Date: 2016-04-25 22:06:07 +0000 (Mon, 25 Apr 2016)
New Revision: 848

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Add 'hardening=+pie' to DEB_BUILD_MAINT_OPTIONS.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2016-04-25 22:05:51 UTC (rev 847)
+++ trunk/debian/changelog	2016-04-25 22:06:07 UTC (rev 848)
@@ -6,6 +6,9 @@
     + Replace "http://" with "https://" in the Homepage and Vcs-Browser
       fields.
     + Bump Standards-Version to 3.9.8 (no changes necessary).
+  * debian.rules:
+    + Add 'hardening=+pie' to DEB_BUILD_MAINT_OPTIONS to compile ELF
+      executables as PIEs.
   * caff:
     + Replace a hash slice with a reverse map for compatibility with Perl
       older than 5.20.  Patch from Gregor Jasny.  (Closes: #813469)

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2016-04-25 22:05:51 UTC (rev 847)
+++ trunk/debian/rules	2016-04-25 22:06:07 UTC (rev 848)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow
+export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow,+pie
 DPKG_EXPORT_BUILDFLAGS = 1
 -include /usr/share/dpkg/buildflags.mk
 




More information about the Pgp-tools-commit mailing list