Commit graph

872 commits

Author SHA1 Message Date
Wolfram Schneider
a4c99a9bbb The path for /favicon.ico must be absolute, otherwise CGI scripts with
a path info will fail (e.g. http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/adodb/ )
2010-12-29 13:08:41 +00:00
Wolfram Schneider
fefb995efd upgrade from FreeBSD 6 (sic!) to FreeBSD 9, PR #153319 2010-12-29 12:48:29 +00:00
Wolfram Schneider
7fcd1d8061 cpio(1) no longer supports -H tar, PR #152561 2010-12-27 12:30:56 +00:00
Wolfram Schneider
401c6eb7be add NetBSD 5.1 2010-11-22 21:24:40 +00:00
Simon L. B. Nielsen
8fb3387486 When enabling compression send 'gzip' as Content-Encoding instead of the
deprecated 'x-gzip'. Acording to RFC2616 clients should handle "x-gzip"
but it seems that at least some Android devices does not.

In general the webserver instead of the CGI should probably do
compression, but this is an easy fix.

PR:		www/152202
Reported by:	Tom Judge <tom@tomjudge.com>
2010-11-13 16:37:18 +00:00
Wolfram Schneider
32532cf026 add CentOS-5.5 2010-09-26 15:29:49 +00:00
Wolfram Schneider
f5bee74b4d don't display URLs in error message 2010-08-28 19:15:22 +00:00
Wolfram Schneider
3ded040939 check for valid mirror URLs 2010-08-28 18:54:09 +00:00
Wolfram Schneider
46ca4cb408 Add a OpenSearch plugin for latest FreeBSD RELEASE and Ports 2010-08-09 19:37:14 +00:00
Wolfram Schneider
b60675e254 FreeBSD 8.1 is the default release 2010-08-04 17:17:58 +00:00
Wolfram Schneider
e564a9b034 add FreeBSD Ports 8.1-RELEASE 2010-08-04 17:16:10 +00:00
Wolfram Schneider
0fe2277b17 Fix "RELEASE and Ports" config. PR: www/149093 2010-08-03 15:28:38 +00:00
Wolfram Schneider
4042207c2b do not search for quotes
Submitted by: Shunsuke Taniguchi
2010-07-26 10:30:51 +00:00
Hiroki Sato
853bd5b533 Add FreeBSD 8.1-RELEASE and 8.1-stable. 2010-07-23 23:44:33 +00:00
Hiroki Sato
90046dab37 Add FreeBSD-8.1-RELEASE. 2010-07-23 23:16:03 +00:00
Gavin Atkinson
5688e491f9 Add a "team" category for the monthly/quarterly reports.
Approved by:	danger
2010-07-17 18:02:12 +00:00
Wolfram Schneider
d2f41e5f35 add SuSE Linux/i386 11.3 2010-07-16 22:41:29 +00:00
Wolfram Schneider
1c5d90621f upgrade freebsd-stable7 links 2010-05-23 23:55:51 +00:00
Wolfram Schneider
f9b0336399 Add 'FreeBSD Ports 8.0-RELEASE' and 'FreeBSD Ports 7.3-RELEASE' manual pages 2010-05-23 23:18:58 +00:00
Wolfram Schneider
3d4c6ddc3b add OpenBSD 4.7 manual pages 2010-05-23 23:14:46 +00:00
Hiroki Sato
31cf034d20 Use 7.3-RELEASE directory for 7.3-stable temporarily. 2010-03-26 02:44:48 +00:00
Hiroki Sato
55a461f6aa Add 7.3R manpages. 2010-03-23 17:55:05 +00:00
Wolfram Schneider
8c3904654c fix date output
Submitted by: Robert Bonomi
2010-02-25 09:50:44 +00:00
Wolfram Schneider
57557b35c7 update copyright year 2009-12-31 16:37:18 +00:00
Wolfram Schneider
44202b5ec7 Happy New Year 2010! 2009-12-31 16:32:32 +00:00
Wolfram Schneider
61e84db4b2 add FreeBSD 8 and FreeBSD 9, update search for old releases 2009-12-21 17:59:03 +00:00
Wolfram Schneider
314fe16b1a update copyright 2009-12-21 11:10:20 +00:00
Wolfram Schneider
0bc138bec5 fix FreeBSD 8.0-stable manual path 2009-12-21 10:18:57 +00:00
Wolfram Schneider
b959d77af9 Add FreeBSD 9-current and FreeBSD 8.0-stable 2009-12-21 10:09:13 +00:00
Wolfram Schneider
fc58b62cf4 add upcoming FreeBSD 8.0-RELEASE manual pages 2009-11-23 18:45:05 +00:00
Wolfram Schneider
d8ef31116c configure manual sections for SuSE 2009-11-22 12:20:23 +00:00
Wolfram Schneider
48d1d0601d configure manual sections for CentOS 2009-11-22 12:05:08 +00:00
Wolfram Schneider
32ada4e45f Add CentOS 4.8 and CentOS 5.4 2009-11-22 11:44:59 +00:00
Wolfram Schneider
0902920b42 Add CentOS 3.9
the manpath=linux alias points to the latest SuSE release
2009-11-22 11:26:17 +00:00
Wolfram Schneider
4c1847d34b Add OpenBSD 4.6 2009-11-21 22:42:18 +00:00
Wolfram Schneider
4eca9e0376 add SuSE Linux/i386 11.1 and SuSE Linux/i386 11.2 2009-11-21 22:24:18 +00:00
Remko Lodder
48ed9b9fc1 Correct display of BASE64 attachements.
PR:		116594 [1], 132344 [2]
Submitted by:	edwin [1], David Horn [2]
Patch from:	gavin
2009-11-15 18:40:26 +00:00
Remko Lodder
3be0f136b2 Fix raw output of uu encoded files.
PR:		116257
Submitted by:	edwin
Patch by:	gavin
2009-11-15 16:28:32 +00:00
Remko Lodder
009ccbe65b Properly treat quoted-printable line continuations
PR:		www/127898
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs dot ru>
Tested by:	gavin
2009-11-15 12:08:18 +00:00
Simon L. B. Nielsen
a6fe60fd45 Add a note about what query-pr.web does. 2009-09-29 19:45:37 +00:00
Daniel Gerzo
97b89d51a6 - implement the new drop-down menu for CGI scripts too.
Reported by: f-andrey.blogspot.com
2009-07-08 08:22:51 +00:00
Wolfram Schneider
57e20a9980 add FreeBSD 7.2-RELEASE 2009-05-04 07:32:07 +00:00
Wolfram Schneider
1ec82df49f fix HTTP header for .tgz archive downloads. 2009-05-02 21:40:43 +00:00
Wolfram Schneider
83ad4b48e1 add X11R7.4 manual pages 2009-05-02 20:58:23 +00:00
Wolfram Schneider
b9fd14b881 add NetBSD 4.0.1, NetBSD 5.0 and OpenBSD 4.5 2009-05-02 19:56:34 +00:00
Daniel Gerzo
14b377aa5f - fix manpaths for 7.1-RELEASE
- create new category 'FreeBSD Ports'
- make 'ports' and 'freebsd ports' aliases point to 'FreeBSD Ports'

Reviewed by: hrs
2009-04-26 20:30:24 +00:00
Martin Wilke
cbea0cf7c6 - Bump the copyright year in the footer of cgi scripts. 2009-02-14 21:14:27 +00:00
Hiroki Sato
9a6fa73bdf Update to 7.1R. 2009-01-05 20:46:44 +00:00
Wolfram Schneider
ae80ab7900 Update FreeBSD 8-current pages. 2008-12-21 23:04:17 +00:00
Wolfram Schneider
9158fdcff9 Add FreeBSD 6.4 manual pages 2008-11-29 14:47:06 +00:00