From owner-cvs-all@FreeBSD.ORG Thu Nov 20 22:53:46 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 D23A616A4CE; Thu, 20 Nov 2003 22:53:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D0FC43FE1; Thu, 20 Nov 2003 22:53:46 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL6rkXJ049585; Thu, 20 Nov 2003 22:53:46 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL6rkbu049584; Thu, 20 Nov 2003 22:53:46 -0800 (PST) (envelope-from znerd) Message-Id: <200311210653.hAL6rkbu049584@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 20 Nov 2003 22:53:45 -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/jakarta-tomcat41 distinfo pkg-plist 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: Fri, 21 Nov 2003 06:53:47 -0000 znerd 2003/11/20 22:53:45 PST FreeBSD ports repository Modified files: www/jakarta-tomcat41 distinfo pkg-plist Log: Update port to version 4.1.29 In the process, fix the packing list to obtain a clean pkg_add/pkg_deinstall sequence (a number of empty directory where not created in previous versions) The generated package now includes directives to fix file/dir ownership after install, so that the installed tree is identical to what you obtain after 'make install' from the port. Summary of changes to Tomcat since 4.1.27: . The Coyote connector (HTTP/1.1 and AJP/1.3) has been upgraded to Coyote 1.1, which is the one used by Tomcat 5.0.x. . Upgrade distributed jars: DBCP (1.1) commons-modeler (1.1) Xerces (2.5.0) regexp (1.3). . Added support for nesting a Context Listener and a Webapp Loader within a DefaultContext. . Minor docs updates. . StandardContext: Fix reloading regression. . StandardDefaultContext: Fix support for defining ResourceLink . StandardWrapperValve: Fix infinite recursion when logging in certain cases . JNDIRealm: Many bugfixes (18698, 11678, 19864, 20518, . 14817, 22236), and allow multiple user patterns. . CGI Servlet: Bugfixes (22857, 22858). . WebDAV Servlet: Fix bad handling of the destinationPath URL. . SecurityClassLoad: Preload a few additional classes from Coyote. . MemoryUser: XML-escape the values when writing out the tomcat-users.xml file. Submitted by: Angelo Turetta PR: 58973 Revision Changes Path 1.14 +1 -1 ports/www/jakarta-tomcat41/distinfo 1.22 +17 -5 ports/www/jakarta-tomcat41/pkg-plist