[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ubuntu dpkg 1.17.5ubuntu5



This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
Format: 1.8
Date: Fri, 07 Mar 2014 18:47:57 +0800
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.17.5ubuntu5
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Adam Conrad <adconrad@ubuntu.com>
Description: 
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Changes: 
 dpkg (1.17.5ubuntu5) trusty; urgency=medium
 .
   * Allow -fstack-protector on arm64 now that GCC and glibc support it.
Checksums-Sha1: 
 f22b3403cc5ea02edced2d5d633245718dd4d45e 1456 dpkg_1.17.5ubuntu5.dsc
 9bd45387f6e7e56f93894cf2a42cabc1dea7cc2d 3866212 dpkg_1.17.5ubuntu5.tar.xz
Checksums-Sha256: 
 cd7e708f0f4eb6dab7c71ad59441d6319cb75417ccb4fd02a15c8bc5de8698d1 1456 dpkg_1.17.5ubuntu5.dsc
 648789c7cd5d0e89b0bf3aac6167230a89a1b1b72bccd6414ad956fef2a6853b 3866212 dpkg_1.17.5ubuntu5.tar.xz
Files: 
 59faf093f781ff9ca15a9c3bcedf43b4 1456 admin required dpkg_1.17.5ubuntu5.dsc
 55a5c54a1ebc2c4933ef121af84cdd3a 3866212 admin required dpkg_1.17.5ubuntu5.tar.xz
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.17.5ubuntu4/debian/changelog 1.17.5ubuntu5/debian/changelog
--- 1.17.5ubuntu4/debian/changelog	2014-02-12 01:51:02.000000000 +0000
+++ 1.17.5ubuntu5/debian/changelog	2014-03-07 10:48:35.000000000 +0000
@@ -1,3 +1,9 @@
+dpkg (1.17.5ubuntu5) trusty; urgency=medium
+
+  * Allow -fstack-protector on arm64 now that GCC and glibc support it.
+
+ -- Adam Conrad <adconrad@ubuntu.com>  Fri, 07 Mar 2014 18:47:57 +0800
+
 dpkg (1.17.5ubuntu4) trusty; urgency=medium
 
   * Update the ppc64 buildflags vendor overrides for ppc64el instead, and
diff -pruN 1.17.5ubuntu4/scripts/Dpkg/Vendor/Debian.pm 1.17.5ubuntu5/scripts/Dpkg/Vendor/Debian.pm
--- 1.17.5ubuntu4/scripts/Dpkg/Vendor/Debian.pm	2013-12-10 06:15:02.000000000 +0000
+++ 1.17.5ubuntu5/scripts/Dpkg/Vendor/Debian.pm	2014-03-07 10:46:40.000000000 +0000
@@ -122,8 +122,8 @@ sub add_hardening_flags {
 	#  (#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)

Reply to: