Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2003 14:37:34 +0200 (CEST)
From:      Nicolas Jombart <ecu@ipv42.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Janos.Mohacsi@bsd.hu
Subject:   ports/55864: [PATCH] www/bozohttpd: basic http authentication support
Message-ID:  <20030822123734.0A609152C4@shiva.bouglou.net>
Resent-Message-ID: <200308221240.h7MCe19F013986@freefall.freebsd.org>

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

>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@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:



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