Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package fso-deviced 0.12.0-4 fixes RC bug #766114 by disabling the stack protection. Details about the solution can be seen in the following message: https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=30;bug=766114 You can find the debdiff on the dsc files below, the debdiff on the generated binary files is trivial (e.g. build-ids in the -dbg package changed) and has been skipped. ------------------------------------------------ diff -Nru fso-deviced-0.12.0/debian/changelog fso-deviced-0.12.0/debian/changelog --- fso-deviced-0.12.0/debian/changelog 2014-09-09 16:29:18.000000000 +0200 +++ fso-deviced-0.12.0/debian/changelog 2014-11-15 02:51:56.000000000 +0100 @@ -1,3 +1,17 @@ +fso-deviced (0.12.0-4) unstable; urgency=low + + * Remove systemd service file (too late for jessie) + + -- Sebastian Reichel <s...@debian.org> Sat, 15 Nov 2014 02:51:09 +0100 + +fso-deviced (0.12.0-3) unstable; urgency=low + + * Provide systemd service file + * Build without -fstack-protector-strong, since it breaks + the binary if build with -O2 (Closes: #766114) + + -- Sebastian Reichel <s...@debian.org> Tue, 11 Nov 2014 18:11:48 +0100 + fso-deviced (0.12.0-2) unstable; urgency=low * Fix compiler-flags-hidden diff -Nru fso-deviced-0.12.0/debian/rules fso-deviced-0.12.0/debian/rules --- fso-deviced-0.12.0/debian/rules 2014-09-09 16:29:18.000000000 +0200 +++ fso-deviced-0.12.0/debian/rules 2014-11-15 02:51:56.000000000 +0100 @@ -1,5 +1,6 @@ #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed +export DEB_CFLAGS_MAINT_APPEND := -fno-stack-protector %: dh $@ --with quilt --with autoreconf ------------------------------------------------ unblock fso-deviced/0.12.0-4 -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (100, 'unstable'), (50, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 armhf Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20141115022646.7744.72099.reportbug@earth.universe