From a63a76e31db3d2f173e05077f9991af2a3bbd130 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Fri, 15 Dec 2017 18:44:13 +0200 Subject: [PATCH] nginx: update to 1.12.2 also fixes gcc7.2 compile Signed-off-by: Lucian Cristian --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 6552b46020..d018514aa2 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.12.1 +PKG_VERSION:=1.12.2 PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_HASH:=8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb +PKG_HASH:=305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416 PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=2-clause BSD-like license