pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/bozohttpd Add patch from mrg@ that removes superfl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fa0bb14516d
branches:  trunk
changeset: 469494:1fa0bb14516d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 24 13:39:57 2004 +0000

description:
Add patch from mrg@ that removes superfluous HTTP protocol lines
at the end of CGI script output. Bump PKGREVISION to 1.

diffstat:

 www/bozohttpd/Makefile         |   3 ++-
 www/bozohttpd/distinfo         |   3 ++-
 www/bozohttpd/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 0d9494d6f661 -r 1fa0bb14516d www/bozohttpd/Makefile
--- a/www/bozohttpd/Makefile    Tue Feb 24 10:02:23 2004 +0000
+++ b/www/bozohttpd/Makefile    Tue Feb 24 13:39:57 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2004/02/18 13:51:14 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2004/02/24 13:39:57 wiz Exp $
 #
 
 DISTNAME=      bozohttpd-20040218
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.bz2
diff -r 0d9494d6f661 -r 1fa0bb14516d www/bozohttpd/distinfo
--- a/www/bozohttpd/distinfo    Tue Feb 24 10:02:23 2004 +0000
+++ b/www/bozohttpd/distinfo    Tue Feb 24 13:39:57 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.29 2004/02/18 13:40:37 mrg Exp $
+$NetBSD: distinfo,v 1.30 2004/02/24 13:39:57 wiz Exp $
 
 SHA1 (bozohttpd-20040218.tar.bz2) = 849753fd96c75a2df7b7f79a0be329d52eabeaf9
 Size (bozohttpd-20040218.tar.bz2) = 31936 bytes
+SHA1 (patch-aa) = 5d1bddf262e3da18e461a952ebda2c4aa7c86906
diff -r 0d9494d6f661 -r 1fa0bb14516d www/bozohttpd/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/bozohttpd/patches/patch-aa    Tue Feb 24 13:39:57 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.11 2004/02/24 13:39:57 wiz Exp $
+
+--- bozohttpd.c.orig   Wed Feb 18 14:11:57 2004
++++ bozohttpd.c
+@@ -1988,8 +1988,6 @@ print_cgi_header:
+       } else
+               debug((DEBUG_OBESE, "process_cgi:  not-writing HTTP header .."));
+ 
+-      /* XXX we should be printing 200 here? */
+-      (void)bozoprintf("%s 200 Here it is\r\n", request->hr_proto);
+       debug((DEBUG_FAT, "process_cgi: going exec %s, %s %s %s",
+           path, argv[0], strornull(argv[1]), strornull(argv[2])));
+ 



Home | Main Index | Thread Index | Old Index