summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2026-03-03 21:39:05 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-03 21:08:14 -0800
commit874af517144af58d7d2841273ba1045a250b6c5a (patch)
treee7d660a099d20ce291b5b95b8bfff8d8149ba46c
parent13b791e31d8586a83542d4ec1fa744487741c3f7 (diff)
downloadmeta-openembedded-874af517144af58d7d2841273ba1045a250b6c5a.tar.gz
brotli: update 1.1.0 -> 1.2.0
[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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/brotli/brotli_1.2.0.bb (renamed from meta-oe/recipes-extended/brotli/brotli_1.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb b/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"
7LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b" 7LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b"
8 8
9SRC_URI = "git://github.com/google/brotli.git;branch=master;protocol=https" 9SRC_URI = "git://github.com/google/brotli.git;branch=master;protocol=https"
10SRCREV = "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d" 10SRCREV = "028fb5a23661f123017c060daa546b55cf4bde29"
11 11
12 12
13inherit cmake lib_package 13inherit cmake lib_package