Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: pkgsrc-changes
Date: 11/16/2005 20:59:23
Module Name: pkgsrc
Committed By: erh
Date: Wed Nov 16 20:59:23 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.mk bsd.prefs.mk
pkgsrc/mk/defaults: mk.conf
Log Message:
Improve the handling of allowed vulnerabilities. Instead of the single
ALLOW_VULNERABLE_PACKAGES settings that applies to all packages, there can
now be per-package lists of allowed vulnerability ids:
ALLOW_VULNERABILITIES.<pkgname>=<space separated list of vulnids>
To avoid duplication of code, audit-packages is now used to do these checks.
It can be skipped altogether by setting:
SKIP_AUDIT_PACKAGES=yes
To generate a diff of this commit:
cvs rdiff -r1.1751 -r1.1752 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.209 -r1.210 pkgsrc/mk/bsd.prefs.mk
cvs rdiff -r1.91 -r1.92 pkgsrc/mk/defaults/mk.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.