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 e8607830b0ef884e180df5ea908c2e48547e16bd (commit) from 89009f82ea4861a14dcb90c2185bdcd82d3703f4 (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 e8607830b0ef884e180df5ea908c2e48547e16bd Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Feb 27 12:09:15 2017 +0000
openssh: Update to 7.4p1
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
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 371d0df..005e4df 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@
include Config
-VER = 7.3p1 +VER = 7.4p1
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = dfadd9f035d38ce5d58a3bf130b86d08 +$(DL_FILE)_MD5 = b2db2a83caf66a208bb78d6d287cdaa3
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree