diff options
author | agc <agc@pkgsrc.org> | 2004-01-01 23:36:42 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-01 23:36:42 +0000 |
commit | 5bb3a4ff0c61ff804a91570302f61924ec6716a5 (patch) | |
tree | 795ce051fbc4b9f541cfff6abd29b394aaf863bf /doc/CHANGES | |
parent | b9a6e0f227acdf98c4c9d13c7efb8804304ee873 (diff) | |
download | pkgsrc-5bb3a4ff0c61ff804a91570302f61924ec6716a5.tar.gz |
Update audit-packages to 1.28.
By popular demand, add a -v switch to audit-packages(8) which enables the
check for a package vulnerabilities file being unchanged for over 7 days.
To enable the check, -v must be specified on the command line:
% audit-packages
% audit-packages -v
*** WARNING - /usr/distfiles/pkg-vulnerabilities more than a week old, continuing...
%
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c24dc614f1d..8f04ecc5879 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4319 2004/01/01 21:46:55 cube Exp $ +$NetBSD: CHANGES,v 1.4320 2004/01/01 23:36:42 agc Exp $ Changes to the packages collection and infrastructure in 2004: @@ -16,3 +16,4 @@ Changes to the packages collection and infrastructure in 2004: Added sylpheed-claws-dillo-viewer-0.9.7 [cube 2004-01-01] Added sylpheed-claws-image-viewer-0.9.7 [cube 2004-01-01] Added sylpheed-claws-trayicon-0.9.7 [cube 2004-01-01] + Updated audit-packages to 1.28 [agc 2004-01-01] |