Module Name: src
Committed By: jmmv
Date: Tue Jan 19 22:11:57 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note the addition of new security checks to daily.conf and security.conf
for packages.
To generate a diff of this commit:
cvs rdiff -u -r1.1345 -r1.1346 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.1345 src/doc/CHANGES:1.1346
--- src/doc/CHANGES:1.1345 Mon Jan 18 23:41:47 2010
+++ src/doc/CHANGES Tue Jan 19 22:11:57 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1345 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1346 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -524,3 +524,10 @@
tn3270: Removed from base [roy 20100116]
macppc: Add support for new-style kernel modules. [jmmv 20100118]
shark: Add support for new-style kernel modules. [jmmv 20100118]
+ daily.conf(5): Add fetch_pkg_vulnerabilities to keep the packages
+ vulnerabilities database up to date, if it exists.
+ [jmmv 20100119]
+ security.conf(5): Add check_pkg_vulnerabilities and
+ check_pkg_signatures to validate the installed packages
+ against the vulnerabilities database and the expected
+ checksums for their files. [jmmv 20100119]