Teach bozohttpd some XML mime types (mozilla needs them).

Bump PKGREVISION.
This commit is contained in:
wiz 2003-09-22 08:38:17 +00:00
parent 0f0b2f9840
commit 7834b5da18
3 changed files with 18 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.33 2003/07/22 04:14:20 martti Exp $
# $NetBSD: Makefile,v 1.34 2003/09/22 08:38:17 wiz Exp $
#
DISTNAME= bozohttpd-20030626
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,4 +1,5 @@
$NetBSD: distinfo,v 1.25 2003/07/09 17:11:43 mrg Exp $
$NetBSD: distinfo,v 1.26 2003/09/22 08:38:17 wiz Exp $
SHA1 (bozohttpd-20030626.tar.bz2) = 9ea81e7810def0b4d587803cd7707008d5198baf
Size (bozohttpd-20030626.tar.bz2) = 26831 bytes
SHA1 (patch-aa) = 2c48c5d355625cc72f78300af2013873f05c18f7

View file

@ -0,0 +1,14 @@
$NetBSD: patch-aa,v 1.8 2003/09/22 08:38:59 wiz Exp $
--- bozohttpd.c.orig Wed Jul 9 17:53:47 2003
+++ bozohttpd.c
@@ -2092,6 +2092,9 @@ static struct content_map content_map[]
{ ".ice", "x-conference/x-cooltalk", "", "", NULL },
{ ".wrl", "x-world/x-vrml", "", "", NULL },
{ ".vrml", "x-world/x-vrml", "", "", NULL },
+ { ".xbel", "text/xml", "", "", NULL },
+ { ".xml", "text/xml", "", "", NULL },
+ { ".xsl", "text/xml", "", "", NULL },
{ NULL, NULL, NULL, NULL, NULL, },
};