From b3482ad0ea07c456db5871363f057d4a6128f77a Mon Sep 17 00:00:00 2001 From: Jonas Gorski 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 SVN-Revision: 36380 --- net/nginx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 22d71605e1..4ec78c2e29 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.30.2