buildroot/package/nginx-upload/nginx-upload.mk
Robert Hancock 23e68b40d5 package/nginx-upload: bump to latest version
Update nginx-upload to a newer Git commit which adds upload support over
HTTP2 as well as other fixes.

Remove a patch which is no longer required in the current version.

Signed-off-by: Robert Hancock <hancock@sedsystems.ca>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-09-11 09:48:11 +02:00

14 lines
473 B
Makefile

################################################################################
#
# nginx-upload
#
################################################################################
NGINX_UPLOAD_VERSION = 4423994c7d8fb491d95867f6af968585d949e7a9
NGINX_UPLOAD_SITE = $(call github,vkholodkov,nginx-upload-module,$(NGINX_UPLOAD_VERSION))
NGINX_UPLOAD_LICENSE = BSD-3-Clause
NGINX_UPLOAD_LICENSE_FILES = LICENCE
NGINX_UPLOAD_DEPENDENCIES = openssl
$(eval $(generic-package))