blhc 0.13-5 source package in Ubuntu

Changelog

blhc (0.13-5) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.2.
  * debian/patches/030_fix-nvcc.patch: created to fix false positives when using
    nvcc. Thanks to Simon Ruderich <email address hidden>. (Closes: #1033027)

 -- Joao Eriberto Mota Filho <email address hidden>  Fri, 17 Mar 2023 14:24:18 -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
Mantic release universe utils

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blhc_0.13-5.dsc 2.0 KiB 8f572349fdacbfdea67d35cc28f1648554dee6c16a8a211bbb3317d66b50d666
blhc_0.13.orig.tar.gz 71.5 KiB ab0d4788d22b706fe901a5f69b91200ffe51affae830616368c25e4c29510ed0
blhc_0.13.orig.tar.gz.asc 833 bytes ee4b26805bb09a687e6281600f8f99d66f19c5308e39eae4953aaef4cbf6f40a
blhc_0.13-5.debian.tar.xz 10.7 KiB 4fea3dfce34a015b9eb3e3dace4b7b6bc08587add2d29de3f6d8007f7796cea9

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