blhc 0.13-4 source package in Ubuntu

Changelog

blhc (0.13-4) unstable; urgency=medium

  * debian/copyright: updated packaging copyright years.
  * debian/patches/020_add_D_FORTIFY_SOURCE_3.patch: created to add support to
    -D_FORTIFY_SOURCE=3. Thanks to Simon Ruderich <email address hidden>.
    (Closes: #1027084)

 -- Joao Eriberto Mota Filho <email address hidden>  Mon, 02 Jan 2023 16:55:29 -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
Lunar release universe utils

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blhc_0.13-4.dsc 2.0 KiB 0e360c01aa72b520f2542edcd5d5e452d4d41ac8bfe2f825ec353097b61c86b7
blhc_0.13.orig.tar.gz 71.5 KiB ab0d4788d22b706fe901a5f69b91200ffe51affae830616368c25e4c29510ed0
blhc_0.13.orig.tar.gz.asc 833 bytes ee4b26805bb09a687e6281600f8f99d66f19c5308e39eae4953aaef4cbf6f40a
blhc_0.13-4.debian.tar.xz 9.6 KiB 613b5119cb43b602d8dbd6128bb423b3436ac155f4c414a9864314b0af958357

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