ports/55864: [PATCH] www/bozohttpd: basic http authentication support

Nicolas Jombart ecu at ipv42.net
Fri Aug 22 12:40:16 UTC 2003


>Number:         55864
>Category:       ports
>Synopsis:       [PATCH] www/bozohttpd: basic http authentication support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 22 05:40:01 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Jombart
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD shiva.int.ipv42.net 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 29 12:39:22 CET 2003
>Description:
Bozohttpd has a basic authentication support (.htpasswd),
disabled by default. Add an compilation option to enable this.

Port maintainer (Janos.Mohacsi at bsd.hu) is cc'd. (thanks Janos)

Generated with FreeBSD Port Tools 0.25
>How-To-Repeat:
>Fix:

--- bozohttpd-20030622.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/bozohttpd/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	11 Jul 2003 04:52:11 -0000	1.5
+++ Makefile	22 Aug 2003 12:35:11 -0000
@@ -15,6 +15,11 @@
 
 USE_BZIP2=	YES
 
+.if defined(WITH_HTPASSWD_SUPPORT)
+CFLAGS+=	-DDO_HTPASSWD
+MAKE_ARGS+=	'LDFLAGS+= -lcrypt'
+.endif
+
 MAN8=		bozohttpd.8
 MANCOMPRESSED=	maybe
 
--- bozohttpd-20030622.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list