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, next, updated. c36da4cb06f15d1d6bb39ad7961b7efd2e15a18b Date: Fri, 04 Jan 2013 23:56:21 +0100 Message-ID: <20130104225622.8F55120111@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2794291904442232458==" List-Id: --===============2794291904442232458== 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, next has been updated via c36da4cb06f15d1d6bb39ad7961b7efd2e15a18b (commit) via eed187d68ba226aa60721b5edf1ce50fce8459e1 (commit) from 8cb035bac87b663e871960b90a11b811923d51f9 (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 c36da4cb06f15d1d6bb39ad7961b7efd2e15a18b Author: Arne Fitzenreiter Date: Fri Jan 4 23:55:08 2013 +0100 kernel: fix pae kernel uninstall. =20 we have not enough space to left older versions without cleanup at update. commit eed187d68ba226aa60721b5edf1ce50fce8459e1 Author: Arne Fitzenreiter Date: Fri Jan 4 23:54:46 2013 +0100 kernel: update to 3.2.36. ----------------------------------------------------------------------- Summary of changes: lfs/linux | 6 +++--- src/paks/linux-pae/install.sh | 4 ++-- src/paks/linux-pae/uninstall.sh | 9 +++++++-- src/paks/linux-pae/update.sh | 5 ++--- 4 files changed, 14 insertions(+), 10 deletions(-) Difference in files: diff --git a/lfs/linux b/lfs/linux index 547ae9b..f8cd7d5 100644 --- a/lfs/linux +++ b/lfs/linux @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2012 IPFire Team = # +# Copyright (C) 2007-2013 IPFire Team = # # = # # 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 = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.2.35 +VER =3D 3.2.36 =20 RPI_PATCHES =3D linux-3.2.27-ada8b44 =20 @@ -71,7 +71,7 @@ objects =3D$(DL_FILE) \ $(DL_FILE) =3D $(URL_IPFIRE)/$(DL_FILE) rpi-patches-$(RPI_PATCHES).patch.xz =3D $(URL_IPFIRE)/rpi-patches-$(RPI_PATC= HES).patch.xz =20 -$(DL_FILE)_MD5 =3D 4566af86b5ae8f9dfce2442ccac79cc3 +$(DL_FILE)_MD5 =3D 9b92ea2160a9a383fad7487b5cfd653b rpi-patches-$(RPI_PATCHES).patch.xz_MD5 =3D 966687ff27e450e04ff50e0da829dc00 =20 install : $(TARGET) diff --git a/src/paks/linux-pae/install.sh b/src/paks/linux-pae/install.sh index 59e17bf..ab74051 100644 --- a/src/paks/linux-pae/install.sh +++ b/src/paks/linux-pae/install.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2007-2011 IPFire-Team . = # +# Copyright (C) 2007-2013 IPFire-Team . = # # # ############################################################################ # @@ -54,7 +54,7 @@ fi # # backup grub.conf # -cp /boot/grub/grub.conf /boot/grub/grub-backup-$KVER-pae.conf +cp /boot/grub/grub.conf /boot/grub/grub-backup-$KVER-pae_install.conf # # Add new Entry to grub.conf # diff --git a/src/paks/linux-pae/uninstall.sh b/src/paks/linux-pae/uninstall.sh index 959fdb1..69c7e56 100644 --- a/src/paks/linux-pae/uninstall.sh +++ b/src/paks/linux-pae/uninstall.sh @@ -17,10 +17,15 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2010 IPFire-Team . = # +# Copyright (C) 2007-2013 IPFire-Team . = # # # ############################################################################ # . /opt/pakfire/lib/functions.sh remove_files -#mv -f /boot/grub/grub-backup-2.6.32.*-pae.conf /boot/grub/grub.conf +rm -rf /boot/ipfirerd-*-pae.img +rm -rf /lib/modules/*-ipfire-pae +cp /boot/grub/grub.conf /boot/grub/grub-backup-pae_uninstall.conf +sed -i "/title IPFire (PAE-Kernel)/,+3d" /boot/grub/grub.conf +grub-set-default 1 +sync && sync diff --git a/src/paks/linux-pae/update.sh b/src/paks/linux-pae/update.sh index 2878dfb..1ad1831 100644 --- a/src/paks/linux-pae/update.sh +++ b/src/paks/linux-pae/update.sh @@ -17,11 +17,10 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2007-2011 IPFire-Team . = # +# Copyright (C) 2007-2013 IPFire-Team . = # # # ############################################################################ # . /opt/pakfire/lib/functions.sh -#Don't remove old pae kernel at update -#./uninstall.sh +./uninstall.sh ./install.sh hooks/post-receive -- IPFire 2.x development tree --===============2794291904442232458==--