package: src:lighttpd severity: important version: 1.4.33-1 tags: patch The attached patch enables all of the build hardening flags for lighttpd.
Best wishes, Mike
--- lighttpd-1.4.33/debian/rules 2013-10-15 19:42:23.000000000 +0000 +++ lighttpd-1.4.33/debian/rules 2014-03-13 01:51:45.000000000 +0000 @@ -3,6 +3,9 @@ # uncomment to enable verbose mode #export DH_VERBOSE=1 +# enable all hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ --with autotools_dev,systemd

