pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/check



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar  4 20:45:19 UTC 2018

Modified Files:
        pkgsrc/mk/check: check-relro.mk

Log Message:
mk/check/check-relro.mk: explain what RELRO means


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mk/check/check-relro.mk

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

Modified files:

Index: pkgsrc/mk/check/check-relro.mk
diff -u pkgsrc/mk/check/check-relro.mk:1.2 pkgsrc/mk/check/check-relro.mk:1.3
--- pkgsrc/mk/check/check-relro.mk:1.2  Wed Jul  5 15:49:00 2017
+++ pkgsrc/mk/check/check-relro.mk      Sun Mar  4 20:45:19 2018
@@ -1,6 +1,7 @@
-# $NetBSD: check-relro.mk,v 1.2 2017/07/05 15:49:00 khorben Exp $
+# $NetBSD: check-relro.mk,v 1.3 2018/03/04 20:45:19 rillig Exp $
 #
-# This file verifies that RELRO was applied accordingly at build-time.
+# This file verifies that RELRO (read-only relocations) was applied
+# accordingly at build-time.
 #
 # User-settable variables:
 #



Home | Main Index | Thread Index | Old Index