pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Aug  9 12:47:41 UTC 2017

Modified Files:
        pkgsrc/mk/defaults: mk.conf

Log Message:
Add `Keywords:' comments to help the `help' target to find recent pkgsrc
security options.


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 pkgsrc/mk/defaults/mk.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.279 pkgsrc/mk/defaults/mk.conf:1.280
--- pkgsrc/mk/defaults/mk.conf:1.279    Thu Jul 27 04:10:30 2017
+++ pkgsrc/mk/defaults/mk.conf  Wed Aug  9 12:47:41 2017
@@ -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 @@ PKGSRC_USE_FORTIFY?= strong
 #      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 @@ PKGSRC_USE_RELRO?= no
 #      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 @@ PKGSRC_USE_SSP?= yes
 #      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