5d9fb6a2ae
Fix CVE-2019-15767: In GNU Chess 6.2.5, there is a stack-based buffer overflow in the cmd_load function in frontend/cmd.cc via a crafted chess position in an EPD file. Update indentation in hash file (two spaces) https://lists.gnu.org/archive/html/info-gnu-chess/2020-04/msg00000.html https://lists.gnu.org/archive/html/info-gnu-chess/2020-05/msg00000.html Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
529 B
Makefile
19 lines
529 B
Makefile
################################################################################
|
|
#
|
|
# gnuchess
|
|
#
|
|
################################################################################
|
|
|
|
GNUCHESS_VERSION = 6.2.7
|
|
GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
|
|
GNUCHESS_LICENSE = GPL-3.0+
|
|
GNUCHESS_LICENSE_FILES = COPYING
|
|
GNUCHESS_CPE_ID_VENDOR = gnu
|
|
GNUCHESS_CPE_ID_PRODUCT = chess
|
|
|
|
GNUCHESS_DEPENDENCIES = host-flex flex
|
|
GNUCHESS_DEPENDENCIES += $(if $(BR2_PACKAGE_READLINE),readline) \
|
|
$(TARGET_NLS_DEPENDENCIES)
|
|
|
|
$(eval $(autotools-package))
|