Path to this page:
./
devel/libebml,
Extensible Binary Meta Language support library
Branch: CURRENT,
Version: 1.4.7,
Package name: libebml-1.4.7,
Maintainer: saloEBML, or Extensible Binary Meta-Language, is a simple XML like binary
language for describing data in structured style. EBML was originally
designed for use in the Matroska project, but the developers saw that
EBML was very flexible and extensible.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 50.082 KB
Version history: (Expand)
- (2026-09-03) Package has been reborn
- (2026-09-03) Package deleted from pkgsrc
- (2026-08-27) Updated to version: libebml-1.4.7
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
CVS history: (Expand)
2026-08-27 08:36:13 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libebml: updated to 1.4.7
Version 1.4.7 2026-07-28
* Fixed cmake rules for building with utf8cpp 4.x
Version 1.4.6 2026-07-19
* Set EbmlHead as not allowed to be infinite (as per RFC 8794)
* Fix leak on upper element found inside the last element
* EbmlString::ReadFully: use automatic memory management/fewer allocations
* EbmlUnicodeString: use std::string when reading instead of manual memory management
* IOCallback: avoid reading more than 2^32 at once
* Fix some includes that are not implicit in modern compilers
* Download utfcpp automatically
* Show a summary of build configuration when configuring CMake
* Add a DEV_MODE CMake option to check more compiler errors (default off)
|
| 2025-08-15 13:04:40 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
libebml: fix build with cmake 4
|
| 2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
| 2023-12-30 21:56:24 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
use https
|
2023-12-18 10:57:48 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
libebml: updated to 1.4.5
Version 1.4.5 2023-12-12
Fix invalid memory access (reading beyond allocated memory) due to missing \
integer overflow check.
|
| 2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35) |
Log message:
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
|
| 2023-07-13 15:45:43 by Nia Alarie | Files touched by this commit (22) |
Log message:
*: remove all instances of GCC_REQD where my name is the most recent in
"cvs annotate" (part 1)
Hopefully this commit can be reviewed later if a better replacement
for GCC_REQD is committed.
|
| 2023-07-09 16:14:58 by Nia Alarie | Files touched by this commit (1) |
Log message:
libebml: Require a C++14 compiler properly.
|