Date: Thu, 20 Dec 2018 16:26:50 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487890 - head/archivers/pecl-lzf Message-ID: <201812201626.wBKGQoCA014334@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Thu Dec 20 16:26:50 2018 New Revision: 487890 URL: https://svnweb.freebsd.org/changeset/ports/487890 Log: Update to 1.6.7 Changelog: - increase compression buffer up to 104% to avoid failure when output is larger than input - don't try to compress very large input (>4GB) Sponsored by: Netzkommune GmbH Modified: head/archivers/pecl-lzf/Makefile head/archivers/pecl-lzf/distinfo Modified: head/archivers/pecl-lzf/Makefile ============================================================================== --- head/archivers/pecl-lzf/Makefile Thu Dec 20 16:18:08 2018 (r487889) +++ head/archivers/pecl-lzf/Makefile Thu Dec 20 16:26:50 2018 (r487890) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzf -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.7 CATEGORIES= archivers pear DISTNAME= ${PORTNAME:tu}-${PORTVERSION} Modified: head/archivers/pecl-lzf/distinfo ============================================================================== --- head/archivers/pecl-lzf/distinfo Thu Dec 20 16:18:08 2018 (r487889) +++ head/archivers/pecl-lzf/distinfo Thu Dec 20 16:26:50 2018 (r487890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496208063 -SHA256 (PECL/LZF-1.6.6.tgz) = 2205f167bc423341b8b198592951f72e4f6c294cc10fe11d8504d829bac92063 -SIZE (PECL/LZF-1.6.6.tgz) = 17603 +TIMESTAMP = 1545322777 +SHA256 (PECL/LZF-1.6.7.tgz) = 48178da24401976f8ac518905222af64c033f49f2a50d830e55de13fa80e8fe0 +SIZE (PECL/LZF-1.6.7.tgz) = 17999
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812201626.wBKGQoCA014334>