Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libebml libebml: updated to 1.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a93b827f16d
branches:  trunk
changeset: 435040:6a93b827f16d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 29 15:08:26 2020 +0000

description:
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.

diffstat:

 devel/libebml/Makefile      |   4 ++--
 devel/libebml/PLIST         |   6 +++---
 devel/libebml/buildlink3.mk |   4 ++--
 devel/libebml/distinfo      |  10 +++++-----
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (63 lines):

diff -r f31f2d6cb001 -r 6a93b827f16d devel/libebml/Makefile
--- a/devel/libebml/Makefile    Mon Jun 29 15:06:50 2020 +0000
+++ b/devel/libebml/Makefile    Mon Jun 29 15:08:26 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2020/01/18 23:30:31 rillig Exp $
+# $NetBSD: Makefile,v 1.48 2020/06/29 15:08:26 adam Exp $
 
-DISTNAME=      libebml-1.3.10
+DISTNAME=      libebml-1.4.0
 CATEGORIES=    devel
 MASTER_SITES=  http://dl.matroska.org/downloads/libebml/
 EXTRACT_SUFX=  .tar.xz
diff -r f31f2d6cb001 -r 6a93b827f16d devel/libebml/PLIST
--- a/devel/libebml/PLIST       Mon Jun 29 15:06:50 2020 +0000
+++ b/devel/libebml/PLIST       Mon Jun 29 15:08:26 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/05/28 07:46:08 adam Exp $
+@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
@@ -33,6 +33,6 @@
 lib/cmake/EBML/EBMLTargets-noconfig.cmake
 lib/cmake/EBML/EBMLTargets.cmake
 lib/libebml.so
-lib/libebml.so.4
-lib/libebml.so.4.0.0
+lib/libebml.so.5
+lib/libebml.so.5.0.0
 lib/pkgconfig/libebml.pc
diff -r f31f2d6cb001 -r 6a93b827f16d devel/libebml/buildlink3.mk
--- a/devel/libebml/buildlink3.mk       Mon Jun 29 15:06:50 2020 +0000
+++ b/devel/libebml/buildlink3.mk       Mon Jun 29 15:08:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2015/01/06 14:59:18 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2020/06/29 15:08:26 adam Exp $
 
 BUILDLINK_TREE+=       libebml
 
@@ -6,7 +6,7 @@
 LIBEBML_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libebml+=        libebml>=0.8
-BUILDLINK_ABI_DEPENDS.libebml+=        libebml>=1.3.1
+BUILDLINK_ABI_DEPENDS.libebml+=        libebml>=1.4.0
 BUILDLINK_PKGSRCDIR.libebml?=  ../../devel/libebml
 .endif # LIBEBML_BUILDLINK3_MK
 
diff -r f31f2d6cb001 -r 6a93b827f16d devel/libebml/distinfo
--- a/devel/libebml/distinfo    Mon Jun 29 15:06:50 2020 +0000
+++ b/devel/libebml/distinfo    Mon Jun 29 15:08:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2019/12/11 14:05:28 adam Exp $
+$NetBSD: distinfo,v 1.36 2020/06/29 15:08:26 adam Exp $
 
-SHA1 (libebml-1.3.10.tar.xz) = cc41b4a20c18c17f52f496ca6e3bd343ded6019b
-RMD160 (libebml-1.3.10.tar.xz) = 7e4cf6916b52a18b3a68b0f9ce5e5fe16fc34d77
-SHA512 (libebml-1.3.10.tar.xz) = c7ba20664161e811a10847f888a833abaa2b7a4d43ddbef6ae927f391f5d1eff45bc703f13a52ccfc793521e3b22cbac2fd93550cd95119a4060153683b29c49
-Size (libebml-1.3.10.tar.xz) = 69488 bytes
+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



Home | Main Index | Thread Index | Old Index