9c0311220f
A severe bug has been found in Libksba , the library used by GnuPG for parsing the ASN.1 structures as used by S/MIME. The bug affects all versions of Libksba before 1.6.2 and may be used for remote code execution. Fix CVE-2022-3515 Signed-off-by: Michael Fischer <mf@go-sys.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
684 B
Makefile
18 lines
684 B
Makefile
################################################################################
|
|
#
|
|
# libksba
|
|
#
|
|
################################################################################
|
|
|
|
LIBKSBA_VERSION = 1.6.2
|
|
LIBKSBA_SOURCE = libksba-$(LIBKSBA_VERSION).tar.bz2
|
|
LIBKSBA_SITE = ftp://ftp.gnupg.org/gcrypt/libksba
|
|
LIBKSBA_LICENSE = LGPL-3.0+ or GPL-2.0+ (library, headers), GPL-3.0+ (manual, tests, build system)
|
|
LIBKSBA_LICENSE_FILES = AUTHORS COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
|
|
LIBKSBA_CPE_ID_VENDOR = libksba_project
|
|
LIBKSBA_INSTALL_STAGING = YES
|
|
LIBKSBA_DEPENDENCIES = libgpg-error
|
|
LIBKSBA_CONF_OPTS = --with-gpg-error-prefix=$(STAGING_DIR)/usr
|
|
|
|
$(eval $(autotools-package))
|