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 4f248f7a705392481d2b5f490e24ce9a628f3817 (commit) via 578171927dd6be58a3f841e95f5cd839e08d9a41 (commit) via ee328f16bfceacd30361ad0f562929ebe88b9363 (commit) via 6744cd4d68bec60fffc7da6bde6ab3b54931fe3f (commit) from 770c2c5222a34cfc843e5c15f2a14b92fdd80cac (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 4f248f7a705392481d2b5f490e24ce9a628f3817 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Nov 2 22:48:58 2017 +0100
finish core116
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 578171927dd6be58a3f841e95f5cd839e08d9a41 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Nov 2 22:47:59 2017 +0100
core116: set need_reboot flag
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit ee328f16bfceacd30361ad0f562929ebe88b9363 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Nov 2 22:46:47 2017 +0100
core116: ship openssh
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 6744cd4d68bec60fffc7da6bde6ab3b54931fe3f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Nov 2 22:45:25 2017 +0100
core116: fix openssl symlink
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/100 => core/116}/filelists/openssh | 0 config/rootfiles/core/116/filelists/openssl | 2 +- config/rootfiles/core/116/update.sh | 2 +- make.sh | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/100 => core/116}/filelists/openssh (100%)
Difference in files: diff --git a/config/rootfiles/core/116/filelists/openssh b/config/rootfiles/core/116/filelists/openssh new file mode 120000 index 0000000..d8c77fd --- /dev/null +++ b/config/rootfiles/core/116/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/116/filelists/openssl b/config/rootfiles/core/116/filelists/openssl index 100ab21..e011a92 120000 --- a/config/rootfiles/core/116/filelists/openssl +++ b/config/rootfiles/core/116/filelists/openssl @@ -1 +1 @@ -../../../openssl \ No newline at end of file +../../../common/openssl \ No newline at end of file diff --git a/config/rootfiles/core/116/update.sh b/config/rootfiles/core/116/update.sh index 7a5512c..3e03bb3 100644 --- a/config/rootfiles/core/116/update.sh +++ b/config/rootfiles/core/116/update.sh @@ -48,7 +48,7 @@ ldconfig /etc/init.d/snort start
# This update need a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot
# Finish /etc/init.d/fireinfo start diff --git a/make.sh b/make.sh index f5f4741..11be846 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.19" # Version number CORE="116" # Core Level (Filename) -PAKFIRE_CORE="115" # Core Level (PAKFIRE) +PAKFIRE_CORE="116" # 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