431c021740
see https://nvd.nist.gov/vuln/detail/CVE-2023-4540 & https://cert.pl/en/posts/2023/09/CVE-2023-4540 Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
650 B
Makefile
20 lines
650 B
Makefile
################################################################################
|
|
#
|
|
# lua-http
|
|
#
|
|
################################################################################
|
|
|
|
LUA_HTTP_VERSION_UPSTREAM = 0.4
|
|
LUA_HTTP_VERSION = $(LUA_HTTP_VERSION_UPSTREAM)-0
|
|
LUA_HTTP_NAME_UPSTREAM = http
|
|
LUA_HTTP_SUBDIR = lua-http-$(LUA_HTTP_VERSION_UPSTREAM)
|
|
LUA_HTTP_LICENSE = MIT
|
|
LUA_HTTP_LICENSE_FILES = $(LUA_HTTP_SUBDIR)/LICENSE.md
|
|
LUA_HTTP_CPE_ID_VERSION = $(LUA_HTTP_VERSION_UPSTREAM)
|
|
LUA_HTTP_CPE_ID_VENDOR = daurnimator
|
|
|
|
# 0001-http-h1_stream-handle-EOF-when-body_read_type-length.patch
|
|
LUA_HTTP_IGNORE_CVES += CVE-2023-4540
|
|
|
|
$(eval $(luarocks-package))
|