Received: by mail.netbsd.org (Postfix, from userid 605) id ED32284D9A; Wed, 11 Dec 2019 14:05:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74B6A84D92 for ; Wed, 11 Dec 2019 14:05:29 +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 g-YGOjvfVNB1 for ; Wed, 11 Dec 2019 14:05:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F3D3584D38 for ; Wed, 11 Dec 2019 14:05:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDF72FA97; Wed, 11 Dec 2019 14:05:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576073128292020" MIME-Version: 1.0 Date: Wed, 11 Dec 2019 14:05:28 +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: <20191211140528.EDF72FA97@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. --_----------=_1576073128292020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 11 14:05:28 UTC 2019 Modified Files: pkgsrc/devel/libebml: Makefile distinfo Log Message: libebml: updated to 1.3.10 v1.3.10: * 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.45 -r1.46 pkgsrc/devel/libebml/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/libebml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576073128292020 Content-Disposition: inline Content-Length: 1619 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.45 pkgsrc/devel/libebml/Makefile:1.46 --- pkgsrc/devel/libebml/Makefile:1.45 Tue May 28 07:46:08 2019 +++ pkgsrc/devel/libebml/Makefile Wed Dec 11 14:05:28 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2019/05/28 07:46:08 adam Exp $ +# $NetBSD: Makefile,v 1.46 2019/12/11 14:05:28 adam Exp $ -DISTNAME= libebml-1.3.9 +DISTNAME= libebml-1.3.10 CATEGORIES= devel MASTER_SITES= http://dl.matroska.org/downloads/libebml/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/libebml/distinfo diff -u pkgsrc/devel/libebml/distinfo:1.34 pkgsrc/devel/libebml/distinfo:1.35 --- pkgsrc/devel/libebml/distinfo:1.34 Tue May 28 07:46:08 2019 +++ pkgsrc/devel/libebml/distinfo Wed Dec 11 14:05:28 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.34 2019/05/28 07:46:08 adam Exp $ +$NetBSD: distinfo,v 1.35 2019/12/11 14:05:28 adam Exp $ -SHA1 (libebml-1.3.9.tar.xz) = abdcaac0f10756271ad6a15a2147e9bc51cd8661 -RMD160 (libebml-1.3.9.tar.xz) = dd174de83981608c69a66c849d871ab5c047ff61 -SHA512 (libebml-1.3.9.tar.xz) = a388fa8ff7acf9a0fb33faf9c00fc07f53794d86a4f894e04e2a690a24e781a7f380a0896e607e801a6f1f0b215407ee09a801e96d4b3e15f39ca71ec3a6d64e -Size (libebml-1.3.9.tar.xz) = 69836 bytes +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 --_----------=_1576073128292020--