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 d14229c0da139a3dca3bff3b95a6dafdc7a52f93 (commit) from 7234a472adac6d5e8111c529570fe4cfe873fac0 (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 d14229c0da139a3dca3bff3b95a6dafdc7a52f93 Author: Arne Fitzenreiter Arne_F@ipfire.org Date: Sat Jan 5 15:13:55 2013 +0100
kernel: bump package version.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/66/update.sh | 4 ++-- lfs/linux | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/66/update.sh b/config/rootfiles/core/66/update.sh index cf40844..750f8aa 100644 --- a/config/rootfiles/core/66/update.sh +++ b/config/rootfiles/core/66/update.sh @@ -114,7 +114,7 @@ add_to_backup usr/local/bin/vpn-watch add_to_backup usr/libexec/ipsec
# Backup the files -tar cJvf /var/ipfire/backup/core-upgrade_$KVER.tar.xz \ +tar cJvf /var/ipfire/backup/core-upgrade$core_$KVER.tar.xz \ -C / -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' --exclude='/var/cache' > /dev/null 2>&1
# Check diskspace on root @@ -321,7 +321,7 @@ if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then else echo "Name: linux-pae" > /opt/pakfire/db/installed/meta-linux-pae echo "ProgVersion: 3.2.35" >> /opt/pakfire/db/installed/meta-linux-pae - echo "Release: 24" >> /opt/pakfire/db/installed/meta-linux-pae + echo "Release: 25" >> /opt/pakfire/db/installed/meta-linux-pae fi fi
diff --git a/lfs/linux b/lfs/linux index f8cd7d5..e85f21a 100644 --- a/lfs/linux +++ b/lfs/linux @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS =
-PAK_VER = 25 +PAK_VER = 26 DEPS = ""
VERSUFIX=ipfire$(KCFG)
hooks/post-receive -- IPFire 2.x development tree