~ubuntu-branches/ubuntu/trusty/hardening-wrapper/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-02-18 10:57:52 UTC
  • Revision ID: james.westby@ubuntu.com-20110218105752-e6wc0gymc73jufua
Tags: 1.32
* debian/rules, debian/hardening-wrapper.{prerm,preinst,postinst}:
  remove gcc-4.1 diversions since it has been removed from unstable.
* hardened-cc, hardening.make: add "-Werror=format-security" by default
  (Closes: #587358).
* tests/Makefile.common, tests/format.c: add test for newly added
  "-Werror=format-security" default option.
* hardened-cc, hardening.make: add "--param ssp-buffer-size=4" by
  default to catch smaller character arrays.
* tests/Makefile.common, tests/ssp-buffer-size-{protect,skip}.c:
  add tests for newly added "--param ssp-buffer-size=4" default.
* debian/README.Debian: updated to include newly added options.
* hardened-cc: disable -fstack-protector when -ffreestanding used.
* hardening.make: provide examples for working around build-time
  collisions between "-fPIE" and "-fPIC" (Closes: #596150).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
hardening-wrapper - gcc/g++/ld wrapper for security hardening options.
2
 
Copyright (C) 2007-2008 Canonical, Ltd.  Kees Cook <kees@ubuntu.com>
3
 
Copyright (C) 2009 Kees Cook <kees@debian.org>
 
2
Copyright (C) 2007-2008 Canonical, Ltd. Kees Cook <kees@ubuntu.com>
 
3
Copyright (C) 2009-2011 Kees Cook <kees@debian.org>
4
4
 
5
5
Available through Subversion at:
6
6
http://svn.debian.org/wsvn/hardening
17
17
 
18
18
This program is distributed in the hope that it will be useful,
19
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
21
GNU General Public License for more details.
22
22
 
23
23
You should have received a copy of the GNU General Public License along