ports/58281: maintainer update to www/bozohttpd to version 20031005

Janos Mohacsi mohacsi at niif.hu
Mon Oct 20 14:30:17 UTC 2003


>Number:         58281
>Category:       ports
>Synopsis:       maintainer update to www/bozohttpd to version 20031005
>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:   Mon Oct 20 07:30:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
NIIF
>Environment:
System: FreeBSD norfolk.ki.iif.hu 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Wed Sep 24 06:43:56 CEST 2003 root at norfolk.ki.iif.hu:/usr/obj/usr/src/sys/NORFOLK i386

>Description:
Maintainer update to www/bozohttpd to version 20031005. 
Thank to Nicolas Jombart!

Changes: 
support for basic HTTP authentication thanks to Nicolas Jombart!

Package changes:
- basic authorisation fixes (Nicolas Jombart)
- display file size in directory index mode
- .xbel, .xml & .xsl -> text/xml mappings

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

diff -ruN bozohttpd.bak/Makefile bozohttpd/Makefile
--- bozohttpd.bak/Makefile	Fri Jul 11 06:52:11 2003
+++ bozohttpd/Makefile	Mon Oct 20 15:57:47 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bozohttpd
-PORTVERSION=	20030622
+PORTVERSION=	20031005
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.eterna.com.au/bozohttpd/
 
@@ -14,6 +14,11 @@
 COMMENT=	The bozotic HTTP server
 
 USE_BZIP2=	YES
+
+.if defined(WITH_HTPASSWD_SUPPORT)
+CFLAGS+=	-DDO_HTPASSWD
+MAKE_ARGS+=	'LDFLAGS+= -lcrypt'
+.endif
 
 MAN8=		bozohttpd.8
 MANCOMPRESSED=	maybe
diff -ruN bozohttpd.bak/distinfo bozohttpd/distinfo
--- bozohttpd.bak/distinfo	Fri Jul 11 06:52:11 2003
+++ bozohttpd/distinfo	Mon Oct 20 15:58:06 2003
@@ -1 +1 @@
-MD5 (bozohttpd-20030622.tar.bz2) = 7b00a2184a5fdf79ea35f63d119e5800
+MD5 (bozohttpd-20031005.tar.bz2) = 24e6d27c016574e97a43384d9d504269

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



More information about the freebsd-ports-bugs mailing list