hello, minor update from 1.6.6 to 1.6.7 including the following changes:
- increase compression buffer up to 104% to avoid failure when output is larger than input - don't try to compress very large input (>4GB) built / packaged / passes tests on amd64, I don't actively use this anymore though so I have no real world tests. thanks, .jh
Index: pecl-lzf/Makefile =================================================================== RCS file: /cvs/ports/archivers/pecl-lzf/Makefile,v retrieving revision 1.20 diff -u -p -u -p -r1.20 Makefile --- pecl-lzf/Makefile 11 Dec 2018 12:33:26 -0000 1.20 +++ pecl-lzf/Makefile 20 Jan 2019 21:21:45 -0000 @@ -2,7 +2,7 @@ COMMENT = PHP support for LZF de/compression -DISTNAME = LZF-1.6.6 +DISTNAME = LZF-1.6.7 REVISION = 1 CATEGORIES = archivers MAINTAINER = Johan Huldtgren <[email protected]> Index: pecl-lzf/distinfo =================================================================== RCS file: /cvs/ports/archivers/pecl-lzf/distinfo,v retrieving revision 1.5 diff -u -p -u -p -r1.5 distinfo --- pecl-lzf/distinfo 6 Jul 2017 11:08:41 -0000 1.5 +++ pecl-lzf/distinfo 20 Jan 2019 21:21:45 -0000 @@ -1,2 +1,2 @@ -SHA256 (LZF-1.6.6.tgz) = IgXxZ7xCM0G4sZhZKVH3Lk9sKUzBD+EdhQTYKbrJIGM= -SIZE (LZF-1.6.6.tgz) = 17603 +SHA256 (LZF-1.6.7.tgz) = SBeNokQBl2+KxRiQUiKvZMAz9J8qUNgw5V3hP6gOj+A= +SIZE (LZF-1.6.7.tgz) = 17999
