pkgsrc-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.3.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8e2d8c5ccf7
branches:  trunk
changeset: 306621:d8e2d8c5ccf7
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Apr 22 21:38:22 2018 +0000
description:
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:

 devel/libebml/Makefile |  11 +++++------
 devel/libebml/PLIST    |  10 ++++++++--
 devel/libebml/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 13 deletions(-)

diffs (65 lines):

diff -r 45b66c0acae6 -r d8e2d8c5ccf7 devel/libebml/Makefile
--- a/devel/libebml/Makefile    Sun Apr 22 21:31:09 2018 +0000
+++ b/devel/libebml/Makefile    Sun Apr 22 21:38:22 2018 +0000
@@ -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@localhost
-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 -r 45b66c0acae6 -r d8e2d8c5ccf7 devel/libebml/PLIST
--- a/devel/libebml/PLIST       Sun Apr 22 21:31:09 2018 +0000
+++ b/devel/libebml/PLIST       Sun Apr 22 21:38:22 2018 +0000
@@ -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/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 -r 45b66c0acae6 -r d8e2d8c5ccf7 devel/libebml/distinfo
--- a/devel/libebml/distinfo    Sun Apr 22 21:31:09 2018 +0000
+++ b/devel/libebml/distinfo    Sun Apr 22 21:38:22 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index