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

Ubuntu dpkg 1.16.10ubuntu2



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: Tue, 11 Jun 2013 09:33:34 +0200
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.16.10ubuntu2
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Matthias Klose <doko@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.16.10ubuntu2) saucy; urgency=low
 .
   * Don't set -fstack-protector in dpkg-buildflags on arm64 (not yet
     supported).
Checksums-Sha1: 
 ce572030183007d488d1820320f44a0d7cab485b 1483 dpkg_1.16.10ubuntu2.dsc
 e45b8cc9f4264f0ea33b896a42c63a8bdf0a3ef2 3710728 dpkg_1.16.10ubuntu2.tar.xz
Checksums-Sha256: 
 01644d9d5bd77ba346c2b33577085d12365c788f47718c609d940867922d083f 1483 dpkg_1.16.10ubuntu2.dsc
 872e09e2f3ad74398192625646854969251f8acc11da95ba081a8d34f6b2814a 3710728 dpkg_1.16.10ubuntu2.tar.xz
Files: 
 ff50cabcd10d03d592c300c1b7d97c83 1483 admin required dpkg_1.16.10ubuntu2.dsc
 ae0aa2073a55d3f62bad144d68fc0c98 3710728 admin required dpkg_1.16.10ubuntu2.tar.xz
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.16.10ubuntu1/debian/changelog 1.16.10ubuntu2/debian/changelog
--- 1.16.10ubuntu1/debian/changelog	2013-03-22 18:09:26.000000000 +0000
+++ 1.16.10ubuntu2/debian/changelog	2013-06-11 07:34:40.000000000 +0000
@@ -1,3 +1,10 @@
+dpkg (1.16.10ubuntu2) saucy; urgency=low
+
+  * Don't set -fstack-protector in dpkg-buildflags on arm64 (not yet
+    supported).
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 11 Jun 2013 09:33:34 +0200
+
 dpkg (1.16.10ubuntu1) raring; urgency=low
 
   * Merge from Debian unstable.  Remaining changes:
diff -pruN 1.16.10ubuntu1/scripts/Dpkg/Vendor/Debian.pm 1.16.10ubuntu2/scripts/Dpkg/Vendor/Debian.pm
--- 1.16.10ubuntu1/scripts/Dpkg/Vendor/Debian.pm	2013-03-18 09:49:20.000000000 +0000
+++ 1.16.10ubuntu2/scripts/Dpkg/Vendor/Debian.pm	2013-06-11 07:33:27.000000000 +0000
@@ -127,7 +127,7 @@ sub add_hardening_flags {
 	#  (#574716).
 	$use_feature{"pie"} = 0;
     }
-    if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa)$/ or $arch eq "arm") {
+    if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa|arm64)$/ 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).

Reply to: