Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 12:47:06 +0200 (CEST)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65484: Maintainer update: www/bozohttpd to version 20040218
Message-ID:  <200404131047.i3DAl6iK002710@norfolk.ki.iif.hu>
Resent-Message-ID: <200404131050.i3DAoL23008090@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65484
>Category:       ports
>Synopsis:       Maintainer update: www/bozohttpd to version 20040218
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 13 03:50:20 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF
>Environment:
System: FreeBSD norfolk.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #10: Wed Mar 24 17:08:06 CET 2004 root@norfolk.ki.iif.hu:/usr/obj/usr/src/sys/NORFOLK i386

>Description:
	Maintainer update: www/bozohttpd to version 20040218
	original package changes: 
	- .bzredirect file support for sane directory redirection
	- SSL support
	- direct directory access support
	- same option changes
	port changes:
	- honors NO_CGI and WITH_SSL options to customize the bozohttpd 
	options
	- pkg-descr changes

>How-To-Repeat:
	Apply this diff.
>Fix:

diff -ruN bozohttpd.bak/Makefile bozohttpd/Makefile
--- bozohttpd.bak/Makefile	Mon Feb  9 09:10:21 2004
+++ bozohttpd/Makefile	Tue Apr 13 12:39:56 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bozohttpd
-PORTVERSION=	20031005
+PORTVERSION=	20040218
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.eterna.com.au/bozohttpd/
 
@@ -18,6 +18,19 @@
 .if defined(WITH_HTPASSWD_SUPPORT)
 CFLAGS+=	-DDO_HTPASSWD
 MAKE_ARGS+=	'LDFLAGS+= -lcrypt'
+.endif
+
+.if !defined(WITHOUT_SSL)
+USE_OPENSSL=	yes
+CFLAGS+=	-UNO_SSL_SUPPORT
+.else
+CFLAGS+=	-DNO_SSL_SUPPORT
+.endif
+
+.if defined(NO_CGI)
+CFLAGS+=	-DNO_CGIBIN_SUPPORT
+.else
+CFLAGS+=	-UNO_CGIBIN_SUPPORT
 .endif
 
 MAN8=		bozohttpd.8
diff -ruN bozohttpd.bak/distinfo bozohttpd/distinfo
--- bozohttpd.bak/distinfo	Thu Apr  1 09:23:51 2004
+++ bozohttpd/distinfo	Tue Apr 13 12:00:38 2004
@@ -1,2 +1,2 @@
-MD5 (bozohttpd-20031005.tar.bz2) = 24e6d27c016574e97a43384d9d504269
-SIZE (bozohttpd-20031005.tar.bz2) = 29304
+MD5 (bozohttpd-20040218.tar.bz2) = 66753d2968b1a4570901f235861841c1
+SIZE (bozohttpd-20040218.tar.bz2) = 31936
diff -ruN bozohttpd.bak/pkg-descr bozohttpd/pkg-descr
--- bozohttpd.bak/pkg-descr	Mon Sep  9 23:25:03 2002
+++ bozohttpd/pkg-descr	Tue Apr 13 12:38:50 2004
@@ -2,8 +2,9 @@
 is the lack of features, reducing the code size and improving verifiability.
 
 It supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations,
-virtual hosting support, as well as multiple IP-based servers on a
-single machine. it is capable of services pages via the IPv6 protocol.
-it has no configuration file by design.
+virtual hosting support, as well as multiple IP-based servers on a single
+machine. It is capable of services pages via the IPv6 protocol. It has no
+configuration file by design. Recently added features are htpasswd, SSL,
+and dynamic redirection, that can be easily disabled.
 
 WWW: http://www.eterna.com.au/bozohttpd/

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404131047.i3DAl6iK002710>