| Summary: | www.freebsd.org does not correctly process If-Modified-Since requests | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Christian Ullrich <chris> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Christian Ullrich
2009-05-13 09:20:04 UTC
simon 2009-06-21 15:45:18 UTC
FreeBSD ports repository
Modified files:
ports-mgmt/portaudit Makefile
ports-mgmt/portaudit/files portaudit-cmd.sh portaudit.1
portaudit.conf
Log:
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
Revision Changes Path
1.25 +1 -1 ports/ports-mgmt/portaudit/Makefile
1.15 +2 -2 ports/ports-mgmt/portaudit/files/portaudit-cmd.sh
1.9 +3 -3 ports/ports-mgmt/portaudit/files/portaudit.1
1.7 +2 -2 ports/ports-mgmt/portaudit/files/portaudit.conf
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed This had been fixed by Simon. |