Merge pull request #13323 from Ansuel/ubusup

nginx: update ubus module to fix SIGSEGV
This commit is contained in:
Hannu Nyman 2020-09-07 19:55:38 +03:00 committed by GitHub
commit 2b2c2c27bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nginx PKG_NAME:=nginx
PKG_VERSION:=1.19.2 PKG_VERSION:=1.19.2
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nginx.org/download/ PKG_SOURCE_URL:=https://nginx.org/download/
@ -526,11 +526,11 @@ endif
ifeq ($(CONFIG_NGINX_UBUS),y) ifeq ($(CONFIG_NGINX_UBUS),y)
define Download/nginx-ubus-module define Download/nginx-ubus-module
VERSION:=5251367fbf8f31611ca642669a08addedc6e3665 VERSION:=b2d7260dcb428b2fb65540edb28d7538602b4a26
SUBDIR:=nginx-ubus-module SUBDIR:=nginx-ubus-module
FILE:=nginx-ubus-module-$$(VERSION).tar.xz FILE:=nginx-ubus-module-$$(VERSION).tar.xz
URL:=https://github.com/Ansuel/nginx-ubus-module.git URL:=https://github.com/Ansuel/nginx-ubus-module.git
MIRROR_HASH:=9c1c1e8cad908b44881cb5c2c2285f51546ad8d92754576eb2fd025e04414670 MIRROR_HASH:=472cef416d25effcac66c85417ab6596e634a7a64d45b709bb090892d567553c
PROTO:=git PROTO:=git
endef endef
$(eval $(call Download,nginx-ubus-module)) $(eval $(call Download,nginx-ubus-module))