From owner-svn-ports-branches@freebsd.org Thu Aug 17 13:16:33 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EAB9DE18B8; Thu, 17 Aug 2017 13:16:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5425071671; Thu, 17 Aug 2017 13:16:33 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7HDGWCl032400; Thu, 17 Aug 2017 13:16:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7HDGWs7032397; Thu, 17 Aug 2017 13:16:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708171316.v7HDGWs7032397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 17 Aug 2017 13:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r448095 - branches/2017Q3/www/axis2 X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2017Q3/www/axis2 X-SVN-Commit-Revision: 448095 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2017 13:16:33 -0000 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