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

Bug#509007: marked as done (mkvmlinuz: force -fno-stack-protector)



Your message dated Sat, 07 Jul 2012 12:47:23 +0000
with message-id <E1SnUPz-0001ec-65@franck.debian.org>
and subject line Bug#509007: fixed in mkvmlinuz 36
has caused the Debian Bug report #509007,
regarding mkvmlinuz: force -fno-stack-protector
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
509007: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509007
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: mkvmlinuz
Version: 35
Severity: wishlist
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch jaunty

Ubuntu uses -fstack-protector by default; this doesn't work for
standalone code like mkvmlinuz (https://bugs.launchpad.net/bugs/53460)
and so we need to explicitly compile with -fno-stack-protector. I know
this isn't an immediate problem for Debian, but would you consider
applying this patch anyway? It should be harmless.

Thanks,

-- 
Colin Watson                                       [cjwatson@ubuntu.com]
diff -Nru mkvmlinuz-35/boot/Makefile mkvmlinuz-35ubuntu1/boot/Makefile
--- mkvmlinuz-35/boot/Makefile	2008-02-29 20:25:23.000000000 +0000
+++ mkvmlinuz-35ubuntu1/boot/Makefile	2008-12-17 11:14:57.000000000 +0000
@@ -1,6 +1,7 @@
 GCC	:= gcc -m32
 CFLAGS	:= -Wall -Wstrict-prototypes -O2 -g -fomit-frame-pointer -fno-builtin \
-	   -nostdinc -isystem $(shell $(GCC) -print-file-name=include) -fPIC
+	   -nostdinc -isystem $(shell $(GCC) -print-file-name=include) -fPIC \
+	   -fno-stack-protector
 AFLAGS	:= -D__ASSEMBLY__ $(CFLAGS) -traditional -nostdinc
 
 src := crt0.S string.S prom.c stdio.c main.c div64.S

--- End Message ---
--- Begin Message ---
Source: mkvmlinuz
Source-Version: 36

We believe that the bug you reported is fixed in the latest version of
mkvmlinuz, which is due to be installed in the Debian FTP archive:

mkvmlinuz_36.dsc
  to main/m/mkvmlinuz/mkvmlinuz_36.dsc
mkvmlinuz_36.tar.gz
  to main/m/mkvmlinuz/mkvmlinuz_36.tar.gz
mkvmlinuz_36_powerpc.deb
  to main/m/mkvmlinuz/mkvmlinuz_36_powerpc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 509007@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Milan Kupcevic <milan@physics.harvard.edu> (supplier of updated mkvmlinuz package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 03 Jul 2012 17:55:04 -0400
Source: mkvmlinuz
Binary: mkvmlinuz
Architecture: source powerpc
Version: 36
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Milan Kupcevic <milan@physics.harvard.edu>
Description: 
 mkvmlinuz  - create a kernel to boot a PowerPC machine from Open Firmware
Closes: 509007 549681 600132 658443 677760
Changes: 
 mkvmlinuz (36) unstable; urgency=low
 .
   * New maintainer. (Closes: #677760)
   * Remove Sven Luther and Aurélien GÉRÔME from Uploaders, many thanks
     for your contributions.
   * Add myself to Uploaders.
   * Conform to Debian Policy standards version 3.9.3
   * Switch to dpkg-source 3.0 (native) format.
   * Add build-arch and buld-indep targets to debian/rules.
   * Bump debhelper compatibility to 8, use dh_prep.
   * Add ${misc:Depends} to Depends field.
   * Revise debian/copyright.
   * Switch package section from devel to utils.
   * Use hardening compiler flags
   * Compress initrd with xz to significantly reduce
     vmlinuz size. (Closes: #549681)
   * Add -fno-stack-protector, thanks to Colin Watson. (Closes: #509007)
   * Debconf translations:
     - Add Danish, thanks to Joe Hansen. (Closes: #600132)
     - Add Indonesian, thanks to Mahyuddin Susanto. (Closes: #658443)
   * Kill lintian warnings.
     - Spelling error in mkvmlinuz manpage
     - Fix lintian overrides
Checksums-Sha1: 
 599b5d5bb239f4d769bcff009d12ffd5032e65a2 1699 mkvmlinuz_36.dsc
 478a682b19c4408b3d04f5bda14bbb97a1d88e8b 61457 mkvmlinuz_36.tar.gz
 eb8f36d0b5871f42451314ab5d2b65fa75d22483 74108 mkvmlinuz_36_powerpc.deb
Checksums-Sha256: 
 fc92b1a49ba8fe71cece1fb64b6ebb1a23246629d7ab1bbe22501b8911d131c2 1699 mkvmlinuz_36.dsc
 11be02f1f4bc19c0190aa705244663c7c61318660fb7c5f998f6d43885278734 61457 mkvmlinuz_36.tar.gz
 30e6cfc7b727796fb90231b29f97c6406319dc9f3a283d98f57d91ed2645a09e 74108 mkvmlinuz_36_powerpc.deb
Files: 
 01acab9d6dafefd5ca0a5c582c78952a 1699 utils optional mkvmlinuz_36.dsc
 0e034b891ed88cbc76ce4c2467aeff2d 61457 utils optional mkvmlinuz_36.tar.gz
 d57c91741aacb2a0a55e8978f5d8130b 74108 utils optional mkvmlinuz_36_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJP+C8YAAoJELNGT4lqoVlI3GYP+wY19M1/749lNGZ3H7LXamkI
xoneTONoLrF7934zzbL1qWtgSKfMpFhy+ARoulzlm/cSh0WWAe8tBtyUGHSsu+or
KzNMHOYtZ+r4P6N+yxcfNAFd5t/jtInoPqVdtknJLnpkf6IJikW9LExcX/NmffUA
RlpNuLXqwWHRp96z1P72ItfJbDNwGLHXwLkq2QlY88qHcCO2F9ubqqKgKuZz7miW
j/xnMcPS/OMEjWnxb7MFH70Wu3NEGi0O0yrhvtTE9O0T3YYD/PhcMjYfmJzUi/Od
YAXpzYgfqTI83xm8FC29S0Dv9sqABaUd0P9lqB+ZPkYUskjyh4TkX7GEjd3W8Q/D
fYZ9isymYH7Ktnywrl2LQlOOdvASIwByZyHzFV+Lt5C9yMGGFRQmqaUozWD/SHAi
Z5RJ5wkd5pX2FeKdsPgJNjCGNDQrubhoOp0v1oGjMmNh5HbY2sN95nzLDPv0cnYd
3KrfYRYi1UNIJQd8BelTZJoeB0ofEFC0ZdzwJ3cBCE8xjo0Zb4vtCeah3nrxwRgj
8pNPf4WhfqckHYHtukRL3sa6t2FwV+tdIT4LKzexsTfHlZjwx3yQ1JZqZ0vetSTt
eWSImAaQsd5cyfMZVSByilUd5CB00RHFwQ/JtZ4LuJ0i/p6Avy4d55BV2NMEFqX4
J6VEgTO23zfdInnlq6LA
=HKjG
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: