pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults mk: ... and the docs for the defaults



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10f81753596b
branches:  trunk
changeset: 458956:10f81753596b
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Sep 27 14:38:31 2021 +0000

description:
mk: ... and the docs for the defaults

diffstat:

 mk/defaults/mk.conf |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 2f560f5bce8d -r 10f81753596b mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Mon Sep 27 14:31:55 2021 +0000
+++ b/mk/defaults/mk.conf       Mon Sep 27 14:38:31 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.319 2021/09/27 14:31:55 nia Exp $
+# $NetBSD: mk.conf,v 1.320 2021/09/27 14:38:31 nia Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -239,7 +239,7 @@
 # Executables, on supported platforms). This option is necessary to fully
 # leverage ASLR as a mitigation for security vulnerabilities.
 # Possible: yes, no
-# Default: no
+# Default: yes
 
 PKGSRC_MKREPRO?= no
 # If no, do not alter the build process. Otherwise, try to build reproducibly.
@@ -278,6 +278,7 @@
 #      no:      Do not pass any flags for RELRO
 #      partial: Pass -Wl,-z,relro
 #      full:    Pass -Wl,-z,relro -Wl,-z,now
+# Default: full
 #
 # Keywords: relro
 
@@ -288,7 +289,7 @@
 #      yes:    Pass -fstack-protector
 #      strong: Pass -fstack-protector-strong
 #      all:    Pass -fstack-protector-all
-# Default: yes
+# Default: strong
 #
 # Keywords: ssp
 



Home | Main Index | Thread Index | Old Index