hardening-wrapper 2.5ubuntu2.1 source package in Ubuntu

Changelog

hardening-wrapper (2.5ubuntu2.1) trusty-proposed; urgency=medium

  [ Backport from 14.10 ]
  * hardened-cc: don't set -Wformat options if they are already set
    (LP: #1347257)
 -- Matthias Klose <email address hidden>   Tue, 07 Oct 2014 17:10:55 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty security main devel
Trusty updates main devel

Downloads

File Size SHA-256 Checksum
hardening-wrapper_2.5ubuntu2.1.tar.gz 23.4 KiB 19ce04f8b1f4f774d3c0480c6b1fd9fbe1aa6aa5ae95aa46a52f47335b957c86
hardening-wrapper_2.5ubuntu2.1.dsc 1.2 KiB d06fb6ad0c63c8aee4996467c54347dd08237573bb1dbca6aedd92ced6c7d5c4

Available diffs

View changes file

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.