tor-browser

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

moz.yaml (1378B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: "Core"
      5  component: "Graphics: ImageLib"
      6 
      7 origin:
      8  name: "libpng"
      9  description: "PNG reference library"
     10 
     11  url: "http://www.libpng.org/pub/png/libpng.html"
     12  license: libpng
     13 
     14  release: v1.6.53 (2025-12-05T23:46:38+02:00).
     15 
     16  revision: "v1.6.53"
     17 
     18  license-file: LICENSE
     19 
     20 updatebot:
     21  maintainer-phab: tnikkel
     22  maintainer-bz: tnikkel@gmail.com
     23  tasks:
     24    - type: vendoring
     25      enabled: True
     26 
     27 vendoring:
     28  url: https://github.com/pnggroup/libpng
     29  source-hosting: github
     30  tracking: tag
     31 
     32  exclude:
     33    - "**"
     34    - "*/.editorconfig"
     35 
     36  include:
     37    - arm
     38    - contrib/arm-neon/linux.c
     39    - intel
     40    - loongarch
     41    - mips
     42    - powerpc
     43    - riscv
     44    - ANNOUNCE
     45    - AUTHORS
     46    - CHANGES
     47    - libpng-manual.txt
     48    - LICENSE
     49    - README
     50    - TRADEMARK
     51    - png.c
     52    - pngconf.h
     53    - pngdebug.h
     54    - pngerror.c
     55    - pngget.c
     56    - png.h
     57    - pnginfo.h
     58    - pngmem.c
     59    - pngpread.c
     60    - pngpriv.h
     61    - pngread.c
     62    - pngrio.c
     63    - pngrtran.c
     64    - pngrutil.c
     65    - pngset.c
     66    - pngstruct.h
     67    - pngtrans.c
     68    - pngwio.c
     69    - pngwrite.c
     70    - pngwtran.c
     71    - pngwutil.c
     72 
     73  keep:
     74    - MOZCHANGES
     75    - crashtests
     76    - pnglibconf.h
     77 
     78  update-actions:
     79    - action: copy-file
     80      from: 'contrib/arm-neon/linux.c'
     81      to: 'arm/linux.c'
     82    - action: delete-path
     83      path: 'contrib'
     84 
     85  patches:
     86    - "*.patch"