[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project libxmlb-0.3.10-1.el9

Name libxmlb
Epoch 0
Version 0.3.10
Release 1.el9
Website/URL https://github.com/hughsie/libxmlb
License LGPLv2+
Build Time 2023-05-23 11:18:05
Build Host builder-x86-03.inferitos.ru
Summary Library for querying compressed XML metadata
Repositories BaseOS
Description XML is slow to parse and strings inside the document cannot be memory mapped as they do not have a trailing NUL char. 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
libxmlb-0.3.10-1.el9.x86_64 Library for querying compressed XML metadata 36533466ba84f7d6e96e0dbc3b7b9d32738663ee498383d7961006f27ffeba1b download
libxmlb-devel-0.3.10-1.el9.x86_64 Development package for libxmlb 981695456889a70dd4ba1950b412f643a64a8abfa79422be7db62c734d8c8859 download
i686
libxmlb-0.3.10-1.el9.i686 Library for querying compressed XML metadata d0916c3c24a9d8afb844fd754886970c8017d21c749432b08c6e8ffa50b9d079 download
libxmlb-devel-0.3.10-1.el9.i686 Development package for libxmlb c6c09ab6c901532c8274d8e057587e0a40c37293197d9b5813be68cd19afe100 download
aarch64
libxmlb-0.3.10-1.el9.aarch64 Library for querying compressed XML metadata 1d860364fe4aad3f05094f0fe58659a6b408940419247f886c5c0fa1c3944d30 download
libxmlb-devel-0.3.10-1.el9.aarch64 Development package for libxmlb 462038c780e791d3711125b82413439a72479e7410399fee8983d26d6d5ef7dd download
src
libxmlb-0.3.10-1.el9.src Library for querying compressed XML metadata 6fbc67bca7bdd53fbb6b1d3d736bdd2af9457840ceb0720750bbecf23b44e73a download
Changelog link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.3.3-1
- Rebuilt for MSVSphere 9.1.

* Fri Oct 14 2022 Neal Gompa <ngompa@centosproject.org> - 0.3.10-1
- New upstream release
- Fix dumping and exporting multiple files from the CLI
- Watch files before loading them into the builder
- Fix potential double free when filtering by language
- Fix the crash for when the root tree has no children
- Fix the crash when getting the element for the [empty] root
- Install xb-tool into bindir
- Ensure reproducible results when importing a node
- Ignore all hidden files when using _WATCH_DIRECTORY
- Show the value bindings when using XB_SILO_PROFILE_FLAG_XPATH
- Ensure _IS_TOKENIZED is set if tokens are added manually
- Ensure we never add too many tokens to the silo
- Put tail after the node when exporting XbBuilderNode
- Remove the G_ALIGNOF checks to fix compile with old GLib versions
- Add a flag to require the XbBuilderSource to have no siblings
- Add iterator for XbNode attributes and children
- Allow removing XbBuilderNode text
- Allow stripping builder node inner text
- Resolves: rhbz#2134794

* Wed Oct 06 2021 Richard Hughes <richard@hughsie.com> 0.3.3-1
- New upstream release
- Add locking for file monitors
- Add support for LZMA decompression
- Clarify GMainContext usage and signal emission
- Respect XB_BUILDER_NODE_FLAG_IGNORE when exporting
- Use the chosen chunk size when reading from a stream
- Use the correct pkgconfig export package name in the GIR file
- Always run xb-tool queries with the optimizer
- Ensure tokens handling works when XbOpcode is not zero-inited
- Use stack-allocated XbStack instances for running a machine
- Resolves: rhbz#1965891

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.0-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937