From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- modules/brotli/moz.yaml | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 modules/brotli/moz.yaml (limited to 'modules/brotli/moz.yaml') diff --git a/modules/brotli/moz.yaml b/modules/brotli/moz.yaml new file mode 100644 index 0000000000..2b57032e1c --- /dev/null +++ b/modules/brotli/moz.yaml @@ -0,0 +1,50 @@ +schema: 1 + +bugzilla: + product: Toolkit + component: "General" + +origin: + name: brotli + description: generic-purpose lossless compression algorithm + + url: https://github.com/google/brotli + + release: ed738e842d2fbdf2d6459e39267a633c4a9b2f5d (2023-08-29T11:00:29Z). + revision: ed738e842d2fbdf2d6459e39267a633c4a9b2f5d + + license: MIT + +vendoring: + url: https://github.com/google/brotli + source-hosting: github + tracking: commit + + exclude: + - ".*" + - "*" + - docs + - python + - scripts + - tests + - c/enc + - c/tools + + include: + - c/include/ + - c/common/ + - c/dec/ + + keep: + - LICENSE + + update-actions: + - action: move-dir + from: '{vendor_dir}/c/include' + to: '{vendor_dir}/include' + - action: move-dir + from: '{vendor_dir}/c/common' + to: '{vendor_dir}/common' + - action: move-dir + from: '{vendor_dir}/c/dec' + to: '{vendor_dir}/dec' -- cgit v1.2.3