summaryrefslogtreecommitdiff
path: root/security/audit-packages/files/audit-packages.8
diff options
context:
space:
mode:
authoragc <agc>2003-12-30 15:45:01 +0000
committeragc <agc>2003-12-30 15:45:01 +0000
commitdab00d6a4650112b02404d9d6c49d8e3df45ca9e (patch)
treeaffd45ce7b6b395c3d6caee58160dfd44ee70fd3 /security/audit-packages/files/audit-packages.8
parentde2757b9ec98bbd741fd37c5fa4a493fdab10d1e (diff)
downloadpkgsrc-dab00d6a4650112b02404d9d6c49d8e3df45ca9e.tar.gz
Pullup more forgiving functionality to the pkgsrc-2003Q4 branch, and also
incorporate the patches for an audit-packages.conf file. Requested by Jeremy Reed. PatchSet 46 Date: 2003/12/03 04:58:01 Author: martti Log: Updated audit-packages to 1.26 Added support for audit-packages.conf. This file can be used to define environment variables (e.g. FETCH_ARGS). Members: Makefile:1.34->1.35 files/audit-packages.8:1.3->1.4 files/download-vulnerability-list:1.21->1.22 --------------------- PatchSet 47 Date: 2003/12/03 09:31:01 Author: wiz Log: Bump date for previous. Fix typo. Members: files/audit-packages.8:1.4->1.5 --------------------- PatchSet 48 Date: 2003/12/11 17:10:21 Author: agc Log: 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. Members: Makefile:1.35->1.36 files/audit-packages:1.14->1.15
Diffstat (limited to 'security/audit-packages/files/audit-packages.8')
-rw-r--r--security/audit-packages/files/audit-packages.819
1 files changed, 17 insertions, 2 deletions
diff --git a/security/audit-packages/files/audit-packages.8 b/security/audit-packages/files/audit-packages.8
index dac6c8c4555..56c1b4e851f 100644
--- a/security/audit-packages/files/audit-packages.8
+++ b/security/audit-packages/files/audit-packages.8
@@ -1,5 +1,5 @@
-.\" $NetBSD: audit-packages.8,v 1.3 2003/09/16 14:50:47 grant Exp $
-.Dd September 16, 2003
+.\" $NetBSD: audit-packages.8,v 1.3.2.1 2003/12/30 15:45:01 agc Exp $
+.Dd December 3, 2003
.Os
.Dt AUDIT-PACKAGES 8
.Sh NAME
@@ -111,14 +111,22 @@ This can be changed by defining the environment variable
.Ev PKGVULNDIR
to the directory containing the vulnerabilities file.
.Sh ENVIRONMENT
+These variables can also be defined in the
+.Pa @PKG_SYSCONFDIR@/audit-packages.conf
+file.
+.Pp
.Bl -tag -width PKGVULNDIR
.It Ev PKGVULNDIR
Specifies the directory containing the
.Pa pkg-vulnerabilities
file.
+.It Ev FETCH_ARGS
+Specifies optional arguments for the ftp client.
.El
.Sh FILES
.Pa @PKGVULNDIR@/pkg-vulnerabilities
+.Pp
+.Pa @PKG_SYSCONFDIR@/audit-packages.conf
.\" .Sh EXAMPLES
.Sh EXAMPLES
The
@@ -136,6 +144,13 @@ can be run via
.Nx Ns 's
.Pa /etc/security.local
daily security script).
+.Pp
+The
+.Nm download-vulnerability-list
+command can be forced to use IPv4 with the following setting in
+.Pa @PKG_SYSCONFDIR@/audit-packages.conf :
+.Pp
+export FETCH_ARGS="-4"
.Sh SEE ALSO
.Xr pkg_info 1 ,
.Xr mk.conf 5 ,