456f184098
Fixes: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-47629 See also: https://gnupg.org/blog/20221017-pepe-left-the-ksba.html For changelog see: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=log;h=libksba-1.6.3 Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
686 B
Makefile
18 lines
686 B
Makefile
################################################################################
|
|
#
|
|
# libksba
|
|
#
|
|
################################################################################
|
|
|
|
LIBKSBA_VERSION = 1.6.3
|
|
LIBKSBA_SOURCE = libksba-$(LIBKSBA_VERSION).tar.bz2
|
|
LIBKSBA_SITE = https://gnupg.org/ftp/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))
|