pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libebml



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Apr 22 21:38:22 UTC 2018

Modified Files:
        pkgsrc/devel/libebml: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/libebml/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libebml/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/libebml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libebml/Makefile
diff -u pkgsrc/devel/libebml/Makefile:1.42 pkgsrc/devel/libebml/Makefile:1.43
--- pkgsrc/devel/libebml/Makefile:1.42  Sun Sep 17 10:04:28 2017
+++ pkgsrc/devel/libebml/Makefile       Sun Apr 22 21:38:22 2018
@@ -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"

Index: pkgsrc/devel/libebml/PLIST
diff -u pkgsrc/devel/libebml/PLIST:1.7 pkgsrc/devel/libebml/PLIST:1.8
--- pkgsrc/devel/libebml/PLIST:1.7      Sun Jan  4 23:22:37 2015
+++ pkgsrc/devel/libebml/PLIST  Sun Apr 22 21:38:22 2018
@@ -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

Index: pkgsrc/devel/libebml/distinfo
diff -u pkgsrc/devel/libebml/distinfo:1.30 pkgsrc/devel/libebml/distinfo:1.31
--- pkgsrc/devel/libebml/distinfo:1.30  Sun Sep 17 10:04:28 2017
+++ pkgsrc/devel/libebml/distinfo       Sun Apr 22 21:38:22 2018
@@ -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