Skip to content
Snippets Groups Projects
Commit dd03ca29 authored by Russ Allbery's avatar Russ Allbery
Browse files

Enable bindnow hardening flags

parent c8913861
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ libheimdal-kadm5-perl (0.08-5) UNRELEASED; urgency=medium ...@@ -3,6 +3,7 @@ libheimdal-kadm5-perl (0.08-5) UNRELEASED; urgency=medium
* Build with current Heimdal. (Closes: #837628) * Build with current Heimdal. (Closes: #837628)
* Guard against a NULL mod_name in getModName and return undef. Thanks, * Guard against a NULL mod_name in getModName and return undef. Thanks,
Sergio Gelato. (Closes: #670517) Sergio Gelato. (Closes: #670517)
* Enable bindnow hardening flags.
* Fix spelling error in manual page caught by Lintian. * Fix spelling error in manual page caught by Lintian.
* Convert to a proper 3.0 (quilt) package with managed patches. * Convert to a proper 3.0 (quilt) package with managed patches.
* Contribute the package to the Debian Perl Group. * Contribute the package to the Debian Perl Group.
......
#!/usr/bin/make -f #!/usr/bin/make -f
# Enable some hardening flags.
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
%: %:
dh $@ dh $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment