]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
sync architecture specific hardening support with dpkg 1.17.13.
authorSimon Ruderich <simon@ruderich.org>
Tue, 19 Aug 2014 22:44:31 +0000 (00:44 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 19 Aug 2014 22:44:31 +0000 (00:44 +0200)
NEWS
bin/blhc

diff --git a/NEWS b/NEWS
index ec4abe2a8ee50c98c25388a7cea397a9635e6a85..23a9e85859f1f27dc57875f8cb40a3400a8f8a5d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,7 @@ Version 0.XX
 - Better handling of libtool commands (Debug bug #717598), reported by Stefan
   Fritsch.
 
-- Sync architecture specific hardening support with dpkg 1.17.11.
+- Sync architecture specific hardening support with dpkg 1.17.13.
 - Check for -fstack-protector-strong on supported platforms (since dpkg
   1.17.11) (Debian bug #757885), reported by Markus Koschany.
 - Consider lines with -O0 or -Og debug builds and disable checks for -O2
index 6817a85aced0237d1ebdedb2086eaa69bb520023..9db9fe2aa98030158a74712278ea7f7636f4f303 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -1000,9 +1000,6 @@ foreach my $file (@ARGV) {
             $harden_stack = 0;
             $harden_stack_strong = 0;
         }
-        if ($arch =~ /^(?:m68k|or1k|powerpcspe|sh4|x32)$/) {
-            $harden_stack_strong = 0;
-        }
         if ($cpu =~ /^(?:ia64|hppa|avr32)$/) {
             $harden_relro   = 0;
             $harden_bindnow = 0;