Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2017 13:16:32 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r448095 - branches/2017Q3/www/axis2
Message-ID:  <201708171316.v7HDGWs7032397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Aug 17 13:16:31 2017
New Revision: 448095
URL: https://svnweb.freebsd.org/changeset/ports/448095

Log:
  MFH: r447729
  
  www/axis2: Update to 1.7.6, Fixes security vulnerability
  
  - Add TOMCAT85 as new option
  
  Changes:	http://axis.apache.org/axis2/java/core/release-notes/1.7.6.html
  
  Security:	c1265e85-7c95-11e7-93af-005056925db4
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q3/www/axis2/Makefile
  branches/2017Q3/www/axis2/distinfo
  branches/2017Q3/www/axis2/pkg-plist
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/www/axis2/Makefile
==============================================================================
--- branches/2017Q3/www/axis2/Makefile	Thu Aug 17 13:15:25 2017	(r448094)
+++ branches/2017Q3/www/axis2/Makefile	Thu Aug 17 13:16:31 2017	(r448095)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	axis2
-PORTVERSION=	1.7.5
+PORTVERSION=	1.7.6
 CATEGORIES=	www java
 MASTER_SITES=	APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
@@ -19,7 +19,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 
 OPTIONS_SINGLE=	AS
-OPTIONS_SINGLE_AS=	TOMCAT6 TOMCAT7
+OPTIONS_SINGLE_AS=	TOMCAT6 TOMCAT7 TOMCAT85
 OPTIONS_DEFAULT=	TOMCAT6
 
 OPTIONS_DEFINE=	EXAMPLES
@@ -29,6 +29,9 @@ TOMCAT6_RUN_DEPENDS+=	${APPHOME}/bin/bootstrap.jar:www
 
 TOMCAT7_VARS=	APPHOME=${LOCALBASE}/apache-tomcat-7.0
 TOMCAT7_RUN_DEPENDS+=	${APPHOME}/bin/bootstrap.jar:www/tomcat7
+
+TOMCAT85_VARS=	APPHOME=${LOCALBASE}/apache-tomcat-8.5
+TOMCAT85_RUN_DEPENDS+=	${APPHOME}/bin/bootstrap.jar:www/tomcat85
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+

Modified: branches/2017Q3/www/axis2/distinfo
==============================================================================
--- branches/2017Q3/www/axis2/distinfo	Thu Aug 17 13:15:25 2017	(r448094)
+++ branches/2017Q3/www/axis2/distinfo	Thu Aug 17 13:16:31 2017	(r448095)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495071325
-SHA256 (axis2-1.7.5-bin.zip) = 14fe5b267a5c2dee6d7ba7df3103d4764e9e5ff6ba49ed54b01ddacc397327d0
-SIZE (axis2-1.7.5-bin.zip) = 22755053
+TIMESTAMP = 1502238679
+SHA256 (axis2-1.7.6-bin.zip) = 2f9d7acfbe366930ef87c4dc5764cef2dda8464e467dcef5d4a8649e848405d5
+SIZE (axis2-1.7.6-bin.zip) = 22741359

Modified: branches/2017Q3/www/axis2/pkg-plist
==============================================================================
--- branches/2017Q3/www/axis2/pkg-plist	Thu Aug 17 13:15:25 2017	(r448094)
+++ branches/2017Q3/www/axis2/pkg-plist	Thu Aug 17 13:16:31 2017	(r448095)
@@ -74,9 +74,9 @@
 %%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-findbugs-6.0.jar
 %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-cli-1.2.jar
 %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-cli-LICENSE.txt
-%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-1.3.jar
+%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-1.2.jar
 %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-LICENSE.txt
-%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-1.3.1.jar
+%%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-1.3.3.jar
 %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-LICENSE.txt
 %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-httpclient-3.1.jar
 %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-httpclient-LICENSE.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708171316.v7HDGWs7032397>