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 ec8d7a31d6738315f29d48fc0b994ea97c9e5232 (commit) via cfa86dfd17a94b85b2b7a6c45f2dd0d884ba9b53 (commit) from e5620b245f23b021e705edf1f9ad11fd4bfec4be (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 ec8d7a31d6738315f29d48fc0b994ea97c9e5232 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 8 14:51:49 2011 +0100
proxy: errorpage-css use the same red as other ipfire pages.
commit cfa86dfd17a94b85b2b7a6c45f2dd0d884ba9b53 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 8 14:09:49 2011 +0100
Updated kernel (2.6.32.28).
-----------------------------------------------------------------------
Summary of changes: config/proxy/errorpage-ipfire.css | 4 ++-- config/rootfiles/core/44/update.sh | 2 +- lfs/linux | 8 ++++---- src/paks/linux-pae/install.sh | 2 +- src/paks/linux-xen/install.sh | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-)
Difference in files: diff --git a/config/proxy/errorpage-ipfire.css b/config/proxy/errorpage-ipfire.css index a1b53d3..e237b44 100644 --- a/config/proxy/errorpage-ipfire.css +++ b/config/proxy/errorpage-ipfire.css @@ -13,7 +13,7 @@ html body { margin: 0; padding: 0; - background: #700000; + background: #880400; font-size: 12px; color: #1e1e1e; } @@ -21,7 +21,7 @@ html body { /* Page displayed title area */ #titles { margin-left: 15px; - padding: 35px; + padding: 30px; padding-left: 170px; background: url('http://XXXhostXXX:81/images/IPFire.png') no-repeat left; } diff --git a/config/rootfiles/core/44/update.sh b/config/rootfiles/core/44/update.sh index 5b1b9ee..eedc44f 100644 --- a/config/rootfiles/core/44/update.sh +++ b/config/rootfiles/core/44/update.sh @@ -24,7 +24,7 @@ . /opt/pakfire/lib/functions.sh /usr/local/bin/backupctrl exclude >/dev/null 2>&1 # -KVER="2.6.32.27" +KVER="2.6.32.28" MOUNT=`grep "kernel" /boot/grub/grub.conf | tail -n 1` # Nur den letzten Parameter verwenden echo $MOUNT > /dev/null diff --git a/lfs/linux b/lfs/linux index e885fb0..d01a046 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@
include Config
-PATCHLEVEL = .27 -VER = 2.6.32.27 +PATCHLEVEL = .28 +VER = 2.6.32.28
THISAPP = linux-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -35,7 +35,7 @@ CFLAGS = CXXFLAGS =
PROG = linux-xen -PAK_VER = 14 +PAK_VER = 15 DEPS = ""
# Normal build or XEN build. @@ -68,7 +68,7 @@ patch-2.6.16-nath323-1.3.bz2 = $(URL_IPFIRE)/patch-2.6.16-nath323-1.3.bz2 reiser4-for-2.6.32.patch.bz2 = $(URL_IPFIRE)/reiser4-for-2.6.32.patch.bz2 xen-patches-2.6.32-2d.tar.bz2 = $(URL_IPFIRE)/xen-patches-2.6.32-2d.tar.bz2
-$(DL_FILE)_MD5 = c8df8bed01a3b7e4ce13563e74181d71 +$(DL_FILE)_MD5 = 9ee6d4023f34eb055ec32f201b5f9206 netfilter-layer7-v2.22.tar.gz_MD5 = 98dff8a3d5a31885b73341633f69501f patch-2.6.16-nath323-1.3.bz2_MD5 = f926409ff703a307baf54b57ab75d138 reiser4-for-2.6.32.patch.bz2_MD5 = 3246397973d9271eb8e6d7c97c5d2d91 diff --git a/src/paks/linux-pae/install.sh b/src/paks/linux-pae/install.sh index 5a61ce2..445af20 100644 --- a/src/paks/linux-pae/install.sh +++ b/src/paks/linux-pae/install.sh @@ -24,7 +24,7 @@ . /opt/pakfire/lib/functions.sh extract_files # -KVER=2.6.32.27 +KVER=2.6.32.28 ROOT=`mount | grep " / " | cut -d" " -f1` ROOTUUID=`blkid -c /dev/null -sUUID $ROOT | cut -d'"' -f2` if [ ! -z $ROOTUUID ]; then diff --git a/src/paks/linux-xen/install.sh b/src/paks/linux-xen/install.sh index 104f674..f0be273 100644 --- a/src/paks/linux-xen/install.sh +++ b/src/paks/linux-xen/install.sh @@ -24,7 +24,7 @@ . /opt/pakfire/lib/functions.sh extract_files # -KVER=2.6.32.27 +KVER=2.6.32.28 ROOT=`mount | grep " / " | cut -d" " -f1` ROOTUUID=`blkid -c /dev/null -sUUID $ROOT | cut -d'"' -f2` if [ ! -z $ROOTUUID ]; then
hooks/post-receive -- IPFire 2.x development tree