diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /modules/brotli/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'modules/brotli/moz.yaml')
-rw-r--r-- | modules/brotli/moz.yaml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/modules/brotli/moz.yaml b/modules/brotli/moz.yaml new file mode 100644 index 0000000000..d388c3892b --- /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: e61745a6b7add50d380cfd7d3883dd6c62fc2c71 (2020-08-27T14:12:55Z). + revision: e61745a6b7add50d380cfd7d3883dd6c62fc2c71 + + 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' |