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 7f4c06e7a4a32467ca9ceab1499edfb1517aa3b2 (commit) from 2f221a50e3d4434da3787714b94973b35c13416f (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 7f4c06e7a4a32467ca9ceab1499edfb1517aa3b2 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
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/91 => core/97}/filelists/i586/openssl-sse2 | 0 config/rootfiles/core/97/update.sh | 2 ++ make.sh | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/91 => 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/make.sh b/make.sh index 39089cd..ed071c8 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="96" # Core Level (Filename) -PAKFIRE_CORE="96" # Core Level (PAKFIRE) +CORE="97" # Core Level (Filename) +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