Bug 55401

Summary: mod_auth_digest for ports/www/apache13
Product: Ports & Packages Reporter: David Sze <sze.david>
Component: Individual Port(s)Assignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
apache13.mod_auth_digest.patch none

Description David Sze 2003-08-08 23:20:15 UTC
	Patch for ports/www/apache13 to compile and install the experimental
	mod_auth_digest, since according to

		http://httpd.apache.org/docs/howto/auth.html#digest

	the mod_digest that is already included implements and older version
	of the digest authentication spec, and does not work with newer
	browsers.

Fix: The following patch should be applied to the ports/www/apache13
	directory.  In addition to modifying Makefile and pkg-plist, the
	following two patches are added to the files/ directory:

		1. patch-src:modules:experimental:mod_auth_digest.c
		2. auth-digest-ie-patch

	The first is mandatory and renames the module export name from
	'digest_auth_module' to 'auth_digest_module' since the latter is
	what Apache's automatic install script expects.

	The second patch is optional (conditional on WITH_IE_AUTH_DIGEST_HACK)
	and is only required if Internet Explorer is being used with digest
	authentication and a website that uses query strings.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-08-09 06:46:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ache

Over to maintainer.
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2005-10-03 12:29:35 UTC
State Changed
From-To: open->closed

Please submit this sort of patches to apache developers. 
It involves too match internal changes. Port must not replace 
original program just port it.