From cad228f74c10521919dae36192430ed372d08ca8 Mon Sep 17 00:00:00 2001 From: Ben Schweikert Date: Sun, 19 Jan 2014 16:01:49 +0100 Subject: [PATCH] Nginx: Update to version 1.4.4 (stable version). --- lfs/nginx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/lfs/nginx b/lfs/nginx index 2b7e6266d..e2f3c4f82 100644 --- a/lfs/nginx +++ b/lfs/nginx @@ -24,7 +24,7 @@ include Config -VER = 1.3.11 +VER = 1.4.4 THISAPP = nginx-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,11 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4d299999bca4d2cecfbe48e51684a345 - -objects += nginx_tcp_proxy_module.tar.bz2 -nginx_tcp_proxy_module.tar.bz2 = $(DL_FROM)/nginx_tcp_proxy_module.tar.bz2 -nginx_tcp_proxy_module.tar.bz2_MD5 = f07898b5b783ef65d416019b51cb1de8 +$(DL_FILE)_MD5 = 5dfaba1cbeae9087f3949860a02caa9f install : $(TARGET) @@ -97,12 +93,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-imap --with-imap_ssl_module --with-http_ssl_module \ --with-http_stub_status_module \ --with-http_dav_module \ - --with-http_sub_module \ - --add-module=nginx_tcp_proxy_module/ + --with-http_sub_module cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install mkdir -p /var/log/nginx /var/spool/nginx cp /usr/src/config/nginx/nginx /etc/init.d/ # chown http:http /var/log/nginx -# @rm -rf $(DIR_APP) + @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2