summaryrefslogtreecommitdiff
path: root/security/audit-packages/MESSAGE
diff options
context:
space:
mode:
authoragc <agc>2003-09-02 10:20:27 +0000
committeragc <agc>2003-09-02 10:20:27 +0000
commit1f7370ebe9a9d30ca3d5d4c1d2c40778a0e08459 (patch)
tree9750e814b33bc16ca1a0e3ba6617b3d75c9e5ecb /security/audit-packages/MESSAGE
parentb9709a9b24b9655a2a85b02baaa19fc2b7dc0048 (diff)
downloadpkgsrc-1f7370ebe9a9d30ca3d5d4c1d2c40778a0e08459.tar.gz
Update audit-packages to 1.18.
Changes from previous version: + rely on an embedded sha1 digest to tell whether the vulnerabilities file has been damaged in transit or received successfully, rather than trusting that the file will not grow smaller + use the new filename "pkg-vulnerabilities" + use definitions from defs.${OPSYS}.mk in the download-vulnerability-list script + at installation time, don't rely on "ln -sf" to DTRT - explicitly call "rm -f" before attempting the symbolc link With thanks to seb@ for testing.
Diffstat (limited to 'security/audit-packages/MESSAGE')
-rw-r--r--security/audit-packages/MESSAGE5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/audit-packages/MESSAGE b/security/audit-packages/MESSAGE
index aeb6179539c..d4f12dbf3fe 100644
--- a/security/audit-packages/MESSAGE
+++ b/security/audit-packages/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:33 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2003/09/02 10:20:27 agc Exp $
You may wish to have the vulnerabilities file downloaded daily so that
it remains current. This may be done by adding an appropriate entry
@@ -8,7 +8,8 @@ to the root users crontab(5) entry. For example the entry
# download vulnerabilities file
0 3 * * * ${PREFIX}/sbin/download-vulnerability-list >/dev/null 2>&1
-will update the vulnerability list every day at 3AM.
+will update the vulnerability list every day at 3AM. You may wish to do
+this more often than once a day.
In addition, you may wish to run the package audit from the daily
security script. This may be accomplished by adding the following