Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2016 19:35:23 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r413956 - branches/2016Q2/textproc/apache-poi
Message-ID:  <201604241935.u3OJZN71033331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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