blhc 0.14+git20240421.5d2c338-1 source package in Ubuntu

Changelog

blhc (0.14+git20240421.5d2c338-1) unstable; urgency=medium

  * New upstream version 0.14+git20240421.5d2c338. (Closes: #1069576)
  * debian/tests/basic-positive: added -fstack-clash-protection to CFLAGS to
    fix errors from autopkgtest on i386, ppc64el and s390x.

 -- Joao Eriberto Mota Filho <email address hidden>  Tue, 23 Apr 2024 16:17:49 -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
Oracular release universe utils

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blhc_0.14+git20240421.5d2c338-1.dsc 2.0 KiB ce2cb9bc458db503c9eacd34d729ceb983106c7be39c1495da82113adaac2d3f
blhc_0.14+git20240421.5d2c338.orig.tar.gz 64.1 KiB 5c29b74d7771f68ed223849f772e8f64701a188b23a7bb72839a66664a54e59f
blhc_0.14+git20240421.5d2c338-1.debian.tar.xz 8.3 KiB 6ccc88df0b1f84960845a8721922a7e3426eb13d351a7f18f8a12f3c6adf1c62

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).