Module Name: src
Committed By: sevan
Date: Fri Jul 13 18:49:44 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Give a heads up about ssh-agent path whitelist change.
To generate a diff of this commit:
cvs rdiff -u -r1.2408 -r1.2409 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2408 src/doc/CHANGES:1.2409
--- src/doc/CHANGES:1.2408 Thu Jul 12 21:42:53 2018
+++ src/doc/CHANGES Fri Jul 13 18:49:44 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2408 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2409 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -170,4 +170,6 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
gcc: add lsan the Leak Sanitizer [christos 20180626]
aarch64: Add support for SMP. [ryo 20180709]
viadrm(4): Removed, superseded by viadrmums. [maya 20180710]
+ ssh-agent(1): /usr/pkg/lib* whitelisted by default for PKCS11 related
+ libraries, in place of /usr/local/lib*. [sevan 20180710]
x86: Support for -static -pie binaries. [joerg 20180712]