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 33590570fb5ea3bad3232d208d7515cf43fcd701 (commit) from d3527a38c16451d956c623901d11472ebbe47e98 (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 33590570fb5ea3bad3232d208d7515cf43fcd701 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Nov 9 14:16:52 2013 +0100
openssh: Update to 6.4p1.
Security fix because of http://www.openssh.com/txt/gcmrekey.adv
-----------------------------------------------------------------------
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 3d4ef2f..17772c1 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -24,7 +24,7 @@
include Config
-VER = 6.2p2 +VER = 6.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 = be46174dcbb77ebb4ea88ef140685de1 +$(DL_FILE)_MD5 = a62b88b884df0b09b8a8c5789ac9e51b
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree