99a0902dca
Release v1.4.2. * Fixed several heap overflow bugs in the `ReadData` functions of various data type classes. This fixes CVE-2021-3405.
18 lines
481 B
Makefile
18 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.50 2021/02/18 19:18:50 adam Exp $
|
|
|
|
DISTNAME= libebml-1.4.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= https://matroska-org.github.io/libebml/
|
|
COMMENT= Extensible Binary Meta Language support library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=YES
|
|
PKGCONFIG_OVERRIDE= libebml.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|