Date: Wed, 26 Feb 2020 05:05:24 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527151 - head/textproc/apache-poi Message-ID: <202002260505.01Q55O3w053856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Wed Feb 26 05:05:24 2020 New Revision: 527151 URL: https://svnweb.freebsd.org/changeset/ports/527151 Log: textproc/apache-poi: Update to 4.1.2. This release features better chart support in XDDF, various rendering fixes in the Common SL/EMF modules and OOM fixes when handling arbitrary slide indexes in XSLF (+ a new dependency to SparseBitSet 1.2). Several dependencies were also updated to their latest versions to pick up security fixes and other improvements. Approved by: thierry (mentor, implicit) Modified: head/textproc/apache-poi/Makefile head/textproc/apache-poi/distinfo Modified: head/textproc/apache-poi/Makefile ============================================================================== --- head/textproc/apache-poi/Makefile Wed Feb 26 04:58:12 2020 (r527150) +++ head/textproc/apache-poi/Makefile Wed Feb 26 05:05:24 2020 (r527151) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= poi -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= textproc devel java MASTER_SITES= APACHE/${PORTNAME}/release/bin PKGNAMEPREFIX= apache- @@ -20,7 +20,7 @@ CPE_VENDOR= apache USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes -RELEASE_DATE= 20191023 +RELEASE_DATE= 20200217 JARNAMES= examples excelant scratchpad ooxml ooxml-schemas WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/textproc/apache-poi/distinfo ============================================================================== --- head/textproc/apache-poi/distinfo Wed Feb 26 04:58:12 2020 (r527150) +++ head/textproc/apache-poi/distinfo Wed Feb 26 05:05:24 2020 (r527151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572125535 -SHA256 (poi-bin-4.1.1-20191023.tar.gz) = 855f5cb602a1e68a11507147bb7d81eb9a6d6f7ff11535699221db068e2f290a -SIZE (poi-bin-4.1.1-20191023.tar.gz) = 29492705 +TIMESTAMP = 1582693225 +SHA256 (poi-bin-4.1.2-20200217.tar.gz) = b869ffc376e8c5d2989bade5d415bc5843db3d0a8f17e56e242f9b520a848643 +SIZE (poi-bin-4.1.2-20200217.tar.gz) = 29846907
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002260505.01Q55O3w053856>