From 9f87006b107363457f7b558108e2f0f81f9a5c0e Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 23 Jan 2013 13:42:08 +0000 Subject: [PATCH] nginx: update to 1.2.6 and revert r35201 SVN-Revision: 35308 --- net/nginx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 266203bcc..3df17cbc5 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.2.5 +PKG_VERSION:=1.2.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://nginx.org/download/ -PKG_MD5SUM:=4f5a55187a3d45fa37d99d07ddd90800 +PKG_MD5SUM:=1350d26eb9b66364d9143fb3c4366ab6 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 @@ -56,7 +56,7 @@ define Package/nginx SUBMENU:=Web Servers/Proxies TITLE:=Nginx web server URL:=http://nginx.org/ - DEPENDS:=+!NGINX_DISABLE_PCRE:libpcre +libopenssl +!NGINX_DISABLE_HTTP_GZIP_MODULE:zlib +libpthread +NGINX_MODULE_LUA:liblua + DEPENDS:=+!NGINX_DISABLE_PCRE:libpcre +NGINX_SSL:libopenssl +!NGINX_DISABLE_HTTP_GZIP_MODULE:zlib +libpthread +NGINX_MODULE_LUA:liblua MENU:=1 endef -- 2.30.2