pkgsrc/devel/libebml/distinfo
adam 3cdea196a7 libebml: updated to 1.4.0
Released v1.4.0.

* Due to breaking ABI the soname version has been bumped to 5.0.0.

* Default symbol visibility is now "hidden", reducing binary size.

* Converted some things pointed out by cppcheck & clang-tidy to
C++11.

* Fixed a lot of issues pointed out by clang-tidy.

* Added a function "ForceNoDefault" in the "EbmlElement" class.

* Added a function "OverwriteData" in the "EbmlElement" class to
complement the existing "OverwriteHead" function.

* Fixed compilation on Windows wrt. winapifamily.h

* Fixed compilation on Haiku.

* A C++11 compliant compiler is now required. Several of its
features are now used in the source.

* EbmlElement::FindNextElement: fixed a buffer overflow on the
stack by one byte when the first byte read had its upper four bits
unset.

* EbmlCrc32: added a explicit assignment operator with default
implementation as an explicit copy constructor exists (implicit
assignment operators are deprecated in such cases).

* When reading binary elements with a size of 0, the element was
skipped by libebml instead of returned to the calling function.
2020-06-29 15:08:26 +00:00

6 lines
404 B
Text

$NetBSD: distinfo,v 1.36 2020/06/29 15:08:26 adam Exp $
SHA1 (libebml-1.4.0.tar.xz) = a81f64c87942e6d474cc0660d3f73e98c2fd9c66
RMD160 (libebml-1.4.0.tar.xz) = 80d14ac3b9029de489d034879ee0a2fb45e5cd46
SHA512 (libebml-1.4.0.tar.xz) = db78ee560a44b90b4df12ba23a00f8ccb0d3626f44296af6b79a492a00126690582764c6be6c9e9851302a0d0d70edfbe000cc217c5532abe862a821624af230
Size (libebml-1.4.0.tar.xz) = 69944 bytes