aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-06-25 20:39:35 +0800
committereik <eik@FreeBSD.org>2004-06-25 20:39:35 +0800
commitab3ca01324a6d260f5353304f772cc73e6f4ed25 (patch)
treea7026d38ac8dc064794468a8ff342cd3eff55a5f /ports-mgmt
parent8f3dd672d88df0ea30225829d3d11c0884ec64bc (diff)
downloadfreebsd-ports-gnome-ab3ca01324a6d260f5353304f772cc73e6f4ed25.tar.gz
freebsd-ports-gnome-ab3ca01324a6d260f5353304f772cc73e6f4ed25.tar.zst
freebsd-ports-gnome-ab3ca01324a6d260f5353304f772cc73e6f4ed25.zip
Update to 0.2.2
- correct some URLs
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portaudit-db/Makefile4
-rw-r--r--ports-mgmt/portaudit-db/files/packaudit.sh2
-rw-r--r--ports-mgmt/portaudit-db/files/portaudit2vuxml.awk5
-rw-r--r--ports-mgmt/portaudit-db/files/vuxml2html.xslt6
4 files changed, 10 insertions, 7 deletions
diff --git a/ports-mgmt/portaudit-db/Makefile b/ports-mgmt/portaudit-db/Makefile
index 4d264698f890..b0bd360ef721 100644
--- a/ports-mgmt/portaudit-db/Makefile
+++ b/ports-mgmt/portaudit-db/Makefile
@@ -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}"
diff --git a/ports-mgmt/portaudit-db/files/packaudit.sh b/ports-mgmt/portaudit-db/files/packaudit.sh
index 6b04da904186..2734c4aa008c 100644
--- a/ports-mgmt/portaudit-db/files/packaudit.sh
+++ b/ports-mgmt/portaudit-db/files/packaudit.sh
@@ -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"
diff --git a/ports-mgmt/portaudit-db/files/portaudit2vuxml.awk b/ports-mgmt/portaudit-db/files/portaudit2vuxml.awk
index 46ba87ce3a35..c02929077d0a 100644
--- a/ports-mgmt/portaudit-db/files/portaudit2vuxml.awk
+++ b/ports-mgmt/portaudit-db/files/portaudit2vuxml.awk
@@ -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)
}
diff --git a/ports-mgmt/portaudit-db/files/vuxml2html.xslt b/ports-mgmt/portaudit-db/files/vuxml2html.xslt
index 4bc42d663757..2c892170292a 100644
--- a/ports-mgmt/portaudit-db/files/vuxml2html.xslt
+++ b/ports-mgmt/portaudit-db/files/vuxml2html.xslt
@@ -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/>