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, master has been updated via 5c1289aaba9339ccebae6abe9f3c17ce39a0fff6 (commit) via ecd6019c5d398867f32efd1270295576e7317363 (commit) from 182a817a40a1aea8f924bd7f21961139f0b3672b (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 5c1289aaba9339ccebae6abe9f3c17ce39a0fff6 Merge: ecd6019c5d398867f32efd1270295576e7317363 182a817a40a1aea8f924bd7f21961139f0b3672b Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Mar 11 20:39:33 2010 +0100
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
commit ecd6019c5d398867f32efd1270295576e7317363 Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Mar 11 20:39:08 2010 +0100
Updated sslh to current stable.
-----------------------------------------------------------------------
Summary of changes: lfs/sslh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/lfs/sslh b/lfs/sslh index 09eba59..e6f2ceb 100644 --- a/lfs/sslh +++ b/lfs/sslh @@ -24,7 +24,7 @@
include Config
-VER = 1.6i +VER = 1.7a
THISAPP = sslh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = sslh -PAK_VER = 2 +PAK_VER = 3
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b2e0a207df885d7be57713449edae815 +$(DL_FILE)_MD5 = ee124654412198a5e11fe28acf10634d
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree