adea5b316e
Fix vulnerability to DNS-rebind attacks. This security fix addresses the same vulnerability isue which was reported for libupnp (which libnpupnp is derived from) in CVE-2021-29462. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
453 B
Makefile
15 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# libnpupnp
|
|
#
|
|
################################################################################
|
|
|
|
LIBNPUPNP_VERSION = 4.1.4
|
|
LIBNPUPNP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
|
LIBNPUPNP_LICENSE = BSD-3-Clause
|
|
LIBNPUPNP_LICENSE_FILES = COPYING
|
|
LIBNPUPNP_INSTALL_STAGING = YES
|
|
LIBNPUPNP_DEPENDENCIES = expat libcurl libmicrohttpd
|
|
|
|
$(eval $(autotools-package))
|