summaryrefslogtreecommitdiff
path: root/devel/libebml
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-22 21:38:22 +0000
committeradam <adam@pkgsrc.org>2018-04-22 21:38:22 +0000
commitdff06c33861e6bbd2c6cae9501224add719cb658 (patch)
treeceba932490c91fb09f21ac05a168b9a28a6524ef /devel/libebml
parent205a1076eb42235c4160338df9b75712787525e0 (diff)
downloadpkgsrc-dff06c33861e6bbd2c6cae9501224add719cb658.tar.gz
libebml: updated to 1.3.6
v1.3.6. * Converted the build system from autoconf/automake to cmake. Patches by Github user "evpobr" with fixes by myself. * Fixed undefined behavior when reading signed integers with negative values from files (though compilers implemented this the way we wanted them to already). * Fixed a small memory leak when reading an element runs into an I/O exception (e.g. due to having reached the end of the file). * Fixed the EbmlMaster::GetDataStart() function returning wrong values for elements with an infinite/unknown size. * Fixed finding the next element ID when garbage data is encountered during the scan for the ID. * Fixed several potential situations where reading child element data could exceed the parent element's size. * Added a code of conduct to the project.
Diffstat (limited to 'devel/libebml')
-rw-r--r--devel/libebml/Makefile11
-rw-r--r--devel/libebml/PLIST10
-rw-r--r--devel/libebml/distinfo10
3 files changed, 18 insertions, 13 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile
index 636ae8fb52e..6bfa4420d3a 100644
--- a/devel/libebml/Makefile
+++ b/devel/libebml/Makefile
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.42 2017/09/17 10:04:28 adam Exp $
+# $NetBSD: Makefile,v 1.43 2018/04/22 21:38:22 adam Exp $
-DISTNAME= libebml-1.3.5
+DISTNAME= libebml-1.3.6
CATEGORIES= devel
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
EXTRACT_SUFX= .tar.xz
MAINTAINER= salo@NetBSD.org
-HOMEPAGE= https://sourceforge.net/projects/ebml/
+HOMEPAGE= http://matroska-org.github.io/libebml/
COMMENT= Extensible Binary Meta Language support library
LICENSE= gnu-lgpl-v2.1
+USE_CMAKE= yes
USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake
-GNU_CONFIGURE= yes
+CMAKE_ARGS+= -DBUILD_SHARED_LIBS=YES
PKGCONFIG_OVERRIDE= libebml.pc.in
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libebml/PLIST b/devel/libebml/PLIST
index f0c91070f23..d76577a105c 100644
--- a/devel/libebml/PLIST
+++ b/devel/libebml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2015/01/04 23:22:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/04/22 21:38:22 adam Exp $
include/ebml/Debug.h
include/ebml/EbmlBinary.h
include/ebml/EbmlConfig.h
@@ -27,5 +27,11 @@ include/ebml/MemReadIOCallback.h
include/ebml/SafeReadIOCallback.h
include/ebml/StdIOCallback.h
include/ebml/c/libebml_t.h
-lib/libebml.la
+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.4
+lib/libebml.so.4.0.0
lib/pkgconfig/libebml.pc
diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo
index 664d1ba32fa..a6eaf718a40 100644
--- a/devel/libebml/distinfo
+++ b/devel/libebml/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2017/09/17 10:04:28 adam Exp $
+$NetBSD: distinfo,v 1.31 2018/04/22 21:38:22 adam Exp $
-SHA1 (libebml-1.3.5.tar.xz) = e42bafe97fedd6ecc20334a28ce77656fe44258b
-RMD160 (libebml-1.3.5.tar.xz) = 173e894c84f4d2142f679ed8dbb7c75f5e3cf617
-SHA512 (libebml-1.3.5.tar.xz) = cdf05015724919b19281bf99c562bb7e0bdf16990da274010f664ff316b6ce95ecbeaa1e479f03505281a7f45d5796aee6e7750a9e1c0596b630911d220dca24
-Size (libebml-1.3.5.tar.xz) = 274184 bytes
+SHA1 (libebml-1.3.6.tar.xz) = f37cc15c651db8c28f7bc3d69c7a81c08600dd0e
+RMD160 (libebml-1.3.6.tar.xz) = a5ec0996a02b59c3514586e1285072df13b71186
+SHA512 (libebml-1.3.6.tar.xz) = 6a31a56dcde39642848f25353a462f4621d6cfd3bc9ef62add1b00d098c6a80b3c2b50ecf4d6dd50650c609eb39a6150c6d1b69ea3a77a3928bd3300af7dd91f
+Size (libebml-1.3.6.tar.xz) = 57764 bytes