summaryrefslogtreecommitdiffstats
path: root/netwerk/sctp/src/moz.yaml
blob: 9ed76d5d963816db465ad52f683c43e16a13cf87 (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
schema: 1

bugzilla:
  product: Core
  component: Networking

origin:
  name: sctp
  description: userland SCTP stack

  url: https://github.com/sctplab/usrsctp/blob/master/Manual.md

  release: 2952e9324299c5729ba9f03a87924f787868e494 (2023-11-05T13:52:04Z).
  revision: 2952e9324299c5729ba9f03a87924f787868e494

  license: BSD-3-Clause

vendoring:
  url: https://github.com/sctplab/usrsctp
  source-hosting: github
  tracking: commit

  exclude:
    - "meson*"
    - "Makefile.*"
    - "Manual.*"
    - "CMake*"
    - ".*"
    - "*.py"
    - "*.in"
    - "*.ac"
    - bootstrap
    - cmake/
    - fuzzer/
    - programs/
    - 'usrsctplib/Makefile.*'
    - 'usrsctplib/meson.*'
    - 'usrsctplib/CMake*'
    - 'usrsctplib/netinet*/meson.*'

  keep:
    - moz.build
    - restore_mod.sh

  update-actions:
    - action: move-dir
      from: '{vendor_dir}/usrsctplib'
      to: '{vendor_dir}'
    - action: run-script
      script: '{yaml_dir}/restore_mod.sh'
      cwd: '{yaml_dir}'

  patches:
    - win32-rands.patch
    - win32-free.patch

updatebot:
  maintainer-phab: "#webrtc-reviewers"
  maintainer-bz: rjesup@jesup.org
  tasks:
    - type: vendoring
      enabled: true
      frequency: release