42a0b2d2d9
Prevent possible use-after-free and double-free in ares_getaddrinfo() if ares_destroy() is called prior to ares_getaddrinfo() completing. https://c-ares.haxx.se/changelog.html#1_16_1 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
439 B
Makefile
16 lines
439 B
Makefile
################################################################################
|
|
#
|
|
# c-ares
|
|
#
|
|
################################################################################
|
|
|
|
C_ARES_VERSION = 1.16.1
|
|
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
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|