121a9d3649
Low. Stack overflow in ares_set_sortlist() which is used during c-ares initialization and typically provided by an administrator and not an end user. https://c-ares.org/changelog.html#1_19_0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
477 B
Makefile
17 lines
477 B
Makefile
################################################################################
|
|
#
|
|
# c-ares
|
|
#
|
|
################################################################################
|
|
|
|
C_ARES_VERSION = 1.19.0
|
|
C_ARES_SITE = http://c-ares.haxx.se/download
|
|
C_ARES_INSTALL_STAGING = YES
|
|
C_ARES_CONF_OPTS = --with-random=/dev/urandom
|
|
C_ARES_LICENSE = MIT
|
|
C_ARES_LICENSE_FILES = LICENSE.md
|
|
C_ARES_CPE_ID_VENDOR = c-ares_project
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|