File: control

package info (click to toggle)
hardening-wrapper 2.6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 196 kB
  • ctags: 81
  • sloc: perl: 495; makefile: 284; sh: 257; ansic: 85
file content (31 lines) | stat: -rw-r--r-- 1,371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: hardening-wrapper
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9), perl-base (>= 5.10)
Maintainer: Package Hardening <hardening-discuss@lists.alioth.debian.org>
Uploaders: Kees Cook <kees@debian.org>, Moritz Muehlenhoff <jmm@debian.org>
Standards-Version: 3.9.5
Homepage: http://wiki.debian.org/Hardening
Vcs-Bzr: http://anonscm.debian.org/bzr/hardening/master
Vcs-Browser: http://anonscm.debian.org/loggerhead/hardening/master/files/head:/hardening-wrapper/

Package: hardening-wrapper
Architecture: any
Multi-Arch: foreign
Depends: gcc | g++, ${perl:Depends}, ${misc:Depends}
Description: 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.

Package: hardening-includes
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends}, ${misc:Depends}, make, binutils
Description: 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.