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, core116, updated. 4f248f7a705392481d2b5f490e24ce9a628f3817 Date: Thu, 02 Nov 2017 21:51:09 +0000 Message-ID: <20171102215109.90FED1081BCF@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4784271573608207306==" List-Id: --===============4784271573608207306== 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, core116 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 Date: Thu Nov 2 22:48:58 2017 +0100 finish core116 =20 Signed-off-by: Arne Fitzenreiter commit 578171927dd6be58a3f841e95f5cd839e08d9a41 Author: Arne Fitzenreiter Date: Thu Nov 2 22:47:59 2017 +0100 core116: set need_reboot flag =20 Signed-off-by: Arne Fitzenreiter commit ee328f16bfceacd30361ad0f562929ebe88b9363 Author: Arne Fitzenreiter Date: Thu Nov 2 22:46:47 2017 +0100 core116: ship openssh =20 Signed-off-by: Arne Fitzenreiter commit 6744cd4d68bec60fffc7da6bde6ab3b54931fe3f Author: Arne Fitzenreiter Date: Thu Nov 2 22:45:25 2017 +0100 core116: fix openssl symlink =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/rootfiles/{oldcore/100 =3D> 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 =3D> core/116}/filelists/openssh (100%) Difference in files: diff --git a/config/rootfiles/core/116/filelists/openssh b/config/rootfiles/c= ore/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/c= ore/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 =20 # This update need a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot =20 # 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=3D"IPFire" # Software name SNAME=3D"ipfire" # Short name VERSION=3D"2.19" # Version number CORE=3D"116" # Core Level (Filename) -PAKFIRE_CORE=3D"115" # Core Level (PAKFIRE) +PAKFIRE_CORE=3D"116" # 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 --===============4784271573608207306==--