Date: Fri, 19 May 2017 01:03:57 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441205 - head/www/axis2 Message-ID: <201705190103.v4J13v1I028263@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Fri May 19 01:03:57 2017 New Revision: 441205 URL: https://svnweb.freebsd.org/changeset/ports/441205 Log: www/axis2: Update to 1.7.5 Maintenance release that includes fixes for several issues, including a local file inclusion vulnerability (AXIS2-5846). Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.5.html Approved by: garga (mentor) MFH: 2017Q2 Differential Revision: https://reviews.freebsd.org/D10784 Modified: head/www/axis2/Makefile head/www/axis2/distinfo head/www/axis2/pkg-plist Modified: head/www/axis2/Makefile ============================================================================== --- head/www/axis2/Makefile Thu May 18 23:22:00 2017 (r441204) +++ head/www/axis2/Makefile Fri May 19 01:03:57 2017 (r441205) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= axis2 -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= www java MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin Modified: head/www/axis2/distinfo ============================================================================== --- head/www/axis2/distinfo Thu May 18 23:22:00 2017 (r441204) +++ head/www/axis2/distinfo Fri May 19 01:03:57 2017 (r441205) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477438541 -SHA256 (axis2-1.7.4-bin.zip) = 84da15ac8bfe1ddf16078052cb41fc6304ef1b2f8ada86fcfcc48adcba297e0e -SIZE (axis2-1.7.4-bin.zip) = 22701868 +TIMESTAMP = 1495071325 +SHA256 (axis2-1.7.5-bin.zip) = 14fe5b267a5c2dee6d7ba7df3103d4764e9e5ff6ba49ed54b01ddacc397327d0 +SIZE (axis2-1.7.5-bin.zip) = 22755053 Modified: head/www/axis2/pkg-plist ============================================================================== --- head/www/axis2/pkg-plist Thu May 18 23:22:00 2017 (r441204) +++ head/www/axis2/pkg-plist Fri May 19 01:03:57 2017 (r441205) @@ -1,3 +1,4 @@ +%%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/DEPENDENCIES %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/LICENSE %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/NOTICE %%APPHOME%%/webapps/axis2/WEB-INF/classes/commons-logging.properties @@ -116,7 +117,7 @@ %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-2.2.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-1.3.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-1.3.8.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-bind-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-bind-LICENSE.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705190103.v4J13v1I028263>