diff options
author | agc <agc@pkgsrc.org> | 2000-09-19 19:29:11 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-09-19 19:29:11 +0000 |
commit | 3013e4b63362c0eb6e618bdf5385264f52589575 (patch) | |
tree | a352e40e1130688325b980083ce209695787a9c2 /templates | |
parent | 3f0a31c111353be7e4de6cc0e1ea21c45a40a065 (diff) | |
download | pkgsrc-3013e4b63362c0eb6e618bdf5385264f52589575.tar.gz |
Add the glue for showing any security vulnerabilities to the README.html
files.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.pkg | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/templates/README.pkg b/templates/README.pkg index 7b5c7f6b324..7ea97e17ec0 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<!-- $NetBSD: README.pkg,v 1.14 2000/05/31 22:16:17 wiz Exp $ --> +<!-- $NetBSD: README.pkg,v 1.15 2000/09/19 19:29:11 agc Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%PORT%%</title> @@ -29,14 +29,28 @@ longer description, or browse the package's <p>The package is located in the "<A HREF=".">%%PORT%%</A>" -directory. It can be manipulated using the packaging tools, -working on the +directory. +The current source version of the package is "%%PKG%%" -package. For a summary on how to use the package collection, go to the <a href="../../README.html">top of the packages tree</a>. </p> +<P> +The following security vulnerabilities are known for %%PORT%% +%%VULDATE%% +: +<UL> +%%VULNERABILITIES%% +</UL> +If you have a vulnerable package installed on any machine, you are +advised to remove the package +immediately, using the standard package tools. +The <a href="../../security/audit-packages/README.html">audit-packages</a> +package locates any installed package which has been mentioned in security +advisories as being vulnerable. +</P> + <p> This package requires the following package(s) to build: |