89a38e6397
Fixes CVE-2017-1000249 - Stack buffer overflow with a specially crafted .notes section in an ELF binary file. For more details, see: http://www.openwall.com/lists/oss-security/2017/09/05/3 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
582 B
Makefile
18 lines
582 B
Makefile
################################################################################
|
|
#
|
|
# file
|
|
#
|
|
################################################################################
|
|
|
|
FILE_VERSION = 5.32
|
|
FILE_SITE = ftp://ftp.astron.com/pub/file
|
|
FILE_DEPENDENCIES = host-file zlib
|
|
HOST_FILE_DEPENDENCIES = host-zlib
|
|
FILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
|
FILE_INSTALL_STAGING = YES
|
|
FILE_LICENSE = BSD-2-Clause, BSD-4-Clause (one file), BSD-3-Clause (one file)
|
|
FILE_LICENSE_FILES = COPYING src/mygetopt.h src/vasprintf.c
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|