hardening-wrapper 1.36 source package in Ubuntu

Changelog

hardening-wrapper (1.36) unstable; urgency=low


  * hardening-check: fix function-finder to accept IFUNC too, improve
    reporting slightly, improve manpage to explain false alarms.

 -- Kees Cook <email address hidden>  Fri, 27 Jan 2012 12:07:45 -0800

Upload details

Uploaded by:
Package Hardening
Uploaded to:
Sid
Original maintainer:
Package Hardening
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hardening-wrapper_1.36.dsc 1.8 KiB 4b099072d9461385bb9959c3fc8698a4f9661c3319f9ca711f413773d3982ac6
hardening-wrapper_1.36.tar.gz 19.0 KiB 4511a933ca257de369c11fb458d47e391422df91ec0c4ada2c30bd8a247de191

Available diffs

No changes file available.

Binary packages built by this source

hardening-includes: Makefile for enabling compiler flags for security hardening

 Makefile to be included in Debian rules files. CFLAGS and LDFLAGS
 can be extended to include the respective HARDENING_* variables which
 contain architecture-validated security hardening compiler options.
 .
 Also includes the "hardening-check" script to help evaluate the hardening
 status of already compiled binaries.

hardening-wrapper: Compiler wrapper to enable security hardening flags

 Replaces gcc, g++, and ld with wrapper scripts that set security hardening
 compilation flags, as an alternative to changing gcc specs. Enabled when
 DEB_BUILD_HARDENING=1 is set.