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 arne_f@ipfire.org Date: Thu Jan 28 16:20:16 2016 +0100
finish core97
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit a6c71642778020a832bb5da67db8ebd004d85bad Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jan 28 15:58:46 2016 +0100
openssl: security update to 1.0.2f
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
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: .../rootfiles/{oldcore/96 => 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 => core/97}/filelists/i586/openssl-sse2 (100%)
Difference in files: diff --git a/config/rootfiles/core/97/filelists/i586/openssl-sse2 b/config/rootfiles/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/update.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
# Start services +/etc/init.d/sshd restart +/etc/init.d/apace restart
# 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 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 = 1.0.2e +VER = 1.0.2f
THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -86,7 +86,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2218c1a6f807f7206c11eb3ee3a5ec80 +$(DL_FILE)_MD5 = b3bf73f507172be9292ea2a8c28b659d
install : $(TARGET)
diff --git a/make.sh b/make.sh index 67320cf..f6486b9 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.17" # Version number CORE="97" # Core Level (Filename) -PAKFIRE_CORE="96" # Core Level (PAKFIRE) +PAKFIRE_CORE="97" # 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