hardening-wrapper 2.5ubuntu1 source package in Ubuntu

Changelog

hardening-wrapper (2.5ubuntu1) trusty; urgency=medium

  * Merge with Debian; remaining changes:
    - Don't install a symlink for gold on architectures not having a gold port.
    - Stop installing links for GCC 4.2, 4.3, 4.5.
 -- Matthias Klose <email address hidden>   Wed, 18 Dec 2013 12:36:36 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hardening-wrapper_2.5ubuntu1.tar.gz 23.0 KiB 0aa7cf168e74e8d9f5ac8c02571be7c753e63889e572c05e5ac238b357e5d8a1
hardening-wrapper_2.5ubuntu1.dsc 1.2 KiB 1d8240a371f78e7763ccbcba727186c60595877369a12b7d1671a8261720fbf7

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.