Your message dated Thu, 20 Mar 2014 17:20:34 +0000 with message-id <[email protected]> and subject line Bug#658043: fixed in unicon 3.0.4-14 has caused the Debian Bug report #658043, regarding Please enable hardened build flags 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 [email protected] immediately.) -- 658043: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658043 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: unicon Severity: important Tags: patch Please enable hardened build flags through dpkg-buildflags. Patch attached. "relro" is still missing, the upstream buildsystem needs additional patches to supported. Cheers, Moritzdiff -aur unicon-3.0.4.harden/debian/rules unicon-3.0.4/debian/rules --- unicon-3.0.4.harden/debian/rules 2012-01-30 23:15:09.000000000 +0100 +++ unicon-3.0.4/debian/rules 2012-01-30 23:18:48.000000000 +0100 @@ -18,12 +18,15 @@ version=0.0 major=0 +CFLAGS = `dpkg-buildflags --get CFLAGS` +CFLAGS += `dpkg-buildflags --get CPPFLAGS` +LDFLAGS = `dpkg-buildflags --get LDFLAGS` build: build-stamp build-stamp: dh_testdir - ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info # Add here commands to compile the package. $(MAKE) $(MAKE) data Nur in unicon-3.0.4/debian: rules~.
--- End Message ---
--- Begin Message ---Source: unicon Source-Version: 3.0.4-14 We believe that the bug you reported is fixed in the latest version of unicon, which is due to be installed in the Debian FTP archive. 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Emanuele Rocca <[email protected]> (supplier of updated unicon 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 20 Mar 2014 15:27:26 +0100 Source: unicon Binary: unicon-imc2 Architecture: source amd64 Version: 3.0.4-14 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[email protected]> Changed-By: Emanuele Rocca <[email protected]> Description: unicon-imc2 - Chinese Input Method Library Closes: 658043 713900 Changes: unicon (3.0.4-14) unstable; urgency=low . * QA upload. * Maintainer field set to QA Group. * Enable hardened build flags. (Closes: #658043). * Fix typo in package description. (Closes: #713900). * Bump Standards-Version to 3.9.5. * Set debhelper compatibility level to 9. Remove DH_COMPAT from debian/rules. * Add dependency on ${misc:Depends}. * Add missing recommended targets: build-{arch,indep}. * Replace deprecated usage of dh_clean -k with dh_prep. * Do not ignore make distclean errors. * Remove empty postinst script. * Explicitly point to /usr/share/common-licenses/GPL-2 in copyright file. Checksums-Sha1: 99eca7dc64c0bf4dbb6bc3627937a54f3e40cf56 1046 unicon_3.0.4-14.dsc 31c0716fba484b0c16088db0e9cf1433ebfe4696 16379 unicon_3.0.4-14.diff.gz 251528e726a0e10e7558c07181d37c711ae0af30 2816780 unicon-imc2_3.0.4-14_amd64.deb Checksums-Sha256: f3d238cf92e858e3b2ba277288ba8a7a4fc9ed91edf48696b967de18f5ea0e32 1046 unicon_3.0.4-14.dsc bd464410cb00356e3901dd84185e9e3ab263e1fbc263c4046a92e3e0add5733a 16379 unicon_3.0.4-14.diff.gz acbfb44b81a3665d7432effd998a4711693dfab9326c482cb983ad5e7f679e43 2816780 unicon-imc2_3.0.4-14_amd64.deb Files: 2e42fe5028065bcf0f2dddd828e40dee 1046 utils optional unicon_3.0.4-14.dsc 3475b6616bfcec6cc15c5cbb8f5611c6 16379 utils optional unicon_3.0.4-14.diff.gz a52a6e1ceaf3dad58344835b6123f0f1 2816780 utils optional unicon-imc2_3.0.4-14_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlMrH2oACgkQC6DuA+rxm2A7NwCfeYQdYq525f3nyV4mCPc/BBM/ d+oAoJCGIBCjjiBlrC2IWjTC12rjxhJu =EXp8 -----END PGP SIGNATURE-----
--- End Message ---

