pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/flavor/pkg Remove old comment - this now does call ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a045c972047
branches: trunk
changeset: 540655:0a045c972047
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sat Apr 05 16:59:10 2008 +0000
description:
Remove old comment - this now does call audit-packages directly
diffstat:
mk/flavor/pkg/check.mk | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (19 lines):
diff -r 90963eecacc3 -r 0a045c972047 mk/flavor/pkg/check.mk
--- a/mk/flavor/pkg/check.mk Sat Apr 05 16:44:07 2008 +0000
+++ b/mk/flavor/pkg/check.mk Sat Apr 05 16:59:10 2008 +0000
@@ -1,14 +1,10 @@
-# $NetBSD: check.mk,v 1.7 2008/03/15 16:12:27 joerg Exp $
+# $NetBSD: check.mk,v 1.8 2008/04/05 16:59:10 adrianp Exp $
#
# _flavor-check-vulnerable:
# Checks for known vulnerabilities in the package without needing
# audit-packages to be installed.
#
-# XXX: This should really be invoking audit-packages directly.
-# Having separately maintained piece of code that inspects the
-# vulnerabilities database is poor.
-#
_flavor-check-vulnerable: .PHONY
${_PKG_SILENT}${_PKG_DEBUG} \
_PKGVULNDIR=`${AUDIT_PACKAGES} ${AUDIT_PACKAGES_FLAGS} -Q PKGVULNDIR`; \
Home |
Main Index |
Thread Index |
Old Index