[1.2.0] - 2025-10-27
SECURITY

    python: added Decompressor::can_accept_more_data method and optional 
output_buffer_limit argument Decompressor::process; that allows mitigation of 
unexpectedly large output; reported by Charles Chan 
(https://github.com/charleswhchan)

Added

    decoder / encoder: added static initialization to reduce binary size
    python: allow limiting decoder output (see SECURITY section)
    CLI: brcat alias; allow decoding concatenated brotli streams
    kt: pure Kotlin decoder
    cgo: support "raw" dictionaries
    build: Bazel modules

Removed

    java: dropped finalize() for native entities

Fixed

    java: in compress pass correct length to native encoder

Improved

    build: install man pages
    build: updated / fixed / refined Bazel buildfiles
    encoder: faster encoding
    cgo: link via pkg-config
    python: modernize extension / allow multi-phase module initialization

Changed

    decoder / encoder: static tables use "small" model (allows 2GiB+ binaries)

Signed-off-by: Markus Volk <[email protected]>
---
 .../brotli/{brotli_1.1.0.bb => brotli_1.2.0.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/brotli/{brotli_1.1.0.bb => brotli_1.2.0.bb} 
(93%)

diff --git a/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb 
b/meta-oe/recipes-extended/brotli/brotli_1.2.0.bb
similarity index 93%
rename from meta-oe/recipes-extended/brotli/brotli_1.1.0.bb
rename to meta-oe/recipes-extended/brotli/brotli_1.2.0.bb
index 411f8a7610..84495a3236 100644
--- a/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb
+++ b/meta-oe/recipes-extended/brotli/brotli_1.2.0.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b"
 
 SRC_URI = "git://github.com/google/brotli.git;branch=master;protocol=https"
-SRCREV = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d"
+SRCREV = "028fb5a23661f123017c060daa546b55cf4bde29"
 
 
 inherit cmake lib_package
-- 
2.52.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#124835): 
https://lists.openembedded.org/g/openembedded-devel/message/124835
Mute This Topic: https://lists.openembedded.org/mt/118121127/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to