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, thirteen has been updated via 83601a06bc8036b21e9b6c6911c8096e35bd443d (commit) from 0eb9a71a7b5dfce4425b9ca6e1e9dfb47dac6dac (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 83601a06bc8036b21e9b6c6911c8096e35bd443d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Nov 25 13:09:34 2012 +0100
kernel: bump package release.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/66/update.sh | 8 ++++---- lfs/linux | 2 +- lfs/linux2 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index 144d48c..815ff7d 100644 --- a/config/rootfiles/core/66/update.sh +++ b/config/rootfiles/core/66/update.sh @@ -239,15 +239,15 @@ rm -rf /opt/pakfire/db/*/meta-glib rm -rf /opt/pakfire/db/*/meta-linux-pae if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then echo "Name: linux-pae" > /opt/pakfire/db/installed/meta-linux-pae - echo "ProgVersion: 0" >> /opt/pakfire/db/installed/meta-linux-pae - echo "Release: 0" >> /opt/pakfire/db/installed/meta-linux-pae + echo "ProgVersion: 3.2.34" >> /opt/pakfire/db/installed/meta-linux-pae + echo "Release: 23" >> /opt/pakfire/db/installed/meta-linux-pae fi
# Force reinstall xen kernel if it was installed if [ -e "/opt/pakfire/db/installed/meta-linux-xen" ]; then echo "Name: linux-xen" > /opt/pakfire/db/installed/meta-linux-xen - echo "ProgVersion: 0" >> /opt/pakfire/db/installed/meta-linux-xen - echo "Release: 0" >> /opt/pakfire/db/installed/meta-linux-xen + echo "ProgVersion: 2.6.32.60" >> /opt/pakfire/db/installed/meta-linux-xen + echo "Release: 23" >> /opt/pakfire/db/installed/meta-linux-xen fi
# diff --git a/lfs/linux b/lfs/linux index 1c5448c..d6c9555 100644 --- a/lfs/linux +++ b/lfs/linux @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS =
-PAK_VER = 23 +PAK_VER = 24 DEPS = ""
VERSUFIX=ipfire$(KCFG) diff --git a/lfs/linux2 b/lfs/linux2 index c3ac3ee..4504035 100644 --- a/lfs/linux2 +++ b/lfs/linux2 @@ -34,7 +34,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS =
-PAK_VER = 21 +PAK_VER = 24 DEPS = ""
# Normal build or XEN build.
hooks/post-receive -- IPFire 2.x development tree