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:   jperkin
Date:           Mon Mar 23 09:25:58 UTC 2020

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

Log Message:
mk: Explain what SSP is, requested by rillig@.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mk/check/check-ssp.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-ssp.mk
diff -u pkgsrc/mk/check/check-ssp.mk:1.2 pkgsrc/mk/check/check-ssp.mk:1.3
--- pkgsrc/mk/check/check-ssp.mk:1.2    Mon Mar 23 09:24:35 2020
+++ pkgsrc/mk/check/check-ssp.mk        Mon Mar 23 09:25:58 2020
@@ -1,6 +1,7 @@
-# $NetBSD: check-ssp.mk,v 1.2 2020/03/23 09:24:35 jperkin Exp $
+# $NetBSD: check-ssp.mk,v 1.3 2020/03/23 09:25:58 jperkin Exp $
 #
-# This file verifies that SSP was applied accordingly at build-time.
+# This file verifies that stack-smashing protection, commonly known as SSP,
+# was applied correctly at build-time.
 #
 # User-settable variables:
 #



Home | Main Index | Thread Index | Old Index