blhc 0.10-2 source package in Ubuntu

Changelog

blhc (0.10-2) unstable; urgency=medium

  * debian/salsa-ci.yml: added to provide CI tests for Salsa.

 -- Joao Eriberto Mota Filho <email address hidden>  Mon, 21 Oct 2019 13:23:40 -0300

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blhc_0.10-2.dsc 1.8 KiB 0ca32591a14e6a635a298dde7a2493c1702b571cac8ff96f49b497a956f4e7f7
blhc_0.10.orig.tar.gz 67.3 KiB 60dbdfacb8a80b8da2b72cbe2fd5b352a22564762d5fa31ebf7d8bc3c11c0af9
blhc_0.10-2.debian.tar.xz 6.5 KiB 473cf20ae764bfbb57ee543bed8f3526bd78fe22ec340b189b31fa7247da3f90

Available diffs

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 for packaging, using dpkg-buildpackage like pbuilder or the
 official buildd build logs) to help maintainers detect missing hardening
 flags in their packages.
 .
 Only gcc is detected as compiler at the moment (but other compilers maybe
 supported).