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, master, updated. 7f4c06e7a4a32467ca9ceab1499edfb1517aa3b2 Date: Thu, 28 Jan 2016 16:27:04 +0100 Message-ID: <20160128152704.9CC1921442@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5706533589268866027==" List-Id: --===============5706533589268866027== 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, 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 Date: Thu Jan 28 16:20:16 2016 +0100 finish core97 =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/rootfiles/{oldcore/91 =3D> 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 =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/make.sh b/make.sh index 39089cd..ed071c8 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME=3D"IPFire" # Software name SNAME=3D"ipfire" # Short name VERSION=3D"2.17" # Version number -CORE=3D"96" # Core Level (Filename) -PAKFIRE_CORE=3D"96" # Core Level (PAKFIRE) +CORE=3D"97" # Core Level (Filename) +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 --===============5706533589268866027==--