[dpkg] 154/192: Dpkg::Vendor::Debian: Mark powerpc as having builtin PIE

Ximin Luo infinity0 at debian.org
Tue Oct 17 11:04:13 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 6f406f2dc14e9cac1ee0385e422b6fa0bf8822cc
Author: Guillem Jover <guillem at debian.org>
Date:   Wed Jul 12 02:14:18 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 53a13c3..862aff7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,7 +36,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.
+    - Mark ppc64 and powerpc as having gcc builtin PIE in Dpkg::Vendor::Debian.
     - Make the Dpkg::Substvars warnings output deterministic.
       Thanks to Chris Lamb <lamby at debian.org>. Closes: #870221
     - Remove unused POSIX module imports.
diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm
index 7f22dc7..833176b 100644
--- a/scripts/Dpkg/Vendor/Debian.pm
+++ b/scripts/Dpkg/Vendor/Debian.pm
@@ -277,7 +277,7 @@ sub _add_hardening_flags {
 
     my %builtin_pie_arch = map { $_ => 1 } qw(
         amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386
-        mips mipsel mips64el ppc64 ppc64el s390x sparc sparc64
+        mips mipsel mips64el powerpc 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