From 61db41bc6f5a103535764b957b405e19815a436b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 30 Nov 2011 12:44:22 +0000 Subject: [PATCH] nginx: bump to 1.0.10 important fixes in changelog of 1.0.10 nginx from the current 1.0.8 in trunk: http://nginx.org/en/CHANGES-1.0 Signed-off-by: Daniel Petre SVN-Revision: 29361 --- net/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index d8468838d9..13c30912be 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.0.8 +PKG_VERSION:=1.0.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_MD5SUM:=1049e5fc6e80339f6ba8668fadfb75f9 +PKG_MD5SUM:=930b297b00fa1018fb0a1dd3e6b7e17e PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -- 2.30.2