From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 68537369b0c9fa551bc9db31ccc2d1b116badde8 Date: Tue, 01 Mar 2016 15:46:18 +0000 Message-ID: <20160301154619.228861081BC7@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0086540492922549359==" List-Id: --===============0086540492922549359== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Tue Mar 1 16:02:50 2016 +0100 core99: set version to 99 =20 Signed-off-by: Arne Fitzenreiter commit eea5bfe4656963628c1888afe106a51875752372 Author: Arne Fitzenreiter Date: Tue Mar 1 16:00:19 2016 +0100 openssl: security update to 1.0.2g =20 this fixes diverse security problems. check http://openssl.org/news/secadv/20160301.txt for details. =20 Signed-off-by: Arne Fitzenreiter commit aced5a957861710fb8b5fc94aa87fc29ceb9b3ec Author: Arne Fitzenreiter Date: Tue Mar 1 15:59:34 2016 +0100 openssh: update to 7.2p1 =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- 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 = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # 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 @@ =20 include Config =20 -VER =3D 7.1p2 +VER =3D 7.2p1 =20 THISAPP =3D openssh-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 4d8547670e2a220d5ef805ad9e47acf2 +$(DL_FILE)_MD5 =3D b984775f0cfff1f7ff18b8797fce8a28 =20 install : $(TARGET) =20 diff --git a/lfs/openssl b/lfs/openssl index c5b71f7..c68cf29 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.0.2f +VER =3D 1.0.2g =20 THISAPP =3D openssl-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -86,7 +86,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D b3bf73f507172be9292ea2a8c28b659d +$(DL_FILE)_MD5 =3D f3c710c045cdee5fd114feb69feba7aa =20 install : $(TARGET) =20 diff --git a/make.sh b/make.sh index 9f119bf..08178b4 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME=3D"IPFire" # Software name SNAME=3D"ipfire" # Short name VERSION=3D"2.17" # Version number -CORE=3D"98" # Core Level (Filename) -PAKFIRE_CORE=3D"98" # Core Level (PAKFIRE) +CORE=3D"99" # Core Level (Filename) +PAKFIRE_CORE=3D"99" # Core Level (PAKFIRE) GIT_BRANCH=3D`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN=3D"www.ipfire.org" # Software slogan CONFIG_ROOT=3D/var/ipfire # Configuration rootdir hooks/post-receive -- IPFire 2.x development tree --===============0086540492922549359==--