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, next, updated. 78574c184666087272235ceeafceaf585cff96ba Date: Thu, 28 Jan 2016 16:21:21 +0100 Message-ID: <20160128152122.5CA9D21442@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2861202261671273195==" List-Id: --===============2861202261671273195== 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, next has been updated via 78574c184666087272235ceeafceaf585cff96ba (commit) via a6c71642778020a832bb5da67db8ebd004d85bad (commit) from eb2f4a4d2623d8e3646156126884dd78b8357dc7 (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 78574c184666087272235ceeafceaf585cff96ba Author: Arne Fitzenreiter Date: Thu Jan 28 16:20:16 2016 +0100 finish core97 =20 Signed-off-by: Arne Fitzenreiter commit a6c71642778020a832bb5da67db8ebd004d85bad Author: Arne Fitzenreiter Date: Thu Jan 28 15:58:46 2016 +0100 openssl: security update to 1.0.2f =20 changes: * DH small subgroups - CVE-2016-0701 * SSLv2 doesn't block disabled ciphers - CVE-2015-3197 * Reject DH handshakes with parameters shorter than 1024 bits =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: .../rootfiles/{oldcore/96 =3D> core/97}/filelists/i586/openssl-sse2 | 0 config/rootfiles/core/97/update.sh | 2 ++ lfs/openssl | 6 +++-= -- make.sh | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) copy config/rootfiles/{oldcore/96 =3D> core/97}/filelists/i586/openssl-sse2 = (100%) Difference in files: diff --git a/config/rootfiles/core/97/filelists/i586/openssl-sse2 b/config/ro= otfiles/core/97/filelists/i586/openssl-sse2 new file mode 120000 index 0000000..f424713 --- /dev/null +++ b/config/rootfiles/core/97/filelists/i586/openssl-sse2 @@ -0,0 +1 @@ +../../../../common/i586/openssl-sse2 \ No newline at end of file diff --git a/config/rootfiles/core/97/update.sh b/config/rootfiles/core/97/up= date.sh index 912bde9..be240fa 100644 --- a/config/rootfiles/core/97/update.sh +++ b/config/rootfiles/core/97/update.sh @@ -40,6 +40,8 @@ extract_files # /usr/local/bin/update-lang-cache =20 # Start services +/etc/init.d/sshd restart +/etc/init.d/apace restart =20 # This update need a reboot... touch /var/run/need_reboot diff --git a/lfs/openssl b/lfs/openssl index 1dc24ac..c5b71f7 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -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 1.0.2e +VER =3D 1.0.2f =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 2218c1a6f807f7206c11eb3ee3a5ec80 +$(DL_FILE)_MD5 =3D b3bf73f507172be9292ea2a8c28b659d =20 install : $(TARGET) =20 diff --git a/make.sh b/make.sh index 67320cf..f6486b9 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME=3D"IPFire" # Software name SNAME=3D"ipfire" # Short name VERSION=3D"2.17" # Version number CORE=3D"97" # Core Level (Filename) -PAKFIRE_CORE=3D"96" # Core Level (PAKFIRE) +PAKFIRE_CORE=3D"97" # 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 --===============2861202261671273195==--