pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/bozohttpd Add MIME type for bittorrent files. PKGR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/62f5139503c8
branches: trunk
changeset: 469908:62f5139503c8
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 02 17:25:36 2004 +0000
description:
Add MIME type for bittorrent files. PKGREVISION=2.
diffstat:
www/bozohttpd/Makefile | 4 ++--
www/bozohttpd/distinfo | 4 ++--
www/bozohttpd/patches/patch-aa | 10 +++++++++-
3 files changed, 13 insertions(+), 5 deletions(-)
diffs (46 lines):
diff -r ae38fd8f6a75 -r 62f5139503c8 www/bozohttpd/Makefile
--- a/www/bozohttpd/Makefile Tue Mar 02 16:44:47 2004 +0000
+++ b/www/bozohttpd/Makefile Tue Mar 02 17:25:36 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2004/02/24 13:39:57 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2004/03/02 17:25:36 wiz Exp $
#
DISTNAME= bozohttpd-20040218
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
diff -r ae38fd8f6a75 -r 62f5139503c8 www/bozohttpd/distinfo
--- a/www/bozohttpd/distinfo Tue Mar 02 16:44:47 2004 +0000
+++ b/www/bozohttpd/distinfo Tue Mar 02 17:25:36 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2004/02/24 13:39:57 wiz Exp $
+$NetBSD: distinfo,v 1.31 2004/03/02 17:25:36 wiz Exp $
SHA1 (bozohttpd-20040218.tar.bz2) = 849753fd96c75a2df7b7f79a0be329d52eabeaf9
Size (bozohttpd-20040218.tar.bz2) = 31936 bytes
-SHA1 (patch-aa) = 5d1bddf262e3da18e461a952ebda2c4aa7c86906
+SHA1 (patch-aa) = f78b27a634dd59c9bdae9ce7d97b4187234bfe2d
diff -r ae38fd8f6a75 -r 62f5139503c8 www/bozohttpd/patches/patch-aa
--- a/www/bozohttpd/patches/patch-aa Tue Mar 02 16:44:47 2004 +0000
+++ b/www/bozohttpd/patches/patch-aa Tue Mar 02 17:25:36 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.11 2004/02/24 13:39:57 wiz Exp $
+$NetBSD: patch-aa,v 1.12 2004/03/02 17:25:36 wiz Exp $
--- bozohttpd.c.orig Wed Feb 18 14:11:57 2004
+++ bozohttpd.c
@@ -11,3 +11,11 @@
debug((DEBUG_FAT, "process_cgi: going exec %s, %s %s %s",
path, argv[0], strornull(argv[1]), strornull(argv[2])));
+@@ -2291,6 +2289,7 @@ static struct content_map content_map[]
+ { ".ppt", "application/powerpoint", "", "", NULL },
+ { ".rtf", "application/rtf", "", "", NULL },
+ { ".bcpio", "application/x-bcpio", "", "", NULL },
++ { ".torrent", "application/x-bittorrent", "", "", NULL },
+ { ".vcd", "application/x-cdlink", "", "", NULL },
+ { ".cpio", "application/x-cpio", "", "", NULL },
+ { ".csh", "application/x-csh", "", "", NULL },
Home |
Main Index |
Thread Index |
Old Index