diff options
author | taca <taca@pkgsrc.org> | 2017-09-02 14:28:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-09-02 14:28:52 +0000 |
commit | 266e99bf4e093e7fbf6077edfb4a73106b95e9fd (patch) | |
tree | 2bdf890074c0e64d123c8bd1a896505a6576ed78 /textproc/php-excel | |
parent | 40f15f557c5c49162d6c100b608c09b314c67d15 (diff) | |
download | pkgsrc-266e99bf4e093e7fbf6077edfb4a73106b95e9fd.tar.gz |
Update php-excel to 1.8.1.
2015-04-30 (v1.8.1):
- Bugfix: (goncons) Work Item GH-397 - Fix for Writing an Open Document cell with non-numeric formula
- Bugfix: (sarciszewski) Work Item GH-329 - Avoid potential divide by zero in basedrawing
- Bugfix: (ymaerschalck) Work Item GH-405 - XML External Entity (XXE) Processing, different behaviour between simplexml_load_string() and simplexml_load_file().
- Bugfix: (MBaker) - Fix to ensure that current cell is maintained when executing formula calculations
- Bugfix: (MBaker) Work Item GH-350 - Keep/set the value on Reader _loadSheetsOnly as NULL, courtesy of Restless-ET
- Bugfix: (MBaker) Work Item CP18105 - Loading an Excel 2007 spreadsheet throws an "Autofilter must be set on a range of cells" exception
- Bugfix: (MBaker) Work Item GH-388 - Fix to autoloader registration for backward compatibility with PHP 5.2.0 not accepting the prepend flag
- Bugfix: (MBaker) Work Item GH-384 - DOM loadHTMLFile() failing with options flags when using PHP < 5.4.0
- Bugfix: (MBaker) - Fix for percentage operator in formulae for BIFF Writer
- Bugfix: (MBaker) - Fix to getStyle() call for cell object
- Bugfix: (MBaker) - Discard Autofilters in Excel2007 Reader when filter range isn't a valid range
- Bugfix: (frozenstupidity) Work Item GH-423 - Fix invalid NA return in VLOOKUP
- Bugfix: (wiseloren) Work Item CP21454 - "No Impact" conditional formatting fix for NumberFormat
- Bugfix: (bobwitlox) Work Item GH-467 - Bug in Excel2003XML reader, parsing merged cells
- Bugfix: (MBaker) Work Item GH-302 - Fix for CEIL() and FLOOR() when number argument is zero
- Bugfix: (MBaker) - Remove cells cleanly when calling RemoveRow() or RemoveColumn()
- General: (MBaker) - Small performance improvement for autosize columns
- General: (frost-nzcr4) Work Item GH-379 - Change the getter/setter for zeroHeight to camel case
- General: (MBaker) Work Item GH-394 - DefaultValueBinder is too much aggressive when converting string to numeric
- General: (MBaker) - Default precalculate formulas to false for writers
- General: (MBaker) - Set default Cyclic Reference behaviour to 1 to eliminate exception when using a single cyclic iteration in formulae
- General: (MBaker) Work Item GH-396 - Some Excel writer libraries erroneously use Codepage 21010 for UTF-16LE
- Feature: (WiktrzGE) Work Item GH-404 - Methods to manage most of the existing options for Chart Axis, Major Grid-lines and Minor Grid-lines
- Feature: (frost-nzcr4) Work Item GH-403 - ODS read/write comments in the cell
- Feature: (CQD) Work Item GH-389 - Additional Mac CJK codepage definitions
- Feature: (bolovincev) Work Item GH-269 - Update Worksheet.php getStyleByColumnAndRow() to allow a range of cells rather than just a single cell
- Feature: (MBaker) - New methods added for testing cell status within merge groups
- Feature: (cifren/MBaker) Work Item GH-205 - Handling merge cells in HTML Reader
- Feature: (MBaker) - Helper to convert basic HTML markup to a Rich Text object
- Feature: (MBaker) - Improved Iterators
New Column Iterator
Support for row and column ranges
Improved handling for next/prev
- Security: (MBaker) - XML filescan in XML-based Readers to prevent XML Entity Expansion (XEE)
(see http://projects.webappsec.org/w/page/13247002/XML%20Entity%20Expansion for an explanation of XEE injection) attacks
Reference CVE-2015-3542 - Identification of problem courtesy of Dawid Golunski (Pentest Ltd.)
Diffstat (limited to 'textproc/php-excel')
-rw-r--r-- | textproc/php-excel/Makefile | 4 | ||||
-rw-r--r-- | textproc/php-excel/PLIST | 14 | ||||
-rw-r--r-- | textproc/php-excel/distinfo | 10 |
3 files changed, 20 insertions, 8 deletions
diff --git a/textproc/php-excel/Makefile b/textproc/php-excel/Makefile index 671035b58a2..7184faad070 100644 --- a/textproc/php-excel/Makefile +++ b/textproc/php-excel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/07/31 00:00:32 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2017/09/02 14:28:52 taca Exp $ # -DISTNAME= 1.8.0 +DISTNAME= 1.8.1 PKGNAME= ${PHP_PKG_PREFIX}-excel-${DISTNAME} CATEGORIES= textproc MASTER_SITES= https://github.com/PHPOffice/PHPExcel/archive/ diff --git a/textproc/php-excel/PLIST b/textproc/php-excel/PLIST index 8b7e20e4b4b..41ad8b4b413 100644 --- a/textproc/php-excel/PLIST +++ b/textproc/php-excel/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2014/08/19 13:39:45 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/09/02 14:28:52 taca Exp $ share/examples/php${PKG_PHP_VERSION}-excel/01pharSimple.php +share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-ods.php share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-pdf.php share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-xls.php share/examples/php${PKG_PHP_VERSION}-excel/01simple-download-xlsx.php @@ -68,7 +69,10 @@ share/examples/php${PKG_PHP_VERSION}-excel/36chartreadwriteHTML.php share/examples/php${PKG_PHP_VERSION}-excel/36chartreadwritePDF.php share/examples/php${PKG_PHP_VERSION}-excel/37page_layout_view.php share/examples/php${PKG_PHP_VERSION}-excel/38cloneWorksheet.php +share/examples/php${PKG_PHP_VERSION}-excel/39dropdown.php share/examples/php${PKG_PHP_VERSION}-excel/40duplicateStyle.php +share/examples/php${PKG_PHP_VERSION}-excel/41password.php +share/examples/php${PKG_PHP_VERSION}-excel/42richText.php share/examples/php${PKG_PHP_VERSION}-excel/Excel2003XMLReader.php share/examples/php${PKG_PHP_VERSION}-excel/Excel2003XMLTest.xml share/examples/php${PKG_PHP_VERSION}-excel/GnumericReader.php @@ -212,12 +216,15 @@ share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/DefaultValueBinder.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/Hyperlink.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Cell/IValueBinder.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart.php +share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Axis.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/DataSeries.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/DataSeriesValues.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Exception.php +share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/GridLines.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Layout.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Legend.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/PlotArea.php +share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Properties.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Renderer/jpgraph.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Chart/Title.php @@ -311,7 +318,10 @@ share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/AutoFilter/Column.p share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/BaseDrawing.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/CellIterator.php +share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Column.php +share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/ColumnCellIterator.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/ColumnDimension.php +share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/ColumnIterator.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Drawing.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/HeaderFooter.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php @@ -320,6 +330,7 @@ share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/PageMargins.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/PageSetup.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Protection.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/Row.php +share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/RowCellIterator.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/RowDimension.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/RowIterator.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Worksheet/SheetView.php @@ -352,6 +363,7 @@ share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Excel5/Xf.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/Exception.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/HTML.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/IWriter.php +share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/OpenDocument.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/Core.php share/php${PKG_PHP_VERSION}-excel/Classes/PHPExcel/Writer/PDF/DomPDF.php diff --git a/textproc/php-excel/distinfo b/textproc/php-excel/distinfo index 30ee8e1b824..5be3ee73097 100644 --- a/textproc/php-excel/distinfo +++ b/textproc/php-excel/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/03/23 17:07:00 joerg Exp $ +$NetBSD: distinfo,v 1.3 2017/09/02 14:28:52 taca Exp $ -SHA1 (php-excel/1.8.0.tar.gz) = 8c09e3a6a1cabd1d0174866e0c2d2694f3b75435 -RMD160 (php-excel/1.8.0.tar.gz) = 04a4ce7c0301d77d522f1fe58a0b089d256b87b3 -SHA512 (php-excel/1.8.0.tar.gz) = 92a213517ac3a93ea58fc7bd8b7e161a39ca2f2e385963f9a4a836a4067104b80f7719b1b9aad84869be2e3c282a89d265aa4923c889428d4f9e1defb4f71158 -Size (php-excel/1.8.0.tar.gz) = 1751506 bytes +SHA1 (php-excel/1.8.1.tar.gz) = 55a7bd6db51c23c95d0f84891c1838ac8f213aea +RMD160 (php-excel/1.8.1.tar.gz) = 62e30a6d0944507f236cea72a1fe2cac32c948da +SHA512 (php-excel/1.8.1.tar.gz) = ad8763b912ae99995554590440e7e50c299223305e29c8c70e93de6ed4f153187cb9489675d471410fd26846ec28f2a3db533b252927fc8eef0faacd5a1485e9 +Size (php-excel/1.8.1.tar.gz) = 1783922 bytes |