hardening-wrapper 2.5ubuntu3 source package in Ubuntu RTM

Changelog

hardening-wrapper (2.5ubuntu3) utopic; urgency=medium

  * hardened-cc: don't set -Wformat options if they are already set
    (LP: #1347257)
 -- Steve Beattie <email address hidden>   Thu, 24 Jul 2014 15:55:40 -0700

Upload details

Uploaded by:
Steve Beattie
Sponsored by:
Martin Pitt
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Downloads

File Size SHA-256 Checksum
hardening-wrapper_2.5ubuntu3.tar.xz 18.8 KiB 86f9234952444afb93acc5bf6281ec94b62076f462483693357c745923f99133
hardening-wrapper_2.5ubuntu3.dsc 1.9 KiB ca1d9c7983c194ad8f5e607547db619836a4946a32758c030285ca0f837ec48a

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.