From a43af3280f825b8b272abc76a5b384cdce7692d1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 9 Apr 2012 14:59:19 +0000 Subject: [PATCH] Upgrade nginx to 1.0.14 Upgrade nginx to 1.0.14. Changelog: http://nginx.org/en/CHANGES-1.0 This upgrade includes a fix for a major security vulnerability, CVE-2012-1180. Signed-off-by: Mark Mentovai SVN-Revision: 31224 --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 13c30912be..99bbfbb968 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.0.10 +PKG_VERSION:=1.0.14 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_MD5SUM:=930b297b00fa1018fb0a1dd3e6b7e17e +PKG_MD5SUM:=019844e48c34952253ca26dd6e28c35c PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -- 2.30.2