pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/defaults Add `Keywords:' comments to help the `help...
details: https://anonhg.NetBSD.org/pkgsrc/rev/494d9ae6f6e8
branches: trunk
changeset: 366281:494d9ae6f6e8
user: leot <leot%pkgsrc.org@localhost>
date: Wed Aug 09 12:47:41 2017 +0000
description:
Add `Keywords:' comments to help the `help' target to find recent pkgsrc
security options.
diffstat:
mk/defaults/mk.conf | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r c327d227cc2c -r 494d9ae6f6e8 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Wed Aug 09 12:23:50 2017 +0000
+++ b/mk/defaults/mk.conf Wed Aug 09 12:47:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.279 2017/07/27 04:10:30 schmonz Exp $
+# $NetBSD: mk.conf,v 1.280 2017/08/09 12:47:41 leot Exp $
#
# This file provides default values for variables that may be overridden
@@ -240,6 +240,8 @@
# weak: Pass -D_FORTIFY_SOURCE=1
# strong: Pass -D_FORTIFY_SOURCE=2
# Default: strong
+#
+# Keywords: fortify FORTIFY_SOURCE
PKGSRC_USE_RELRO?= no
# Link with RELRO by default (on supported platforms). This makes the
@@ -248,6 +250,8 @@
# no: Do not pass any flags for RELRO
# partial: Pass -Wl,-z,relro
# full: Pass -Wl,-z,relro -Wl,-z,now
+#
+# Keywords: relro
PKGSRC_USE_SSP?= yes
# Configure this to enable stack smashing protection (on supported platforms).
@@ -257,6 +261,8 @@
# strong: Pass -fstack-protector-strong
# all: Pass -fstack-protector-all
# Default: yes
+#
+# Keywords: ssp
PKGSRC_USE_STACK_CHECK?= no
# Configure this to enable stack boundary verification (on supported platforms).
Home |
Main Index |
Thread Index |
Old Index