1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

Update to 0.2.2

- correct some URLs
This commit is contained in:
Oliver Eikemeier 2004-06-25 12:39:35 +00:00
parent a77dbe0db0
commit 627e20be53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112235
8 changed files with 20 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= portaudit-db
PORTVERSION= 0.2.1
PORTVERSION= 0.2.2
CATEGORIES= security
DISTFILES=
@ -15,6 +15,8 @@ COMMENT= Creates a portaudit database from a current ports tree
RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
DEPENDS_ARGS+= WITHOUT_PYTHON=yes
DATABASEDIR?= ${AUDITFILE:H}
PLIST_SUB+= DATABASEDIR="${DATABASEDIR}"

View File

@ -54,7 +54,7 @@ STYLESHEET="%%DATADIR%%/vuxml2portaudit.xslt"
PUBLIC_HTML="${PUBLIC_HTML:-$HOME/public_html/portaudit}"
HTMLSHEET="%%DATADIR%%/vuxml2html.xslt"
BASEURL="${BASEURL:-http://people.freebsd.org/~eik/portaudit/}"
BASEURL="${BASEURL:-http://www.freebsd.org/ports/portaudit/}"
PORTAUDIT2VUXML="%%DATADIR%%/portaudit2vuxml.awk"

View File

@ -66,8 +66,8 @@
print " <description>"
print " <body xmlns=\"http://www.w3.org/1999/xhtml\">"
print " <p>Please <a href=\"mailto:security-officer@FreeBSD.org?subject=vid%20" UUID "\">contact"
print " the FreeBSD Security Officer</a> for more information.</p>"
print " <p>Please <a href=\"mailto:security@FreeBSD.org?subject=vid%20" UUID "\">contact"
print " the FreeBSD Security Team</a> for more information.</p>"
print " </body>"
print " </description>"
print " <references>"
@ -91,4 +91,5 @@
while (getline < XMLFILE) {
print
}
close(XMLFILE)
}

View File

@ -316,9 +316,9 @@ Usage:
portaudit makes no claim of authorship or ownership of any of the information contained herein.</p>
<p>
If you have found a vulnerability in a FreeBSD port not listed in the
database, please <a href="mailto:security-officer@FreeBSD.org?subject=vid%20{$vid}">contact the
FreeBSD Security Officer</a>. Refer to
<a href="http://www.freebsd.org/security/#sec">"FreeBSD Security
database, please <a href="mailto:security@FreeBSD.org?subject=vid%20{$vid}">contact
the FreeBSD Security Team</a>. Refer to
<a href="http://www.freebsd.org/security/#how">"FreeBSD Security
Information"</a> for more information.
</p>
<hr/>

View File

@ -6,7 +6,7 @@
#
PORTNAME= portaudit-db
PORTVERSION= 0.2.1
PORTVERSION= 0.2.2
CATEGORIES= security
DISTFILES=
@ -15,6 +15,8 @@ COMMENT= Creates a portaudit database from a current ports tree
RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
DEPENDS_ARGS+= WITHOUT_PYTHON=yes
DATABASEDIR?= ${AUDITFILE:H}
PLIST_SUB+= DATABASEDIR="${DATABASEDIR}"

View File

@ -54,7 +54,7 @@ STYLESHEET="%%DATADIR%%/vuxml2portaudit.xslt"
PUBLIC_HTML="${PUBLIC_HTML:-$HOME/public_html/portaudit}"
HTMLSHEET="%%DATADIR%%/vuxml2html.xslt"
BASEURL="${BASEURL:-http://people.freebsd.org/~eik/portaudit/}"
BASEURL="${BASEURL:-http://www.freebsd.org/ports/portaudit/}"
PORTAUDIT2VUXML="%%DATADIR%%/portaudit2vuxml.awk"

View File

@ -66,8 +66,8 @@
print " <description>"
print " <body xmlns=\"http://www.w3.org/1999/xhtml\">"
print " <p>Please <a href=\"mailto:security-officer@FreeBSD.org?subject=vid%20" UUID "\">contact"
print " the FreeBSD Security Officer</a> for more information.</p>"
print " <p>Please <a href=\"mailto:security@FreeBSD.org?subject=vid%20" UUID "\">contact"
print " the FreeBSD Security Team</a> for more information.</p>"
print " </body>"
print " </description>"
print " <references>"
@ -91,4 +91,5 @@
while (getline < XMLFILE) {
print
}
close(XMLFILE)
}

View File

@ -316,9 +316,9 @@ Usage:
portaudit makes no claim of authorship or ownership of any of the information contained herein.</p>
<p>
If you have found a vulnerability in a FreeBSD port not listed in the
database, please <a href="mailto:security-officer@FreeBSD.org?subject=vid%20{$vid}">contact the
FreeBSD Security Officer</a>. Refer to
<a href="http://www.freebsd.org/security/#sec">"FreeBSD Security
database, please <a href="mailto:security@FreeBSD.org?subject=vid%20{$vid}">contact
the FreeBSD Security Team</a>. Refer to
<a href="http://www.freebsd.org/security/#how">"FreeBSD Security
Information"</a> for more information.
</p>
<hr/>