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: nia
Date: Mon Sep 27 14:38:31 UTC 2021
Modified Files:
pkgsrc/mk/defaults: mk.conf
Log Message:
mk: ... and the docs for the defaults
To generate a diff of this commit:
cvs rdiff -u -r1.319 -r1.320 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.319 pkgsrc/mk/defaults/mk.conf:1.320
--- pkgsrc/mk/defaults/mk.conf:1.319 Mon Sep 27 14:31:55 2021
+++ pkgsrc/mk/defaults/mk.conf Mon Sep 27 14:38:31 2021
@@ -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 @@ PKGSRC_MKPIE?= yes
# 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 @@ PKGSRC_USE_RELRO?= full
# 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 @@ PKGSRC_USE_SSP?= strong
# 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