Date: Sat, 19 Sep 2020 01:22:04 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548933 - branches/2020Q3/archivers/brotli Message-ID: <202009190122.08J1M4tV050411@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Sat Sep 19 01:22:04 2020 New Revision: 548933 URL: https://svnweb.freebsd.org/changeset/ports/548933 Log: MFH: r546350 Update from 1.0.7 to 1.0.9. <Security note> Please consider updating brotli to version 1.0.9 (latest). Version 1.0.9 contains a fix to "integer overflow" problem. This happens when "one-shot" decoding API is used (or input chunk for streaming API is not limited), input size (chunk size) is larger than 2GiB, and input contains uncompressed blocks. After the overflow happens, `memcpy` is invoked with a gigantic `num` value, that will likely cause the crash. </Security note> Approved by: ports-secteam (fluffy) Modified: branches/2020Q3/archivers/brotli/Makefile branches/2020Q3/archivers/brotli/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/archivers/brotli/Makefile ============================================================================== --- branches/2020Q3/archivers/brotli/Makefile Sat Sep 19 01:20:52 2020 (r548932) +++ branches/2020Q3/archivers/brotli/Makefile Sat Sep 19 01:22:04 2020 (r548933) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= brotli -PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTVERSION= 1.0.9 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= archivers devel Modified: branches/2020Q3/archivers/brotli/distinfo ============================================================================== --- branches/2020Q3/archivers/brotli/distinfo Sat Sep 19 01:20:52 2020 (r548932) +++ branches/2020Q3/archivers/brotli/distinfo Sat Sep 19 01:22:04 2020 (r548933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540423662 -SHA256 (google-brotli-v1.0.7_GH0.tar.gz) = 4c61bfb0faca87219ea587326c467b95acb25555b53d1a421ffa3c8a9296ee2c -SIZE (google-brotli-v1.0.7_GH0.tar.gz) = 23827908 +TIMESTAMP = 1598538126 +SHA256 (google-brotli-v1.0.9_GH0.tar.gz) = f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46 +SIZE (google-brotli-v1.0.9_GH0.tar.gz) = 486984
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009190122.08J1M4tV050411>