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 68aa7aa602afac230dc8f9d81f2b7f43993d24d5 (commit) from 916cf307b19d6d267b3a8737ba9b299284c0f137 (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 68aa7aa602afac230dc8f9d81f2b7f43993d24d5 Author: Sascha Kilian sascha@sakisoft.de Date: Fri Apr 15 09:07:52 2016 +0000
openssh: Update to 7.2p2
Signed-off-by: Sascha Kilian sascha@sakisoft.de 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 ab25d62..c4dff4d 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@
include Config
-VER = 7.2p1 +VER = 7.2p2
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b984775f0cfff1f7ff18b8797fce8a28 +$(DL_FILE)_MD5 = 13009a9156510d8f27e752659075cced
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree