This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via db9d194a6cc4efa8251415895e823e4db254c7a4 (commit) from 405d20bcb33efccd16a7164e318adeb954d7639a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit db9d194a6cc4efa8251415895e823e4db254c7a4 Author: Ben Schweikert trikolon@ipfire.org Date: Mon Nov 24 17:54:05 2014 +0100
Nginx: New Version - 1.6.2
-----------------------------------------------------------------------
Summary of changes: lfs/nginx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/nginx b/lfs/nginx index b640dcc..63d3698 100644 --- a/lfs/nginx +++ b/lfs/nginx @@ -24,7 +24,7 @@
include Config
-VER = 1.4.4 +VER = 1.6.2
THISAPP = nginx-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nginx -PAK_VER = 3 +PAK_VER = 4
############################################################################### # Top-level Rules @@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5dfaba1cbeae9087f3949860a02caa9f +$(DL_FILE)_MD5 = d1b55031ae6e4bce37f8776b94d8b930
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree