summaryrefslogtreecommitdiffstats
path: root/comm/third_party/zlib/moz.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /comm/third_party/zlib/moz.yaml
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/third_party/zlib/moz.yaml')
-rw-r--r--comm/third_party/zlib/moz.yaml73
1 files changed, 73 insertions, 0 deletions
diff --git a/comm/third_party/zlib/moz.yaml b/comm/third_party/zlib/moz.yaml
new file mode 100644
index 0000000000..8c00045c0e
--- /dev/null
+++ b/comm/third_party/zlib/moz.yaml
@@ -0,0 +1,73 @@
+---
+schema: 1
+
+bugzilla:
+ product: "Thunderbird"
+ component: "Build Config"
+
+origin:
+ name: "zlib"
+ description: "ZLIB compression library"
+
+ url: "https://zlib.net/"
+ license: Zlib
+
+ release: v1.2.13 (2022-10-12T17:54:34-07:00).
+
+ revision: v1.2.13
+
+ license-file: LICENSE
+
+vendoring:
+ url: https://github.com/madler/zlib
+ source-hosting: github
+ tracking: tag
+
+ skip-vendoring-steps:
+ - hg-add
+ - spurious-check
+ - update-moz-build
+
+ exclude:
+ - "**"
+ - ".*"
+ - ".github/workflows/**"
+
+ include:
+ - adler32.c
+ - ChangeLog
+ - compress.c
+ - crc32.c
+ - crc32.h
+ - deflate.c
+ - deflate.h
+ - FAQ
+ - gzclose.c
+ - gzguts.h
+ - gzlib.c
+ - gzread.c
+ - gzwrite.c
+ - INDEX
+ - infback.c
+ - inffast.c
+ - inffast.h
+ - inffixed.h
+ - inflate.c
+ - inflate.h
+ - inftrees.c
+ - inftrees.h
+ - LICENSE
+ - README
+ - trees.c
+ - trees.h
+ - uncompr.c
+ - zconf.h
+ - zlib.h
+ - zutil.c
+ - zutil.h
+
+ update-actions:
+ - action: replace-in-file-regex
+ file: '{yaml_dir}/../README.zlib'
+ pattern: '\[tag v[1-9\.]+\]'
+ with: '[tag {revision}]'