~ruther/guix-local

ref: f32274a71eba5cbaba241d64f89386f91c857a37 guix-local/gnu/packages/xml.scm -rw-r--r-- 28.9 KiB
fe9451c5 — Raimon Grau 10 years ago
gnu: Add xmlstarlet.

* gnu/packages/xml.scm (xmlstarlet): New variable.
6a914948 — Ricardo Wurmus 10 years ago
gnu: Add XML::Compile::WSDL11.

* gnu/packages/xml.scm (perl-xml-compile-wsdl11): New variable.
baeab9b8 — Ricardo Wurmus 10 years ago
gnu: Add XML::Compile::SOAP.

* gnu/packages/xml.scm (perl-xml-compile-soap): New variable.
c1d41b5d — Ricardo Wurmus 10 years ago
gnu: Add XML::Compile::Cache.

* gnu/packages/xml.scm (perl-xml-compile-cache): New variable.
f7c4dc2f — Ricardo Wurmus 10 years ago
gnu: Add XML::LibXML::Simple.

* gnu/packages/xml.scm (perl-xml-libxml-simple): New variable.
b494a5f1 — Ricardo Wurmus 10 years ago
gnu: Add XML::Compile.

* gnu/packages/xml.scm (perl-xml-compile): New variable.
649e1676 — Ricardo Wurmus 10 years ago
gnu: Add XML::Compile::Tester.

* gnu/packages/xml.scm (perl-xml-compile-tester): New variable.
821060f3 — Mark H Weaver 10 years ago
gnu: libxml2: Update to 2.9.3.

* gnu/packages/patches/libxml2-CVE-2015-1819.patch,
  gnu/packages/patches/libxml2-CVE-2015-7941-pt1.patch,
  gnu/packages/patches/libxml2-CVE-2015-7941-pt2.patch,
  gnu/packages/patches/libxml2-CVE-2015-7942-pt1.patch,
  gnu/packages/patches/libxml2-CVE-2015-7942-pt2.patch,
  gnu/packages/patches/libxml2-CVE-2015-8035.patch,
  gnu/packages/patches/libxml2-bug-737840.patch,
  gnu/packages/patches/libxml2-bug-738805.patch,
  gnu/packages/patches/libxml2-bug-746048.patch,
  gnu/packages/patches/libxml2-bug-747437.patch,
  gnu/packages/patches/libxml2-bug-751603.patch,
  gnu/packages/patches/libxml2-bug-751631.patch,
  gnu/packages/patches/libxml2-bug-754946.patch,
  gnu/packages/patches/libxml2-bug-754947.patch,
  gnu/packages/patches/libxml2-bug-755857.patch,
  gnu/packages/patches/libxml2-fix-catalog-corruption.patch,
  gnu/packages/patches/libxml2-id-attrs-in-xmlSetTreeDoc.patch,
  gnu/packages/patches/libxml2-node-sort-order-pt1.patch,
  gnu/packages/patches/libxml2-node-sort-order-pt2.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/xml.scm (libxml2): Update to 2.9.3.  Remove patches.
877a6466 — Efraim Flashner 10 years ago
gnu: xmlto: Update to 0.0.28.

* gnu/packages/xml.scm (xmlto): Update to 0.0.28.
33ae9107 — David Thompson 10 years ago
gnu: Add tinyxml.

* gnu/packages/xml.scm (tinyxml): New variable.
* gnu/packages/patches/tinyxml-use-stl.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
b4a88dc2 — Mark H Weaver 10 years ago
gnu: libxslt: Add fix for CVE-2015-7995.

* gnu/packages/patches/libxslt-CVE-2015-7995.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (libxslt)[source]: Add patch.
ee6bb0cc — Mark H Weaver 10 years ago
gnu: libxml2: Add fixes for CVE-2015-{1819,7941,7942,8035} and other bugs.

* gnu/packages/patches/libxml2-CVE-2015-1819.patch,
  gnu/packages/patches/libxml2-CVE-2015-7941-pt1.patch,
  gnu/packages/patches/libxml2-CVE-2015-7941-pt2.patch,
  gnu/packages/patches/libxml2-CVE-2015-7942-pt1.patch,
  gnu/packages/patches/libxml2-CVE-2015-7942-pt2.patch,
  gnu/packages/patches/libxml2-CVE-2015-8035.patch,
  gnu/packages/patches/libxml2-bug-737840.patch,
  gnu/packages/patches/libxml2-bug-738805.patch,
  gnu/packages/patches/libxml2-bug-746048.patch,
  gnu/packages/patches/libxml2-bug-747437.patch,
  gnu/packages/patches/libxml2-bug-751603.patch,
  gnu/packages/patches/libxml2-bug-751631.patch,
  gnu/packages/patches/libxml2-bug-754946.patch,
  gnu/packages/patches/libxml2-bug-754947.patch,
  gnu/packages/patches/libxml2-bug-755857.patch,
  gnu/packages/patches/libxml2-fix-catalog-corruption.patch,
  gnu/packages/patches/libxml2-id-attrs-in-xmlSetTreeDoc.patch,
  gnu/packages/patches/libxml2-node-sort-order-pt1.patch,
  gnu/packages/patches/libxml2-node-sort-order-pt2.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/xml.scm (libxml2)[source]: Add patches.
adc90e0e — Ludovic Courtès 10 years ago
Merge branch 'core-updates'
95288fcc — Ludovic Courtès 10 years ago
gnu: python: Add "minimal" variants.

* gnu/packages/python.scm (python2-minimal, python-minimal): New
  variables.
  (wrap-python3): New procedure.
  (python-wrapper): Use it.
  (python-minimal-wrapper): New variable.
* gnu/packages/xml.scm (libxslt)[native-inputs]: Use
  PYTHON-MINIMAL-WRAPPER instead of PYTHON-WRAPPER.
* gnu/packages/xorg.scm (xcb-proto, libxcb, xorg-server): Likewise.
e1556533 — Ludovic Courtès 10 years ago
Merge branch 'core-updates'
75710da6 — Ludovic Courtès 10 years ago
Merge branch 'master' into core-updates
d495634b — 宋文武 10 years ago
gnu: perl-xml-parser: Update to 2.44.

* gnu/packages/xml.scm (perl-xml-parser): Update to 2.44.
  [homepage]: Adjust accordingly.
96f8d991 — Ricardo Wurmus 10 years ago
gnu: Add minixml.

* gnu/packages/xml.scm (minixml): New variable.
99e29da1 — Mark H Weaver 10 years ago
gnu: expat: Add fix for CVE-2015-1283.

* gnu/packages/patches/expat-CVE-2015-1283.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (expat)[source]: Add patch.
1b4e48d4 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
Next