libxml2 2.7.8.dfsg-5.1ubuntu4.12 source package in Ubuntu
Changelog
libxml2 (2.7.8.dfsg-5.1ubuntu4.12) precise-security; urgency=medium * SECURITY UPDATE: denial of service via XEE attack - include/libxml/tree.h, tree.c, xmlreader.c: enforce the reader to run in constant memory. - patch obtained from Debian's 2.7.8.dfsg-2+squeeze12 package. - CVE-2015-1819 * SECURITY UPDATE: denial of service via out-of-bounds read - parser.c: stop parsing on entities boundaries errors. - https://git.gnome.org/browse/libxml2/commit/?id=a7dfab7411cbf545f359dd3157e5df1eb0e7ce31 - https://git.gnome.org/browse/libxml2/commit/?id=9b8512337d14c8ddf662fcb98b0135f225a1c489 - CVE-2015-7941 * SECURITY UPDATE: overflow in conditional sections - parser.c: properly check input. - https://git.gnome.org/browse/libxml2/commit/?id=bd0526e66a56e75a18da8c15c4750db8f801c52d - https://git.gnome.org/browse/libxml2/commit/?id=41ac9049a27f52e7a1f3b341f8714149fc88d450 - CVE-2015-7942 -- Marc Deslauriers <email address hidden> Fri, 13 Nov 2015 09:28:57 -0500
Upload details
- Uploaded by:
- Marc Deslauriers
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libxml2_2.7.8.dfsg.orig.tar.gz | 3.3 MiB | 9f5262963fda356708903b42ff862a816c714582d0cf41477a8b3839945f0e43 |
libxml2_2.7.8.dfsg-5.1ubuntu4.12.diff.gz | 133.9 KiB | 2cbab5d29f645b09fda379756ed3ac3b9d0566b4c2c2e0b4edd1d291892f3555 |
libxml2_2.7.8.dfsg-5.1ubuntu4.12.dsc | 2.5 KiB | b6f2b939d0ec0bb6843b73658da20cbbfaa1c092de6c9822d36cc94aeac858e9 |
Available diffs
Binary packages built by this source
- libxml2: GNOME XML library
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package provides a library providing an extensive API to handle
such XML data files.
- libxml2-dbg: Debugging symbols for the GNOME XML library
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package provides the debugging symbols for the library and for
the utilities provided by the libxml2-utils package.
Debugging symbols for the Python modules are not available.
- libxml2-dbgsym: debug symbols for package libxml2
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package provides a library providing an extensive API to handle
such XML data files.
- libxml2-dev: Development files for the GNOME XML library
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
Install this package if you wish to develop your own programs using
the GNOME XML library.
- libxml2-doc: Documentation for the GNOME XML library
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package contains general information about the GNOME XML library
and more specific API references.
- libxml2-udeb: GNOME XML library - minimal runtime
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This is a minimal package for use in debian-installer that yields a
library providing an extensive API to handle such XML data files.
- libxml2-udeb-dbgsym: debug symbols for package libxml2-udeb
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This is a minimal package for use in debian-installer that yields a
library providing an extensive API to handle such XML data files.
- libxml2-utils: XML utilities
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package provides xmllint, a tool for validating and reformatting
XML documents, and xmlcatalog, a tool to parse and manipulate XML or
SGML catalog files.
- libxml2-utils-dbgsym: debug symbols for package libxml2-utils
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package provides xmllint, a tool for validating and reformatting
XML documents, and xmlcatalog, a tool to parse and manipulate XML or
SGML catalog files.
- python-libxml2: Python bindings for the GNOME XML library
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package contains the files needed to use the GNOME XML library
in Python programs.
- python-libxml2-dbg: Python bindings for the GNOME XML library (debug extension)
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package contains the files needed to use the GNOME XML library
in Python programs for use with the Python debug interpreter.
- python-libxml2-dbgsym: debug symbols for package python-libxml2
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package contains the files needed to use the GNOME XML library
in Python programs.