From 5c3ca6ddf91a460a0ec6d6ac05dde8f39478123d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 25 Feb 2021 07:56:11 +0700 Subject: [PATCH] libebml: update to 1.4.2. CVE-2021-3405 --- srcpkgs/libebml/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libebml/template b/srcpkgs/libebml/template index 6fa20f7667c..d0bd2da2469 100644 --- a/srcpkgs/libebml/template +++ b/srcpkgs/libebml/template @@ -1,15 +1,15 @@ # Template file for 'libebml' pkgname=libebml -version=1.4.1 +version=1.4.2 revision=1 build_style=cmake -configure_args="-DBUILD_SHARED_LIBS=ON" +configure_args="-DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=ON" short_desc="Extensible Binary Meta Language library" maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://dl.matroska.org/downloads/libebml/" distfiles="https://dl.matroska.org/downloads/libebml/libebml-${version}.tar.xz" -checksum=6e94c669405061aa0d25a523b9f1bea8ac73536e37721a110b3372c7f8717032 +checksum=41c7237ce05828fb220f62086018b080af4db4bb142f31bec0022c925889b9f2 libebml-devel_package() { depends="libebml>=${version}_${revision}"