From 86514ef3f242152c9f99bc8ce578855a5e140337 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Wed, 1 Jan 2020 17:57:37 +0100 Subject: [PATCH] nginx: update to 1.17.7 and use new modular uwsgi for luci Signed-off-by: Peter Stadler --- net/nginx/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 75a18fddb..c88c93839 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.17.5 -PKG_RELEASE:=3 +PKG_VERSION:=1.17.7 +PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ -PKG_HASH:=63ee35e15a75af028ffa1f995e2b9c120b59ef5f1b61a23b8a4c33c262fc10c3 +PKG_HASH:=b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff PKG_MAINTAINER:=Thomas Heil \ Ansuel Smith @@ -324,7 +324,7 @@ define Package/nginx-mod-luci/default SUBMENU:=Web Servers/Proxies TITLE:=Support file for Nginx URL:=http://nginx.org/ - DEPENDS:=+uwsgi-cgi-luci-support + DEPENDS:=+uwsgi +uwsgi-luci-support endef define Package/nginx-mod-luci