[Midnightbsd-cvs] mports: www/tomcat55: Update to 5.5.27.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 18 10:33:29 EDT 2008


Log Message:
-----------
Update to 5.5.27.  Fixes two XSS vulnerabilities, RequestDispatcher information disclosure, and a unicode directory traversal vulnerabilitiy

Modified Files:
--------------
    mports/www/tomcat55:
        Makefile (r1.5 -> r1.6)
        distinfo (r1.5 -> r1.6)
        pkg-plist (r1.4 -> r1.5)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/www/tomcat55/pkg-plist,v
retrieving revision 1.4
retrieving revision 1.5
diff -L www/tomcat55/pkg-plist -L www/tomcat55/pkg-plist -u -r1.4 -r1.5
--- www/tomcat55/pkg-plist
+++ www/tomcat55/pkg-plist
@@ -1,4 +1,4 @@
- at comment $FreeBSD: ports/www/tomcat55/pkg-plist,v 1.22 2007/09/20 01:38:44 miwi Exp $
+ at comment $MidnightBSD$
 @unexec if cmp -s %D/%%T%%/conf/Catalina/localhost/host-manager.xml %D/%%T%%/conf/Catalina/localhost/host-manager.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/Catalina/localhost/host-manager.xml; else echo If permanently deleting this package, %D/%%T%%/conf/Catalina/localhost/host-manager.xml must be removed manually; fi
 @unexec if cmp -s %D/%%T%%/conf/Catalina/localhost/manager.xml %D/%%T%%/conf/Catalina/localhost/manager.xml.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/Catalina/localhost/manager.xml; else echo If permanently deleting this package, %D/%%T%%/conf/Catalina/localhost/manager.xml must be removed manually; fi
 @unexec if cmp -s %D/%%T%%/conf/catalina.policy %D/%%T%%/conf/catalina.policy.%%CONF_EXT%%; then rm -f %D/%%T%%/conf/catalina.policy; else echo If permanently deleting this package, %D/%%T%%/conf/catalina.policy must be removed manually; fi
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/tomcat55/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L www/tomcat55/Makefile -L www/tomcat55/Makefile -u -r1.5 -r1.6
--- www/tomcat55/Makefile
+++ www/tomcat55/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	tomcat
-PORTVERSION=	5.5.26
+PORTVERSION=	5.5.27
 CATEGORIES=	www java
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	tomcat/tomcat-5/v${PORTVERSION}/bin
@@ -15,6 +15,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Open-source Java web server by Apache, 5.5.x branch
+LICENSE=	apache2
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.4+
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/www/tomcat55/distinfo,v
retrieving revision 1.5
retrieving revision 1.6
diff -L www/tomcat55/distinfo -L www/tomcat55/distinfo -u -r1.5 -r1.6
--- www/tomcat55/distinfo
+++ www/tomcat55/distinfo
@@ -1,6 +1,3 @@
-MD5 (apache-tomcat-5.5.26.tar.gz) = d7d1ac1505a295ca304dc4e8b5bafdeb
-SHA256 (apache-tomcat-5.5.26.tar.gz) = 7b1c3c1017584f59d2b31f2a85ef2ee25de03e6e3b917642cef4d41450dcd8b0
-SIZE (apache-tomcat-5.5.26.tar.gz) = 6372195
-MD5 (apache-tomcat-5.5.26-compat.tar.gz) = 0374548c6990c05dcfae022a6066cded
-SHA256 (apache-tomcat-5.5.26-compat.tar.gz) = 301fb22c4fb0389adbe692afad9b2612e1737da9f520d0c1ca7052be99a54678
-SIZE (apache-tomcat-5.5.26-compat.tar.gz) = 1650793
+MD5 (apache-tomcat-5.5.27.tar.gz) = e576fed8ce66c32ee5295d5f7727b138
+SHA256 (apache-tomcat-5.5.27.tar.gz) = b1fa8816881963ce9486b0d45ed0d946cb98b9e04dbdc6fd31fc54b6af378aba
+SIZE (apache-tomcat-5.5.27.tar.gz) = 6478912


More information about the Midnightbsd-cvs mailing list