moz.yaml (1448B)
1 schema: 1 2 3 bugzilla: 4 product: Core 5 component: "XML" 6 7 # Document the source of externally hosted code 8 origin: 9 name: libexpat 10 description: Expat is an XML parser. 11 url: https://github.com/libexpat/libexpat 12 release: R_2_6_4 (2024-11-07T02:31:34+01:00). 13 revision: R_2_6_4 14 license: MIT 15 license-file: COPYING 16 17 notes: > 18 To test the upstream's main branch tip, one can 19 run `./mach vendor --revision tip parser/expat/moz.yaml` 20 21 vendoring: 22 url: https://github.com/libexpat/libexpat 23 source-hosting: github 24 tracking: tag 25 26 exclude: 27 - "**" 28 - expat/lib/Makefile.am 29 - expat/lib/libexpat.def.cmake 30 31 include: 32 - AUTHORS 33 - Changes 34 - COPYING 35 - README.md 36 - expat/lib/* 37 38 keep: 39 - expat_config.h 40 - expat_config_moz.h 41 - expat_config_rlbox.h 42 - rlbox_expat.h 43 - rlbox_expat_types.h 44 - sources.mozbuild 45 - expat/lib/moz_expat.h 46 - expat/lib/moz_xmlparse.c 47 - expat/lib/moz_xmltok.c 48 49 patches: 50 - 00_xmlchar.patch 51 - 01_noslop.patch 52 - 02_report_mismatched_tag.patch 53 - 03_dont_generate_salt.patch 54 - 04_always_set_eventptrs.patch 55 - 05_getcurrentbyteindex.patch 56 - 06_report_processing_entity.patch 57 - 07_always_store_rawnames.patch 58 - 08_dont_ignore_undeclared_entity.patch 59 - 09_include_xmlns.patch 60 - 10_internalsubset.patch 61 - 11_nested_entities.patch 62 - 12_version_limit.patch 63 - 13_no_debug_report.patch 64 - 14_unused.patch