From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 2 00:40:04 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98ADA106564A for ; Sun, 2 Oct 2011 00:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 68B4E8FC12 for ; Sun, 2 Oct 2011 00:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p920e4nH053333 for ; Sun, 2 Oct 2011 00:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p920e4nB053332; Sun, 2 Oct 2011 00:40:04 GMT (envelope-from gnats) Resent-Date: Sun, 2 Oct 2011 00:40:04 GMT Resent-Message-Id: <201110020040.p920e4nB053332@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A731C106566C for ; Sun, 2 Oct 2011 00:36:55 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 86A9F8FC15 for ; Sun, 2 Oct 2011 00:36:55 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 3CC346F4CA4 for ; Sat, 1 Oct 2011 17:36:55 -0700 (PDT) Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SlA3TCnoOHN7 for ; Sat, 1 Oct 2011 17:36:55 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 18F396F4B93 for ; Sat, 1 Oct 2011 17:36:55 -0700 (PDT) Received: (nullmailer pid 83094 invoked by uid 1001); Sun, 02 Oct 2011 00:35:38 -0000 Message-Id: <1317515738.241587.83093.nullmailer@experts-exchange.com> Date: Sat, 01 Oct 2011 17:35:38 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/161217: [patch][maintainer-update] www/tomcat55: update to 5.5.34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 00:40:04 -0000 >Number: 161217 >Category: ports >Synopsis: [patch][maintainer-update] www/tomcat55: update to 5.5.34 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 02 00:40:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to latest 5.5 branch for tomcat (5.5.34) Builds cleanly in tinderbox => http://jgh.devio.us/files/logs/tomcat-5.5.34.log Tested with application for validity. Add in fix for remote ssh restarts for log_args (when cronolog enabled). >How-To-Repeat: >Fix: Index: www/tomcat55/Makefile =================================================================== RCS file: /home/jhelfman/ncvs/ports/www/tomcat55/Makefile,v retrieving revision 1.63 diff -u -r1.63 Makefile --- www/tomcat55/Makefile 11 Sep 2011 12:04:20 -0000 1.63 +++ www/tomcat55/Makefile 1 Oct 2011 23:22:02 -0000 @@ -6,8 +6,7 @@ # PORTNAME= tomcat -PORTVERSION= 5.5.33 -PORTREVISION= 2 +PORTVERSION= 5.5.34 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tomcat/tomcat-5/v${PORTVERSION}/bin @@ -97,7 +96,7 @@ .if !( defined(WITH_CRONOLOG) || (WITH_CRONOLOG_DEVEL) ) LOG_ARGS?=">> \$${tomcat\%\%TOMCAT_VERSION\%\%_stdout_log} 2>> \$${tomcat\%\%TOMCAT_VERSION\%\%_stderr_log}" .else -LOG_ARGS?="2>\&1 | ${LOCALBASE}/sbin/cronolog --link \$${tomcat\%\%TOMCAT_VERSION\%\%_catalina_base}/logs/catalina.out \$${tomcat\%\%TOMCAT_VERSION\%\%_catalina_base}/logs/catalina.\%Y_\%m_\%d.out \&" +LOG_ARGS?="2>\&1 | ${LOCALBASE}/sbin/cronolog --link \$${tomcat\%\%TOMCAT_VERSION\%\%_catalina_base}/logs/catalina.out \$${tomcat\%\%TOMCAT_VERSION\%\%_catalina_base}/logs/catalina.\%Y_\%m_\%d.out >/dev/null 2>\&1 \&" .endif .if ( defined(WITH_CRONOLOG) && defined(WITH_CRONOLOG_DEVEL) ) Index: www/tomcat55/distinfo =================================================================== RCS file: /home/jhelfman/ncvs/ports/www/tomcat55/distinfo,v retrieving revision 1.27 diff -u -r1.27 distinfo --- www/tomcat55/distinfo 15 Feb 2011 07:22:27 -0000 1.27 +++ www/tomcat55/distinfo 1 Oct 2011 22:58:59 -0000 @@ -1,2 +1,2 @@ -SHA256 (apache-tomcat-5.5.33.tar.gz) = 47990518069cdffba2b8787a022bb7eacc4086d1432b2bf1da4e1ae4dfa2bc81 -SIZE (apache-tomcat-5.5.33.tar.gz) = 8205713 +SHA256 (apache-tomcat-5.5.34.tar.gz) = a4596ca4add467abb75aa42c3c44b0d4542d5f7ed6279a3ef29a1eccdbaf65b6 +SIZE (apache-tomcat-5.5.34.tar.gz) = 8735800 >Release-Note: >Audit-Trail: >Unformatted: