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 68537369b0c9fa551bc9db31ccc2d1b116badde8 (commit) via eea5bfe4656963628c1888afe106a51875752372 (commit) via aced5a957861710fb8b5fc94aa87fc29ceb9b3ec (commit) from 7e90cf38cb0f3fcee6e3e4baf0d629233f769d51 (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 68537369b0c9fa551bc9db31ccc2d1b116badde8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Mar 1 16:02:50 2016 +0100
core99: set version to 99
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit eea5bfe4656963628c1888afe106a51875752372 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Mar 1 16:00:19 2016 +0100
openssl: security update to 1.0.2g
this fixes diverse security problems. check http://openssl.org/news/secadv/20160301.txt for details.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit aced5a957861710fb8b5fc94aa87fc29ceb9b3ec Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Mar 1 15:59:34 2016 +0100
openssh: update to 7.2p1
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/openssh | 6 +++--- lfs/openssl | 4 ++-- make.sh | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-)
Difference in files: diff --git a/lfs/openssh b/lfs/openssh index 546bc7e..ab25d62 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2015 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2016 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 7.1p2 +VER = 7.2p1
THISAPP = openssh-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4d8547670e2a220d5ef805ad9e47acf2 +$(DL_FILE)_MD5 = b984775f0cfff1f7ff18b8797fce8a28
install : $(TARGET)
diff --git a/lfs/openssl b/lfs/openssl index c5b71f7..c68cf29 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@
include Config
-VER = 1.0.2f +VER = 1.0.2g
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -86,7 +86,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b3bf73f507172be9292ea2a8c28b659d +$(DL_FILE)_MD5 = f3c710c045cdee5fd114feb69feba7aa
install : $(TARGET)
diff --git a/make.sh b/make.sh index 9f119bf..08178b4 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.17" # Version number -CORE="98" # Core Level (Filename) -PAKFIRE_CORE="98" # Core Level (PAKFIRE) +CORE="99" # Core Level (Filename) +PAKFIRE_CORE="99" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir
hooks/post-receive -- IPFire 2.x development tree