# HG changeset patch # User Hans-G?nter Theisgen # Date 1648471436 -3600 # Node ID 5626c14aff894075d068f3ad43ec316df653df6d # Parent 3931c7c2660c3cdbca45088650598b3050dea1ca updated libxml2, libxml2-dev, libxml2-python and libxml2-tools (2.9.10 -> 2.9.12) diff -r 3931c7c2660c -r 5626c14aff89 libxml2-dev/receipt --- a/libxml2-dev/receipt Sat Mar 26 10:49:19 2022 +0100 +++ b/libxml2-dev/receipt Mon Mar 28 13:43:56 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxml2-dev" -VERSION="2.9.10" +VERSION="2.9.12" CATEGORY="development" SHORT_DESC="XML C parser and toolkit - development files." MAINTAINER="pankso@slitaz.org" diff -r 3931c7c2660c -r 5626c14aff89 libxml2-python/receipt --- a/libxml2-python/receipt Sat Mar 26 10:49:19 2022 +0100 +++ b/libxml2-python/receipt Mon Mar 28 13:43:56 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxml2-python" -VERSION="2.9.10" +VERSION="2.9.12" CATEGORY="development" SHORT_DESC="Libxml2 adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" diff -r 3931c7c2660c -r 5626c14aff89 libxml2-tools/receipt --- a/libxml2-tools/receipt Sat Mar 26 10:49:19 2022 +0100 +++ b/libxml2-tools/receipt Mon Mar 28 13:43:56 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxml2-tools" -VERSION="2.9.10" +VERSION="2.9.12" CATEGORY="system-tools" SHORT_DESC="The xmllint tester and xmlcatalog parser utility." MAINTAINER="pankso@slitaz.org" diff -r 3931c7c2660c -r 5626c14aff89 libxml2/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxml2/description.txt Mon Mar 28 13:43:56 2022 +0100 @@ -0,0 +1,13 @@ +Libxml2 is the XML C parser and toolkit developed for the Gnome project +(but usable outside of the Gnome platform), it is free software available +under the MIT License. +XML itself is a metalanguage to design markup languages, i.e. text language +where semantic and structure are added to the content using extra "markup" +information enclosed between angle brackets. +HTML is the most well-known markup language. +Though the library is written in C a variety of language bindings make it +available in other environments. + +Libxml2 is known to be very portable, the library should build and work without +serious troubles on a variety of systems (Linux, Unix, Windows, CygWin, MacOS, +MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, ...) diff -r 3931c7c2660c -r 5626c14aff89 libxml2/receipt --- a/libxml2/receipt Sat Mar 26 10:49:19 2022 +0100 +++ b/libxml2/receipt Mon Mar 28 13:43:56 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libxml2" -VERSION="2.9.10" +VERSION="2.9.12" CATEGORY="system-tools" SHORT_DESC="XML C parser and toolkit." MAINTAINER="pankso@slitaz.org" @@ -47,8 +47,8 @@ --with-threads \ --with-history \ $CONFIGURE_ARGS $ARCH_ARGS && - make -j 1 && - make DESTDIR=$DESTDIR install 2>&1 | grep -v "can't stat './..html':" + make && + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.