From owner-cvs-all@FreeBSD.ORG Sat Dec 20 13:19:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93B616A4CE; Sat, 20 Dec 2003 13:19:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B1143D58; Sat, 20 Dec 2003 13:19:09 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBKCZh0B035634; Sat, 20 Dec 2003 04:35:43 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBKCZhUj035633; Sat, 20 Dec 2003 04:35:43 -0800 (PST) (envelope-from edwin) Message-Id: <200312201235.hBKCZhUj035633@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 20 Dec 2003 04:35:43 -0800 (PST) To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_dav Makefile ports/www/mod_dav/files SYMLINK-dav_fs_repos.c SYMLINK-mod_dav.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 21:19:24 -0000 edwin 2003/12/20 04:35:43 PST FreeBSD ports repository Modified files: www/mod_dav Makefile Added files: www/mod_dav/files SYMLINK-dav_fs_repos.c SYMLINK-mod_dav.h Log: [patch] www/mod_dav - fix symlink problem While playing with mod_dav, I found out that it didn't follow symlinks properly. Looking through various mailinglists I found this patch by Mark Montague (markmont@umich.edu) I do not say we should include this patch by default, but if a knob called WITH_SYMLINK_PATCH could be made which adds these patches it would help people already. PR: ports/59163 Submitted by: Edwin Groothuis Approved by: maintainer timeout Revision Changes Path 1.12 +11 -0 ports/www/mod_dav/Makefile 1.1 +218 -0 ports/www/mod_dav/files/SYMLINK-dav_fs_repos.c (new) 1.1 +10 -0 ports/www/mod_dav/files/SYMLINK-mod_dav.h (new)