Package: dpkg
Version: 1.17.10
Severity: normal
Tags: patch
Please apply this simple patch, now that GCC and glibc on arm64 support
-fstack-protector. Thanks in advance:
--- dpkg-1.17.9/scripts/Dpkg/Vendor/Debian.pm 2014-04-29 06:24:42.000000000
-0600
+++ dpkg-1.17.9ubuntu1/scripts/Dpkg/Vendor/Debian.pm 2014-04-30
08:24:18.000000000 -0600
@@ -122,8 +122,8 @@
# (#574716).
$use_feature{pie} = 0;
}
- if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa|arm64)$/ or $arch eq 'arm') {
- # Stack protector disabled on ia64, alpha, arm64, mips, mipsel, hppa.
+ if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa)$/ or $arch eq 'arm') {
+ # Stack protector disabled on ia64, alpha, mips, mipsel, hppa.
# "warning: -fstack-protector not supported for this target"
# Stack protector disabled on arm (ok on armel).
# compiler supports it incorrectly (leads to SEGV)
--
... Adam
-- System Information:
Debian Release: jessie/sid
APT prefers utopic-updates
APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 'utopic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.15.0-5-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dpkg depends on:
ii libbz2-1.0 1.0.6-5
ii libc6 2.19-0ubuntu6
ii liblzma5 5.1.1alpha+20120614-2ubuntu2
ii libselinux1 2.3-1
ii tar 1.27.1-2
ii zlib1g 1:1.2.8.dfsg-1ubuntu1
dpkg recommends no packages.
Versions of packages dpkg suggests:
ii apt 1.0.2ubuntu2
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]