blhc 0.07+20161116+gitbf41976-1 source package in Ubuntu

Changelog

blhc (0.07+20161116+gitbf41976-1) unstable; urgency=medium

  * New upstream snapshot. ACK NMU, thanks to
    Joao Eriberto Mota Filho.
  * debian/compat
    - Update to 10.
  * debian/control
    - (Build-Depends): use debhelper 10.
  * debian/patches
    - (10_support-dpkg-debarch-to-debtuple.patch): Drop. Included.

 -- Jari Aalto <email address hidden>  Sun, 08 Jan 2017 13:22:32 +0200

Upload details

Uploaded by:
Jari Aalto
Uploaded to:
Sid
Original maintainer:
Jari Aalto
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blhc_0.07+20161116+gitbf41976-1.dsc 1.9 KiB 9669b6bef50d202a3c8235e535fbe86a1ddc351514d6928a10f1339ae903649f
blhc_0.07+20161116+gitbf41976.orig.tar.gz 49.8 KiB c0851f994c9e47ffe0dc4face3c8b40b98ebd162431ad493efa9f587704f46ae
blhc_0.07+20161116+gitbf41976-1.debian.tar.xz 3.4 KiB 1e9bd77defc51968e4e5bb86aff8b4bd055067f84ec9d9b1e8d9135a69b71efd

No changes file available.

Binary packages built by this source

blhc: build log hardening check

 Perl tool which checks build logs for missing hardening
 flags. Hardening flags enable additional security features in the
 compiler to prevent e.g. stack overflows, format string
 vulnerabilities, GOT overwrites, etc. See e.g.
 <http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags>.
 .
 Because most build systems are quite complicated there are many
 places where compiler flags from the environment might be ignored.
 The parser verifies that all compiler commands use the correct
 hardening flags and thus all hardening features are correctly used.
 .
 It's designed to check build logs generated by Debian's
 dpkg-buildpackage (or tools using dpkg-buildpackage like pbuilder or
 the official buildd build logs) to help maintainers detect missing
 hardening flags in their packages.