From owner-svn-ports-branches@freebsd.org Sun Apr 24 19:35:25 2016 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 01700B1BD09; Sun, 24 Apr 2016 19:35:25 +0000 (UTC) (envelope-from pi@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 D1B731A27; Sun, 24 Apr 2016 19:35:24 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3OJZOYV033333; Sun, 24 Apr 2016 19:35:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3OJZN71033331; Sun, 24 Apr 2016 19:35:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201604241935.u3OJZN71033331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 24 Apr 2016 19:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r413956 - branches/2016Q2/textproc/apache-poi X-SVN-Group: ports-branches 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.21 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: Sun, 24 Apr 2016 19:35:25 -0000 Author: pi Date: Sun Apr 24 19:35:23 2016 New Revision: 413956 URL: https://svnweb.freebsd.org/changeset/ports/413956 Log: textproc/apache-poi: 3.10.1 -> 3.14 Changes: http://poi.apache.org/changes.html - Fix for CVE-2014-3574 - Common: New version of ooxml-schema and ooxml-security jars which are linked to custom safe type loader - Common: OPC relation fix for multiple same named ids (#54916) - Common: Update third-party dependencies: commons-logging, commons-codec, xmlsec, bouncycastle - Excel: Allow to set multiple cell style properties at once (#58633) - Excel: Add API for inserting ignored warnings into XSSF sheets. This can be used e.g. to suppress 'number stored as text' warnings. (#56892) - Powerpoint: unify hyperlink handling - HSLF: various fixes for parsing and rendering - WMF: new API for WMF parsing and rendering (for Powerpoint) - XWPF: various fixes for handling paragraphs and tables PR: 207934 MFH: r413539 Submitted by: pfg Approved by: ports-secteam (feld) Security: CVE-2014-3574 Modified: branches/2016Q2/textproc/apache-poi/Makefile branches/2016Q2/textproc/apache-poi/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/textproc/apache-poi/Makefile ============================================================================== --- branches/2016Q2/textproc/apache-poi/Makefile Sun Apr 24 19:20:10 2016 (r413955) +++ branches/2016Q2/textproc/apache-poi/Makefile Sun Apr 24 19:35:23 2016 (r413956) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= poi -PORTVERSION= 3.10.1 +PORTVERSION= 3.14 CATEGORIES= textproc devel java MASTER_SITES= APACHE/${PORTNAME}/release/bin PKGNAMEPREFIX= apache- -DISTNAME= ${PORTNAME}-bin-${PORTVERSION}-${RELEASE_DATE} +DISTNAME= ${PORTNAME}-bin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Java API To Access Microsoft Format Files @@ -18,7 +18,7 @@ PORTDOCS= * USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes -RELEASE_DATE= 20140818 +RELEASE_DATE= 20160307 JARNAMES= examples excelant scratchpad ooxml ooxml-schemas WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar @@ -33,9 +33,9 @@ PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME} do-install: @${ECHO_MSG} -n ">> Installing JAR as ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${RELEASE_DATE}.jar..." - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar .for i in ${JARNAMES} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${i}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${i}.jar + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${i}-${PORTVERSION}-${RELEASE_DATE}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-${i}.jar .endfor @${ECHO_MSG} " [ DONE ]" @${ECHO_MSG} -n ">> Installing documentation in ${STAGEDIR}${DOCSDIR}/..." Modified: branches/2016Q2/textproc/apache-poi/distinfo ============================================================================== --- branches/2016Q2/textproc/apache-poi/distinfo Sun Apr 24 19:20:10 2016 (r413955) +++ branches/2016Q2/textproc/apache-poi/distinfo Sun Apr 24 19:35:23 2016 (r413956) @@ -1,2 +1,2 @@ -SHA256 (poi-bin-3.10.1-20140818.tar.gz) = 9b6b7fcb5e90fe128808e5ecee97ab911676fbd419df85f660417e216ca8045c -SIZE (poi-bin-3.10.1-20140818.tar.gz) = 16653077 +SHA256 (poi-bin-3.14.tar.gz) = 4aeef6a01d966510fb9d8e07faa04d8dfa6a87234beb4cd07619f914dd1b02ec +SIZE (poi-bin-3.14.tar.gz) = 19438466