packages: Upgrade nginx to 1.0.15
authorGabor Juhos <juhosg@openwrt.org>
Fri, 27 Apr 2012 19:49:18 +0000 (19:49 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 27 Apr 2012 19:49:18 +0000 (19:49 +0000)
Changelog: http://nginx.org/en/CHANGES-1.0

This upgrade includes a fix for a security vulnerability, CVE-2012-2089.

Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 31493

net/nginx/Makefile

index 99bbfbb968f335ed56d4cbd1fa759dee576d2014..40347f98a8d8e4419411e8051ad4473bfeb2ee03 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nginx
-PKG_VERSION:=1.0.14
+PKG_VERSION:=1.0.15
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://nginx.org/download/
-PKG_MD5SUM:=019844e48c34952253ca26dd6e28c35c
+PKG_MD5SUM:=17da4802209b83d9bebb0f0edd975dfc
 
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1