Upgrade nginx to 1.0.14
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 9 Apr 2012 14:59:19 +0000 (14:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 9 Apr 2012 14:59:19 +0000 (14:59 +0000)
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 <mark@moxienet.com>
SVN-Revision: 31224

net/nginx/Makefile

index 13c30912bee65bf097b925a3c5e6cdabc1416bac..99bbfbb968f335ed56d4cbd1fa759dee576d2014 100644 (file)
@@ -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