diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-11-03 04:01:31 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-11-03 04:01:31 +0800 |
commit | d6eb88969e348e9b6127a63f6dab4d2ff6e34f5a (patch) | |
tree | fff6797e92d48b34bf98661d511e5bfa6e44715b /CHANGES | |
parent | eaac974dfb471f8653eda7827b8b6f32d5932792 (diff) | |
download | freebsd-ports-gnome-d6eb88969e348e9b6127a63f6dab4d2ff6e34f5a.tar.gz freebsd-ports-gnome-d6eb88969e348e9b6127a63f6dab4d2ff6e34f5a.tar.zst freebsd-ports-gnome-d6eb88969e348e9b6127a63f6dab4d2ff6e34f5a.zip |
- Enable SSP by default.
This is the culmination of years of work and testing including work by jlh@.
This will enable SSP by default for all amd64 releases, and i386 releases
10.0 and over.
With hat: portmgr
Tested by: multiple exp-runs, CFT package repository, CFT ports
Discussed with: bapt, antoine
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20141102: +AUTHOR: bdrewery@FreeBSD.org + + SSP is now default. This can be disabled with WITHOUT_SSP. + SSP_CFLAGS defaults to -fstack-protector. + SSP will be used on all amd64 releases. It will only be used on i386 + releases over 10.0. + 20141007: AUTHOR: mat@FreeBSD.org |