Received: by mail.netbsd.org (Postfix, from userid 605) id A7BDE84D66; Thu, 18 Feb 2021 19:18:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2F8084D31 for ; Thu, 18 Feb 2021 19:18:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pMMQDkp8GT6A for ; Thu, 18 Feb 2021 19:18:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6BD9984CEF for ; Thu, 18 Feb 2021 19:18:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65DD9FA95; Thu, 18 Feb 2021 19:18:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613675930106970" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 19:18:50 +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: <20210218191850.65DD9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613675930106970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 18 19:18:50 UTC 2021 Modified Files: pkgsrc/devel/libebml: Makefile distinfo Log Message: libebml: updated to 1.4.2 Release v1.4.2. * Fixed several heap overflow bugs in the `ReadData` functions of various data type classes. This fixes CVE-2021-3405. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/libebml/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/libebml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613675930106970 Content-Disposition: inline Content-Length: 1614 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.49 pkgsrc/devel/libebml/Makefile:1.50 --- pkgsrc/devel/libebml/Makefile:1.49 Tue Jan 5 12:39:10 2021 +++ pkgsrc/devel/libebml/Makefile Thu Feb 18 19:18:50 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2021/01/05 12:39:10 adam Exp $ +# $NetBSD: Makefile,v 1.50 2021/02/18 19:18:50 adam Exp $ -DISTNAME= libebml-1.4.1 +DISTNAME= libebml-1.4.2 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.37 pkgsrc/devel/libebml/distinfo:1.38 --- pkgsrc/devel/libebml/distinfo:1.37 Tue Jan 5 12:39:10 2021 +++ pkgsrc/devel/libebml/distinfo Thu Feb 18 19:18:50 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2021/01/05 12:39:10 adam Exp $ +$NetBSD: distinfo,v 1.38 2021/02/18 19:18:50 adam Exp $ -SHA1 (libebml-1.4.1.tar.xz) = b4d709a53e836e0d887660eade4f291fcd7441ba -RMD160 (libebml-1.4.1.tar.xz) = 598fb36b85f5806f2fc0e455ab7276ec4db2956f -SHA512 (libebml-1.4.1.tar.xz) = ddde4975546ba4214cd22db37992c2b5130a731da1b34e171cca8d7f39d981b9643a193d06be1a1e156b316e51419d1eb4c1cfe40511a52b245152e69a507e4b -Size (libebml-1.4.1.tar.xz) = 70096 bytes +SHA1 (libebml-1.4.2.tar.xz) = a5e545d1bf22abf8b6722f4bc2d2034bb61b2d46 +RMD160 (libebml-1.4.2.tar.xz) = 72874acce95feed780c2ee16eae07ce16713f812 +SHA512 (libebml-1.4.2.tar.xz) = b9535b60ba2716053819d48e345f161ad797a74678fdf60797d652da9dfa7cab905669dac744f30a81083341462bac6f2a0e69fa7d80ee59cf7414bffbd667d5 +Size (libebml-1.4.2.tar.xz) = 70484 bytes --_----------=_1613675930106970--