pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/audit-packages Update audit-packages to versi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff67346d59e3
branches: trunk
changeset: 464509:ff67346d59e3
user: agc <agc%pkgsrc.org@localhost>
date: Thu Dec 11 17:10:21 2003 +0000
description:
Update audit-packages to version 1.27.
Difference from previous version (1.26):
+ if the vulnerability list is older than a week, just display a warning
message - don't consider this a fatal error.
diffstat:
security/audit-packages/Makefile | 4 ++--
security/audit-packages/files/audit-packages | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 9107716437b0 -r ff67346d59e3 security/audit-packages/Makefile
--- a/security/audit-packages/Makefile Thu Dec 11 16:33:25 2003 +0000
+++ b/security/audit-packages/Makefile Thu Dec 11 17:10:21 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2003/12/03 04:58:01 martti Exp $
+# $NetBSD: Makefile,v 1.36 2003/12/11 17:10:21 agc Exp $
-DISTNAME= audit-packages-1.26
+DISTNAME= audit-packages-1.27
WRKSRC= ${WRKDIR}
CATEGORIES= security pkgtools
MASTER_SITES= # empty
diff -r 9107716437b0 -r ff67346d59e3 security/audit-packages/files/audit-packages
--- a/security/audit-packages/files/audit-packages Thu Dec 11 16:33:25 2003 +0000
+++ b/security/audit-packages/files/audit-packages Thu Dec 11 17:10:21 2003 +0000
@@ -1,6 +1,6 @@
#! @SH@
#
-# $NetBSD: audit-packages,v 1.14 2003/10/18 10:16:57 agc Exp $
+# $NetBSD: audit-packages,v 1.15 2003/12/11 17:10:21 agc Exp $
#
# Copyright (c) 2000-2003 Alistair Crooks. All rights reserved.
#
@@ -44,7 +44,7 @@
case "$errmsg" in
"") # check for old vulnerabilities file
- [ -n "$(find $vuls -ctime +7)" ] && errmsg="** $vuls more than a week old"
+ [ -n "$(find $vuls -ctime +7)" ] && echo "*** WARNING - $vuls more than a week old, continuing..."
;;
esac
Home |
Main Index |
Thread Index |
Old Index