From 9b3666b1bf10b6f8066aecc6182f63f940371c73 Mon Sep 17 00:00:00 2001 From: Xotic750 Date: Wed, 1 Jun 2016 01:36:50 +0200 Subject: [PATCH] nginx: Bumped nginx-naxsi to v0.54 Signed-off-by: Graham Fairweather --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index d27ee6412..fa1e87391 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx PKG_VERSION:=1.10.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ @@ -241,7 +241,7 @@ define Build/Prepare endef define Download/nginx-naxsi - VERSION:=5ab2309f0dc93d33e1443a15db519f8bfed8b455 + VERSION:=7a6ff365f6be736c826b2d69b967a250ac07197d SUBDIR:=nginx-naxsi FILE:=nginx-naxsi-module-$(PKG_VERSION)-$$(VERSION).tar.gz URL:=https://github.com/nbs-system/naxsi.git