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 102825b673eaed53e2e07eda75b2341f42e479d7 (commit) from 13ed354420129239911bd9ec3229957caf8a7fd5 (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 102825b673eaed53e2e07eda75b2341f42e479d7 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 18 15:51:37 2015 +0100
openssh: Update to version 6.8p1
-----------------------------------------------------------------------
Summary of changes: lfs/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/openssh b/lfs/openssh index bc6fa3c..d8f337b 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@
include Config
-VER = 6.6p1 +VER = 6.8p1
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 3e9800e6bca1fbac0eea4d41baa7f239 +$(DL_FILE)_MD5 = 08f72de6751acfbd0892b5f003922701
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree