summaryrefslogtreecommitdiffstats
path: root/comm/third_party/zlib/moz.yaml
blob: 8c00045c0ee812074cdcad8ad79de3b40773e9e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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}]'