Received: by mail.netbsd.org (Postfix, from userid 605) id 3B87884DA2; Mon, 29 Jun 2020 15:08:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B323484D9E for ; Mon, 29 Jun 2020 15:08:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jWzQPgLC1IIf for ; Mon, 29 Jun 2020 15:08:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 143E684D9D for ; Mon, 29 Jun 2020 15:08:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11A79FB28; Mon, 29 Jun 2020 15:08:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159344330779390" MIME-Version: 1.0 Date: Mon, 29 Jun 2020 15:08:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/libebml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200629150827.11A79FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159344330779390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jun 29 15:08:26 UTC 2020 Modified Files: pkgsrc/devel/libebml: Makefile PLIST buildlink3.mk distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/libebml/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/libebml/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/libebml/buildlink3.mk cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/libebml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159344330779390 Content-Disposition: inline Content-Length: 3048 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libebml/Makefile diff -u pkgsrc/devel/libebml/Makefile:1.47 pkgsrc/devel/libebml/Makefile:1.48 --- pkgsrc/devel/libebml/Makefile:1.47 Sat Jan 18 23:30:31 2020 +++ pkgsrc/devel/libebml/Makefile Mon Jun 29 15:08:26 2020 @@ -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 Index: pkgsrc/devel/libebml/PLIST diff -u pkgsrc/devel/libebml/PLIST:1.9 pkgsrc/devel/libebml/PLIST:1.10 --- pkgsrc/devel/libebml/PLIST:1.9 Tue May 28 07:46:08 2019 +++ pkgsrc/devel/libebml/PLIST Mon Jun 29 15:08:26 2020 @@ -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 Index: pkgsrc/devel/libebml/buildlink3.mk diff -u pkgsrc/devel/libebml/buildlink3.mk:1.20 pkgsrc/devel/libebml/buildlink3.mk:1.21 --- pkgsrc/devel/libebml/buildlink3.mk:1.20 Tue Jan 6 14:59:18 2015 +++ pkgsrc/devel/libebml/buildlink3.mk Mon Jun 29 15:08:26 2020 @@ -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 Index: pkgsrc/devel/libebml/distinfo diff -u pkgsrc/devel/libebml/distinfo:1.35 pkgsrc/devel/libebml/distinfo:1.36 --- pkgsrc/devel/libebml/distinfo:1.35 Wed Dec 11 14:05:28 2019 +++ pkgsrc/devel/libebml/distinfo Mon Jun 29 15:08:26 2020 @@ -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 --_----------=_159344330779390--