From eeb58e1837b4189014f476f09f11aae2bff1e282 Mon Sep 17 00:00:00 2001 From: jogo Date: Mon, 22 Apr 2013 15:09:22 +0000 Subject: [PATCH] packages: nginx: update to 1.2.8 Adds various bug fixes and IPv6 support to the GEO IP module. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/packages@36380 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/nginx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 22d71605e..4ec78c2e2 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.2.6 -PKG_RELEASE:=2 +PKG_VERSION:=1.2.8 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_MD5SUM:=1350d26eb9b66364d9143fb3c4366ab6 +PKG_MD5SUM:=b9f7640cca35196d0e719ac5da24c7bd PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -- 2.11.0