ports/161217: [patch][maintainer-update] www/tomcat55: update to 5.5.34

Jason Helfman jhelfman at experts-exchange.com
Sun Oct 2 00:40:04 UTC 2011


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



More information about the freebsd-ports-bugs mailing list