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, core100, updated. 4bee1eb491e8193fa75be2dd6b450aacf3772368 Date: Mon, 18 Apr 2016 22:16:02 +0100 Message-ID: <20160418211602.F06901081BDF@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1784076911536682591==" List-Id: --===============1784076911536682591== 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, core100 has been updated via 4bee1eb491e8193fa75be2dd6b450aacf3772368 (commit) via 0c459f8c7e2bb155a7fed002cc6c52fce1b14c5b (commit) from a2c6ae9e1576a5f9720f300a485a850390168bf9 (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 4bee1eb491e8193fa75be2dd6b450aacf3772368 Author: Arne Fitzenreiter Date: Sun Apr 17 22:25:16 2016 +0200 kernel: change stackprotector from strong to regular. =20 Xen/Paravirt crash with stackprotect in strong mode. =20 Signed-off-by: Arne Fitzenreiter commit 0c459f8c7e2bb155a7fed002cc6c52fce1b14c5b Author: Arne Fitzenreiter Date: Sun Apr 17 22:23:11 2016 +0200 xen-image-maker: fix typos and missing doublequote. ----------------------------------------------------------------------- Summary of changes: config/kernel/kernel.config.i586-ipfire-pae | 4 ++-- config/xen-image/xen-image-maker.sh | 6 +++--- lfs/linux | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) Difference in files: diff --git a/config/kernel/kernel.config.i586-ipfire-pae b/config/kernel/kern= el.config.i586-ipfire-pae index f596a44..cfc3a6a 100644 --- a/config/kernel/kernel.config.i586-ipfire-pae +++ b/config/kernel/kernel.config.i586-ipfire-pae @@ -246,8 +246,8 @@ CONFIG_SECCOMP_FILTER=3Dy CONFIG_HAVE_CC_STACKPROTECTOR=3Dy CONFIG_CC_STACKPROTECTOR=3Dy # CONFIG_CC_STACKPROTECTOR_NONE is not set -# CONFIG_CC_STACKPROTECTOR_REGULAR is not set -CONFIG_CC_STACKPROTECTOR_STRONG=3Dy +CONFIG_CC_STACKPROTECTOR_REGULAR=3Dy +# CONFIG_CC_STACKPROTECTOR_STRONG is not set CONFIG_HAVE_IRQ_TIME_ACCOUNTING=3Dy CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=3Dy CONFIG_HAVE_ARCH_SOFT_DIRTY=3Dy diff --git a/config/xen-image/xen-image-maker.sh b/config/xen-image/xen-image= -maker.sh index 07414f7..00abb89 100644 --- a/config/xen-image/xen-image-maker.sh +++ b/config/xen-image/xen-image-maker.sh @@ -2,7 +2,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2014 Arne Fitzenreiter = # +# Copyright (C) 2007-2016 Arne Fitzenreiter = # # = # # 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 = # @@ -104,7 +104,7 @@ dd bs=3D1M if=3D/dev/zero of=3D$IMGvar count=3D$SIZEvar mkfs.$FSTYPE -F $IMGvar =20 echo -------------------------------------------------------- -echo - Intall IPFire to the Images ... +echo - Install IPFire to the images ... echo -------------------------------------------------------- =20 # Mount Images @@ -130,7 +130,7 @@ mkdir $MNThdd/boot/grub echo "timeout 10" > $MNThdd/boot/grub/grub.conf echo "default 0" >> $MNThdd/boot/grub/grub.conf echo "title IPFire ($KERN_TYPE-kernel)" >> $MNThdd/boot/grub/grub.conf -echo " root (hd0) >> $MNThdd/boot/grub/grub.conf +echo " root (hd0)" >> $MNThdd/boot/grub/grub.conf echo " kernel /vmlinuz-$KVER-ipfire-$KERN_TYPE root=3D/dev/$P3 rootdelay=3D= 10 panic=3D10 console=3D$CONSOLE" \ >> $MNThdd/boot/grub/grub.conf echo " initrd /initramfs-$KVER-ipfire-$KERN_TYPE.img" >> $MNThdd/boot/grub/= grub.conf diff --git a/lfs/linux b/lfs/linux index be2e105..8e1536c 100644 --- a/lfs/linux +++ b/lfs/linux @@ -37,7 +37,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) CFLAGS =3D CXXFLAGS =3D =20 -PAK_VER =3D 67 +PAK_VER =3D 68 DEPS =3D "" =20 KERNEL_ARCH =3D $(MACHINE) hooks/post-receive -- IPFire 2.x development tree --===============1784076911536682591==--