summaryrefslogtreecommitdiff
path: root/devel/libebml
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-06-29 15:08:26 +0000
committeradam <adam@pkgsrc.org>2020-06-29 15:08:26 +0000
commit5b75a460a12a0370e4e4ed4d80f8dd41ff41888c (patch)
treea1e99020fb33cd37b4c65ba2d3a0d045ba82bc01 /devel/libebml
parentab20be3c7deea21de5f1c346e1bce32ff9834cd4 (diff)
downloadpkgsrc-5b75a460a12a0370e4e4ed4d80f8dd41ff41888c.tar.gz
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 (limited to 'devel/libebml')
-rw-r--r--devel/libebml/Makefile4
-rw-r--r--devel/libebml/PLIST6
-rw-r--r--devel/libebml/buildlink3.mk4
-rw-r--r--devel/libebml/distinfo10
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile
index 38a9b0288c6..e0e700627a6 100644
--- a/devel/libebml/Makefile
+++ b/devel/libebml/Makefile
@@ -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 --git a/devel/libebml/PLIST b/devel/libebml/PLIST
index ad3c6b4431b..24637c9d860 100644
--- a/devel/libebml/PLIST
+++ b/devel/libebml/PLIST
@@ -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/EBMLConfigVersion.cmake
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 --git a/devel/libebml/buildlink3.mk b/devel/libebml/buildlink3.mk
index 3a6287387b4..26aee5bdc7e 100644
--- a/devel/libebml/buildlink3.mk
+++ b/devel/libebml/buildlink3.mk
@@ -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 @@ BUILDLINK_TREE+= libebml
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 --git a/devel/libebml/distinfo b/devel/libebml/distinfo
index afb1f7228d3..4d59bfc024a 100644
--- a/devel/libebml/distinfo
+++ b/devel/libebml/distinfo
@@ -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