Module Name: src
Committed By: sevan
Date: Wed Sep 13 23:06:17 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Note veriexec(4) supported fingerprint algorithms change
To generate a diff of this commit:
cvs rdiff -u -r1.2313 -r1.2314 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.2313 src/doc/CHANGES:1.2314
--- src/doc/CHANGES:1.2313 Tue Sep 12 10:05:37 2017
+++ src/doc/CHANGES Wed Sep 13 23:06:17 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2313 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2314 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -58,3 +58,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
tcpdump(8): Import 4.9.2. [christos 20170908]
veriexecgen(8): drop support for MD5, SHA1, RMD160. [sevan 20170909]
itesio(4): Add support IT8728GF and IT877[12]E [hauke 20170814]
+ veriexec(4): drop support for VERIFIED_EXEC_FP_MD5, VERIFIED_EXEC_FP_SHA1,
+ and VERIFIED_EXEC_FP_RMD160 options. [sevan 20170913]