libxmlb 0.3.10-1 source package in Ubuntu

Changelog

libxmlb (0.3.10-1) unstable; urgency=medium

  * New upstream release: 0.3.10
    - Resolves double-free corruption (Closes: #1019262)
    - xb-tool has been moved to PATH
    - Various other crash fixes
  * Bump standards version: No changes needed
  * Add new package for xb-tool, which is now in PATH

 -- Matthias Klumpp <email address hidden>  Tue, 20 Dec 2022 18:16:38 +0100

Upload details

Uploaded by:
Debian UEFI Maintainers
Uploaded to:
Sid
Original maintainer:
Debian UEFI Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libxmlb_0.3.10-1.dsc 2.4 KiB 876a6ff85d66fa19aed4752447739c3535e8925523c04f89f726c927c19ae127
libxmlb_0.3.10.orig.tar.gz 119.1 KiB 5d4c84eaba463cc6ea6ac9107818d51a581a3a443cb40200798452c36365bc8a
libxmlb_0.3.10-1.debian.tar.xz 5.0 KiB 4faa088efdc9909eb35838d55e45fb8149d57a54cd70a6d419a1ebd21d250dd5

No changes file available.

Binary packages built by this source

gir1.2-xmlb-2.0: GObject introspection data for libxmlb

 This package provides the introspection data for libxmlb.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.

libxmlb-dev: Development files for libxmlb

 This package provides development libraries for libxmlb.
 .
 The libxmlb library takes XML source, and
 converts it to a structured binary representation with a deduplicated string
 table -- where the strings have the NULs included.
 .
 This allows an application to mmap the binary XML file, do an XPath query and
 return some strings without actually parsing the entire document. This is all
 done using (almost) zero allocations and no actual copying of the binary data.

libxmlb-tests: Installed tests for libxmlb2

 The libxmlb library takes XML source, and
 converts it to a structured binary representation with a deduplicated string
 table -- where the strings have the NULs included.
 .
 This allows an application to mmap the binary XML file, do an XPath query and
 return some strings without actually parsing the entire document. This is all
 done using (almost) zero allocations and no actual copying of the binary data.
 .
 This package contains the installed tests for libxmlb.

libxmlb-tests-dbgsym: debug symbols for libxmlb-tests
libxmlb-utils: Binary XML library - Command-line utility

 The libxmlb library takes XML source, and
 converts it to a structured binary representation with a deduplicated string
 table -- where the strings have the NULs included.
 .
 This allows an application to mmap the binary XML file, do an XPath query and
 return some strings without actually parsing the entire document. This is all
 done using (almost) zero allocations and no actual copying of the binary data.
 .
 This package contains the `xb-tool` command-line utility.

libxmlb-utils-dbgsym: debug symbols for libxmlb-utils
libxmlb2: Binary XML library

 The libxmlb library takes XML source, and
 converts it to a structured binary representation with a deduplicated string
 table -- where the strings have the NULs included.
 .
 This allows an application to mmap the binary XML file, do an XPath query and
 return some strings without actually parsing the entire document. This is all
 done using (almost) zero allocations and no actual copying of the binary data.

libxmlb2-dbgsym: debug symbols for libxmlb2