Your message dated Sun, 20 May 2012 23:13:54 +0000
with message-id <[email protected]>
and subject line Bug#670886: fixed in openbsd-inetd 0.20091229-2
has caused the Debian Bug report #670886,
regarding openbsd-inetd: drops hardening flags if rebuilt with current dpkg-dev
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.)


-- 
670886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670886
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openbsd-inetd
Version: 0.20091229-1
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch quantal

openbsd-inetd drops hardening flags if built with dpkg-dev >= 1.16.1, as
dpkg-buildpackage no longer exports compiler flags.  The following
minimal patch fixes this; however, you may like to consider using
dpkg-buildflags, as optimisation flags are also dropped when building
with current dpkg-dev.

  * Export CFLAGS and LDFLAGS, to avoid relying on dpkg-buildpackage doing
    so.

diff -Nru openbsd-inetd-0.20091229/debian/rules 
openbsd-inetd-0.20091229/debian/rules
--- openbsd-inetd-0.20091229/debian/rules       2011-07-03 12:18:04.000000000 
+0100
+++ openbsd-inetd-0.20091229/debian/rules       2012-04-30 01:57:42.000000000 
+0100
@@ -2,8 +2,8 @@
 SHELL+= -e
 
 include /usr/share/hardening-includes/hardening.make
-CFLAGS += $(HARDENING_CFLAGS)
-LDFLAGS += $(HARDENING_LDFLAGS)
+export CFLAGS += $(HARDENING_CFLAGS)
+export LDFLAGS += $(HARDENING_LDFLAGS)
 
 D := $(CURDIR)/debian/openbsd-inetd
 

Thanks,

-- 
Colin Watson                                       [[email protected]]



--- End Message ---
--- Begin Message ---
Source: openbsd-inetd
Source-Version: 0.20091229-2

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

openbsd-inetd_0.20091229-2.debian.tar.xz
  to main/o/openbsd-inetd/openbsd-inetd_0.20091229-2.debian.tar.xz
openbsd-inetd_0.20091229-2.dsc
  to main/o/openbsd-inetd/openbsd-inetd_0.20091229-2.dsc
openbsd-inetd_0.20091229-2_i386.deb
  to main/o/openbsd-inetd/openbsd-inetd_0.20091229-2_i386.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco d'Itri <[email protected]> (supplier of updated openbsd-inetd 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: Mon, 21 May 2012 00:17:37 +0200
Source: openbsd-inetd
Binary: openbsd-inetd
Architecture: source i386
Version: 0.20091229-2
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri <[email protected]>
Changed-By: Marco d'Itri <[email protected]>
Description: 
 openbsd-inetd - OpenBSD Internet Superserver
Closes: 670886
Changes: 
 openbsd-inetd (0.20091229-2) unstable; urgency=medium
 .
   * Fix hardening support by using dpkg-buildpackage. (Closes: #670886)
Checksums-Sha1: 
 f17183ab23ce91db7f4024e484d9feb2fdd25062 1109 openbsd-inetd_0.20091229-2.dsc
 4f880efc8c14ed7d906e18b27a5f2688ec52fb19 15948 
openbsd-inetd_0.20091229-2.debian.tar.xz
 91b0160ce5e8b149ede19fcdc0b813402f55c1a1 36994 
openbsd-inetd_0.20091229-2_i386.deb
Checksums-Sha256: 
 179d4358470af3a6999de74f2f9863aed41019cb09a6b8645e8f81439c643a34 1109 
openbsd-inetd_0.20091229-2.dsc
 6d98096d10f06466c6245298ef391de730edfb0379aabd0241b6ed58714493cb 15948 
openbsd-inetd_0.20091229-2.debian.tar.xz
 55e9d98e3f0d534d313d874d91cd4ba0ba9d7ed89a8afee1459536e318a7b257 36994 
openbsd-inetd_0.20091229-2_i386.deb
Files: 
 ef368273cb85eec4c14018daddd2ef39 1109 net optional 
openbsd-inetd_0.20091229-2.dsc
 c5fd284573127f8640d5b129e0f37915 15948 net optional 
openbsd-inetd_0.20091229-2.debian.tar.xz
 df4cdb072584764b0ba3b888912ba104 36994 net optional 
openbsd-inetd_0.20091229-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+5coAACgkQFGfw2OHuP7FhswCfZPLm/XvAFeUtmfYSypC+ARck
bpgAn05RAXDGg0G2IsCfcmFbCLuVNgPT
=CmCW
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to