wok-current
annotate libxml2/description.txt @ rev 25659
Update expat CVE-2023-52425,CVE-2023-52426, patch libxml2 CVE-2024-25062
author |
Stanislas Leduc <shann@slitaz.org> |
date |
Sun Feb 18 10:03:28 2024 +0000 (12 months ago) |
parents |
|
children |
|
rev |
line source |
Hans-G?nter@24852
|
1 Libxml2 is the XML C parser and toolkit developed for the Gnome project
|
Hans-G?nter@24852
|
2 (but usable outside of the Gnome platform), it is free software available
|
Hans-G?nter@24852
|
3 under the MIT License.
|
Hans-G?nter@24852
|
4 XML itself is a metalanguage to design markup languages, i.e. text language
|
Hans-G?nter@24852
|
5 where semantic and structure are added to the content using extra "markup"
|
Hans-G?nter@24852
|
6 information enclosed between angle brackets.
|
Hans-G?nter@24852
|
7 HTML is the most well-known markup language.
|
Hans-G?nter@24852
|
8 Though the library is written in C a variety of language bindings make it
|
Hans-G?nter@24852
|
9 available in other environments.
|
Hans-G?nter@24852
|
10
|
Hans-G?nter@24852
|
11 Libxml2 is known to be very portable, the library should build and work without
|
Hans-G?nter@24852
|
12 serious troubles on a variety of systems (Linux, Unix, Windows, CygWin, MacOS,
|
Hans-G?nter@24852
|
13 MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, ...)
|