1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Download portaudit database from http://portaudit.FreeBSD.org/ instead

of http://www.FreeBSD.org/ports/portaudit/.

This is primarily done to work around bug in lighttpd on www.FreeBSD.org
where If-Modified-Since isn't handled correctly possibly resulting in
users behind web proxies getting an outdated version of the portaudit
database.

Bump portaudit version number.

Big thanks to the reporter for the detailed PR with good information
about reproducing the issue.

PR:		www/134505
Reported by:	Christian Ullrich <chris@chrullrich.net>
Prodding by:	remko, Christian Ullrich
This commit is contained in:
Simon L. B. Nielsen 2009-06-21 15:45:18 +00:00
parent 28c76ad3e4
commit bc09d4bcb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236417
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= portaudit
PORTVERSION= 0.5.12
PORTVERSION= 0.5.13
CATEGORIES= ports-mgmt security
DISTFILES=

View File

@ -39,7 +39,7 @@ portaudit_confs()
: ${portaudit_fetch_env=""}
: ${portaudit_fetch_cmd="fetch -1mp"}
: ${portaudit_sites="http://www.FreeBSD.org/ports/"}
: ${portaudit_sites="http://portaudit.FreeBSD.org/"}
: ${portaudit_fixed=""}

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 15, 2007
.Dd June 21, 2009
.Os
.Dt PORTAUDIT \&1 "FreeBSD ports collection"
.
@ -154,7 +154,7 @@ Print a vulnerability report for the current set of prebuild packages:
.
.Xr ports 7 ,
.Xr periodic.conf 5 ,
.Pa http://www.FreeBSD.org/ports/portaudit/ ,
.Pa http://portaudit.FreeBSD.org/ ,
.Pa http://www.FreeBSD.org/security/#adv ,
.Pa http://VuXML.FreeBSD.org/ .
.

View File

@ -13,7 +13,7 @@
#portaudit_fetch_cmd="fetch -1amp"
# specify a local mirror that generates databases with portaudit-db here
#portaudit_sites="http://www.FreeBSD.org/ports/"
#portaudit_sites="http://portaudit.FreeBSD.org/"
# this vulnerability has been fixed in your FreeBSD version
#portaudit_fixed="d2102505-f03d-11d8-81b0-000347a4fa7d"