tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.yaml (707B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: "Core"
      5  component: "WebRTC: Networking"
      6 
      7 origin:
      8  name: "libsrtp"
      9  description: "Secure Real-time Transport Protocol (SRTP)"
     10 
     11  url: "https://github.com/cisco/libsrtp/"
     12  license: BSD-3-Clause
     13  license-file: LICENSE
     14 
     15  release: v2.7.0 (2025-03-11T23:03:18+01:00).
     16  revision: v2.7.0
     17 
     18 
     19 updatebot:
     20  maintainer-phab: jesup
     21  maintainer-bz: rjesup@jesup.org
     22  tasks:
     23    - type: vendoring
     24      enabled: True
     25 
     26 vendoring:
     27  url: https://github.com/cisco/libsrtp
     28  source-hosting: github
     29  tracking: tag
     30  vendor-directory: third_party/libsrtp/src
     31 
     32  exclude:
     33    - "**"
     34 
     35  include:
     36    - srtp
     37    - crypto
     38    - include
     39    - test
     40    - LICENSE
     41    - CHANGES
     42    - README.md