Your message dated Mon, 11 May 2026 06:04:09 +0000
with message-id <[email protected]>
and subject line Bug#762336: fixed in bandwidthd 2.0.1+cvs20090917-19
has caused the Debian Bug report #762336,
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.)
--
762336: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762336
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: bandwidthd
Version: 2.0.1+cvs20090917-7
Severity: important
Tags: patch
User: [email protected]
Usertags: goal-hardening
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hello,
Please enable hardened build flags with dpkg-buildflags (patch
attached). dpkg-buildflags handle "noopt" from DEB_BUILD_OPTIONS.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUHpHRAAoJEJmGUYuaqqClNhQP/jYNArIMFtGuoXbnZ5dS54p+
WjybNeG948asYMeLoDT86QRYl/RYiprPqXy1dNf5/zV8qoTX5i+S39X49sKbfRQE
HIEzsJOqp/+PPKK0fBZ7Yf+ScTiQMiJAnvaxTtfy6kiP++OLXl/J+Zzw0AsusEwH
wGe9i+zMFuH0yEB5qr9Pst2foiPmXmK+gE7mtEe4AGdTPKRFcg9JW5TZsL8b5MFC
6PxA5LnOP2MyAoxpDJKiAFS775/fihBY2ppUz86oEh1JnjX9WFsdy5QrWqoo8LfG
trc9eUSIysksjSL79akyUikia6AOQr0NxxO6LDdQIjMXVgin4BcfW9pi/g5a9A4g
XU4Na6H9viLfs/y5bnfHnhl5uhygy3OVWpgh+1KvdwCzWA2PBnu0zjJ+zAo8bdSb
+rg5LK4KsxrLlHEsVrBud6pigLuEPxfEIXrlqlEcSwOtkCJF2E7OiaUtCZ/Ry6jI
tNVFqp21C3q6ppP31QF4VJFGga4OoLdw5cQhpfA8ARiwewrcurxy3qan3Ge8khVe
SMyzaKEipSehDxyySKL/5zgiXyOWTDro5Sbal+GI3LHApxMD4TlQv8YEMpKF3OuX
ccQ9khGMrdD+PRJGjEmYJKVByPK+pokcTrkk9YIQLBwuy/YIuW9obLjXWV+KMGEA
azkJz++xs3S+l314ZhUP
=Prxd
-----END PGP SIGNATURE-----
diff -Nru bandwidthd-2.0.1+cvs20090917/debian/changelog bandwidthd-2.0.1+cvs20090917/debian/changelog
--- bandwidthd-2.0.1+cvs20090917/debian/changelog 2013-07-20 18:25:40.000000000 +0200
+++ bandwidthd-2.0.1+cvs20090917/debian/changelog 2014-09-21 10:39:48.000000000 +0200
@@ -1,3 +1,10 @@
+bandwidthd (2.0.1+cvs20090917-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Use dpkg-buildflags and pass *FLAGS to configure
+
+ -- Guillaume Delacour <[email protected]> Sun, 21 Sep 2014 10:27:23 +0200
+
bandwidthd (2.0.1+cvs20090917-7) unstable; urgency=low
* Move php5-gd to Recommends and also recommend php5 (Closes: #717042)
diff -Nru bandwidthd-2.0.1+cvs20090917/debian/rules bandwidthd-2.0.1+cvs20090917/debian/rules
--- bandwidthd-2.0.1+cvs20090917/debian/rules 2013-06-14 00:41:25.000000000 +0200
+++ bandwidthd-2.0.1+cvs20090917/debian/rules 2014-09-21 10:28:19.000000000 +0200
@@ -6,6 +6,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
configureoptions = --prefix=/usr --bindir=/usr/sbin/ --sysconfdir=/etc/bandwidthd/ --localstatedir=/var/lib/
p_bwdstatic = bandwidthd
@@ -15,17 +18,6 @@
build_bwdpgsql = debian/bandwidthd-pgsql
-CFLAGS = -Wall
-
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -g
-endif
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
@@ -41,7 +33,7 @@
cp -f /usr/share/misc/config.sub config.sub
dh_autoreconf
chmod +x configure
- ./configure $(configureoptions) --disable-pgsql
+ $(shell dpkg-buildflags --export=cmdline) ./configure $(configureoptions) --disable-pgsql
touch $@
configure-bwdpgsql: configure-bwdpgsql-stamp
--- End Message ---
--- Begin Message ---
Source: bandwidthd
Source-Version: 2.0.1+cvs20090917-19
Done: Alexandre Detiste <[email protected]>
We believe that the bug you reported is fixed in the latest version of
bandwidthd, 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.
Alexandre Detiste <[email protected]> (supplier of updated bandwidthd 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: SHA512
Format: 1.8
Date: Mon, 11 May 2026 07:39:43 +0200
Source: bandwidthd
Architecture: source
Version: 2.0.1+cvs20090917-19
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 762336 1102429
Changes:
bandwidthd (2.0.1+cvs20090917-19) unstable; urgency=medium
.
* QA upload.
* Enable hardened build flags (Closes: #762336)
* Add debian/salsa-ci.yml
* Drop "Rules-Requires-Root: no": it is now the default
* Bump Standards-Version to 4.7.4, drop Priority: tag
* Use dh-cruft to register & purge volatile files
* Add missing Pre-Depends: ${misc:Pre-Depends} in bandwidthd.
* Fix day-of-week for changelog entry 2.0.1+cvs20071208-1.
* Use secure URI in Homepage field.
* Add ITP, RFP bugs in 1.1.7-1.
* Set upstream metadata fields: Archive, Bug-Database, Name.
* Drop Conflicts: on ancient apache2 version
.
[ Carles Pina i Estany ]
* Added po-debconf Catalan translation (Closes: #1102429)
Checksums-Sha1:
d4a52b7a5dce0d124a70d3083bc046d9eee72406 2115
bandwidthd_2.0.1+cvs20090917-19.dsc
bb909df9c69c8ac873278aecb74427d2168882a6 50016
bandwidthd_2.0.1+cvs20090917-19.debian.tar.xz
cccc013085d9fb408870f29adaf919522136acf1 9467
bandwidthd_2.0.1+cvs20090917-19_source.buildinfo
Checksums-Sha256:
a8ad13254d761ad624a87b5aa422758356f9aa2260f41ed3c2f3ab2790ddf153 2115
bandwidthd_2.0.1+cvs20090917-19.dsc
dbbcda7dd89d1410a96dfcbf1f4d65b84a81086cd535786ffc2bd88316aed797 50016
bandwidthd_2.0.1+cvs20090917-19.debian.tar.xz
e5ffbb6f643f86074becaab71feb726112cdbb8820fc00277855ef52155d7552 9467
bandwidthd_2.0.1+cvs20090917-19_source.buildinfo
Files:
aa48d8b8ddfbca4a12b0b7c719c88836 2115 net optional
bandwidthd_2.0.1+cvs20090917-19.dsc
26077addd9fb6cb7dd2eeabfa5014c12 50016 net optional
bandwidthd_2.0.1+cvs20090917-19.debian.tar.xz
143bdf66496c44498166888ba71ba961 9467 net optional
bandwidthd_2.0.1+cvs20090917-19_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmoBbOARHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqqoRAAq90K8Ud6RBk6HIufCWJPtMF06O3+6rU9
HfEvSMU4mH4B7Ri11F0K1SYCAWXuDvqdwjhy3rGqOldfjH9vBfRjhNZ1VAbWNybn
1fpwmMQzlc1cGglvJozCs4VjomGbQ4ywH2iXFlqfOQxUhaEMW1Zv4fW3I9a2Sn5W
nJkVJN+NRtva5OwRNmDDnVbvlObPHQ8pNJUz5mD0dCdCXXIXk7CCG2n+n5qEMiaS
cxucOAbnao5RfOy6zDIwwkQZmpY2hfcVdzVJky1wwFVqFKDTsP3UqeK6goG7x5EQ
N1WE8Y1YBwhyVOisy6Ap3gx1CnX2BqlkY1+htHxq7ZSERHtrZuZls5pjnL2vH7Lw
IetVSQMuwvRzepuLu1CLrmKfToAeDVLxb57ZdCyfqQTJNbEsKRde6URzjNOsuU/w
vFO8Y1c7PkmQ+FnKxH9vk/SPphbC93kc/KeB0aCZX2MB68BAqLsSz+qkBvKJ85Xk
+Wp4vlYEQy5+UFIBNcX/dtktkI2bYgjuwGSrLoObil/jwRtHtLKax1RzIClUA5xU
NPoi72AhWJ1bXRJYy9cNwHClYG9lsQfdmGJ8gCiJt1T58TYulaH1n7WpNX+9TKTK
K1OO9Y0KzdyiSr53vFxW679cOdYpzR8+SixH/zlCvfFaIMQMxCayqVw2dhfoRQ+e
EV51XRVFi8w=
=SCSL
-----END PGP SIGNATURE-----
pgpNyMtSs_vPL.pgp
Description: PGP signature
--- End Message ---