[dpkg] 87/192: Dpkg::Vendor::Debian: Mark ppc64 as having builtin PIE

Ximin Luo infinity0 at debian.org
Tue Oct 17 11:04:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit 3373f5f95ca6fd6590b9bd6efdb5fbca9853cb44
Author: Guillem Jover <guillem at debian.org>
Date:   Wed Jul 12 02:14:18 2017 +0200

    Dpkg::Vendor::Debian: Mark ppc64 as having builtin PIE
---
 debian/changelog              | 1 +
 scripts/Dpkg/Vendor/Debian.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9278737..b7dc496 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium
     - Add a new "unique_tuple_key" option to Dpkg::Index set_options() to
       set better default "get_key_func" options, which will become the default
       behavior in 1.20.x. Prompted by Johannes Schauer <josch at debian.org>.
+    - Mark ppc64 as having gcc builtin PIE in Dpkg::Vendor::Debian.
   * Documentation:
     - Document currently accepted syntax for changelogs in deb-changelog(5).
       Closes: #858579
diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm
index 091ec42..29d4772 100644
--- a/scripts/Dpkg/Vendor/Debian.pm
+++ b/scripts/Dpkg/Vendor/Debian.pm
@@ -274,7 +274,7 @@ sub _add_hardening_flags {
 
     my %builtin_pie_arch = map { $_ => 1 } qw(
         amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386
-        mips mipsel mips64el ppc64el s390x sparc sparc64
+        mips mipsel mips64el ppc64 ppc64el s390x sparc sparc64
     );
 
     # Mask builtin features that are not enabled by default in the compiler.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list