- 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
$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;