From 04222aa8a6b26de6eaf7a43e8ebbc1c1ef7972d2 Mon Sep 17 00:00:00 2001 From: Xotic750 Date: Tue, 31 May 2016 22:54:26 +0200 Subject: [PATCH] nginx: Bumped to v1.10.1 fixes NULL pointer dereference while writing client request body vulnerability (CVE-2016-4450). 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 af0747636..d27ee6412 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.10.0 +PKG_VERSION:=1.10.1 PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_MD5SUM:=c184c873d2798c5ba92be95ed1209c02 +PKG_MD5SUM:=088292d9caf6059ef328aa7dda332e44 PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=2-clause BSD-like license