pkgsrc/devel/libebml/PLIST
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

38 lines
1 KiB
Text

@comment $NetBSD: PLIST,v 1.10 2020/06/29 15:08:26 adam Exp $
include/ebml/Debug.h
include/ebml/EbmlBinary.h
include/ebml/EbmlConfig.h
include/ebml/EbmlContexts.h
include/ebml/EbmlCrc32.h
include/ebml/EbmlDate.h
include/ebml/EbmlDummy.h
include/ebml/EbmlElement.h
include/ebml/EbmlEndian.h
include/ebml/EbmlFloat.h
include/ebml/EbmlHead.h
include/ebml/EbmlId.h
include/ebml/EbmlMaster.h
include/ebml/EbmlSInteger.h
include/ebml/EbmlStream.h
include/ebml/EbmlString.h
include/ebml/EbmlSubHead.h
include/ebml/EbmlTypes.h
include/ebml/EbmlUInteger.h
include/ebml/EbmlUnicodeString.h
include/ebml/EbmlVersion.h
include/ebml/EbmlVoid.h
include/ebml/IOCallback.h
include/ebml/MemIOCallback.h
include/ebml/MemReadIOCallback.h
include/ebml/SafeReadIOCallback.h
include/ebml/StdIOCallback.h
include/ebml/c/libebml_t.h
include/ebml/ebml_export.h
lib/cmake/EBML/EBMLConfig.cmake
lib/cmake/EBML/EBMLConfigVersion.cmake
lib/cmake/EBML/EBMLTargets-noconfig.cmake
lib/cmake/EBML/EBMLTargets.cmake
lib/libebml.so
lib/libebml.so.5
lib/libebml.so.5.0.0
lib/pkgconfig/libebml.pc