9ac75335bf
CVE-2017-10790: NULL pointer dereference and crash when reading crafted input CVE-2018-6003: Stack exhaustion due to indefinite recursion during BER decoding Add license files hashes. Cc: Stefan Fröberg <stefan.froberg@petroprogram.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
546 B
Makefile
17 lines
546 B
Makefile
################################################################################
|
|
#
|
|
# libtasn1
|
|
#
|
|
################################################################################
|
|
|
|
LIBTASN1_VERSION = 4.13
|
|
LIBTASN1_SITE = $(BR2_GNU_MIRROR)/libtasn1
|
|
LIBTASN1_DEPENDENCIES = host-bison
|
|
LIBTASN1_LICENSE = GPL-3.0+ (tests, tools), LGPL-2.1+ (library)
|
|
LIBTASN1_LICENSE_FILES = COPYING COPYING.LIB
|
|
LIBTASN1_INSTALL_STAGING = YES
|
|
# 'missing' fallback logic botched so disable it completely
|
|
LIBTASN1_CONF_ENV = MAKEINFO="true"
|
|
|
|
$(eval $(autotools-package))
|