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 67a1b5b843fab82cd0f185a11aeced596fb3c507 (commit) via 91bba6b28db61b3e3644cf5c9e47fb036fe526ef (commit) via 1914416e85bea97c75db4dafc2f37c512a562c75 (commit) via c60fa4138d8a4dd4723e2758f27f65f9a5471f3d (commit) via 7fdcea4ef6f6bc7b3169fbc30647fd23b9002f13 (commit) via 0458115681ef6178b0423f04fc549053d3e43d8e (commit) via 27e5a0135381ea46c168e65fa669826d1606da48 (commit) via d52c5930012c2616d10cf811c5b99ee772fe18d1 (commit) via cbb914abe8dd48de5c055ba88d4d906e972a3c5a (commit) via 601099d677a3401b21a8579933c4b2d51f0a5799 (commit) via d9d5d3017b80f919500ed448bb6179ea5caab14a (commit) from e056ca737a5d9069df87665ac9486784d2bf07d5 (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 67a1b5b843fab82cd0f185a11aeced596fb3c507 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jul 26 07:51:45 2011 +0200
start core52.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/50/filelists/icons | 13 ------------- config/rootfiles/core/51/filelists/files | 1 + config/rootfiles/core/{49 => 52}/exclude | 0 config/rootfiles/core/{51 => 52}/filelists/files | 1 + config/rootfiles/core/{49 => 52}/meta | 0 config/rootfiles/core/{49 => 52}/update.sh | 8 ++++---- html/html/images/delete.gif | Bin 1879 -> 153 bytes html/html/images/document-save.png | Bin 1572 -> 911 bytes html/html/images/edit.gif | Bin 1726 -> 131 bytes html/html/images/floppy.gif | Bin 1179 -> 151 bytes html/html/images/forward.gif | Bin 1669 -> 609 bytes html/html/images/info.gif | Bin 1811 -> 1209 bytes html/html/images/list-add.png | Bin 932 -> 323 bytes html/html/images/list-remove.png | Bin 651 -> 247 bytes html/html/images/package-x-generic.png | Bin 1666 -> 540 bytes html/html/images/reload.gif | Bin 1859 -> 108 bytes html/html/images/stock_ok.png | Bin 2830 -> 672 bytes html/html/images/stock_stop.png | Bin 3051 -> 1379 bytes html/html/images/user-trash.png | Bin 1562 -> 655 bytes lfs/linux | 2 +- make.sh | 2 +- 21 files changed, 8 insertions(+), 19 deletions(-) delete mode 100644 config/rootfiles/core/50/filelists/icons copy config/rootfiles/core/{49 => 52}/exclude (100%) copy config/rootfiles/core/{51 => 52}/filelists/files (51%) copy config/rootfiles/core/{49 => 52}/meta (100%) copy config/rootfiles/core/{49 => 52}/update.sh (93%)
Difference in files: diff --git a/config/rootfiles/core/50/filelists/icons b/config/rootfiles/core/50/filelists/icons deleted file mode 100644 index 52b22e0..0000000 --- a/config/rootfiles/core/50/filelists/icons +++ /dev/null @@ -1,13 +0,0 @@ -srv/web/ipfire/html/images/delete.gif -srv/web/ipfire/html/images/document-save.png -srv/web/ipfire/html/images/edit.gif -srv/web/ipfire/html/images/floppy.gif -srv/web/ipfire/html/images/forward.gif -srv/web/ipfire/html/images/info.gif -srv/web/ipfire/html/images/list-add.png -srv/web/ipfire/html/images/list-remove.png -srv/web/ipfire/html/images/package-x-generic.png -srv/web/ipfire/html/images/reload.gif -srv/web/ipfire/html/images/stock_ok.png -srv/web/ipfire/html/images/stock_stop.png -srv/web/ipfire/html/images/user-trash.png diff --git a/config/rootfiles/core/51/filelists/files b/config/rootfiles/core/51/filelists/files index 0037af1..f3cb1f0 100644 --- a/config/rootfiles/core/51/filelists/files +++ b/config/rootfiles/core/51/filelists/files @@ -1 +1,2 @@ etc/system-release +var/ipfire/langs/ diff --git a/config/rootfiles/core/52/exclude b/config/rootfiles/core/52/exclude new file mode 100644 index 0000000..ce199d8 --- /dev/null +++ b/config/rootfiles/core/52/exclude @@ -0,0 +1 @@ +srv/web/ipfire/html/proxy.pac diff --git a/config/rootfiles/core/52/filelists/files b/config/rootfiles/core/52/filelists/files new file mode 100644 index 0000000..f3cb1f0 --- /dev/null +++ b/config/rootfiles/core/52/filelists/files @@ -0,0 +1,2 @@ +etc/system-release +var/ipfire/langs/ diff --git a/config/rootfiles/core/52/meta b/config/rootfiles/core/52/meta new file mode 100644 index 0000000..d547fa8 --- /dev/null +++ b/config/rootfiles/core/52/meta @@ -0,0 +1 @@ +DEPS="" diff --git a/config/rootfiles/core/52/update.sh b/config/rootfiles/core/52/update.sh new file mode 100644 index 0000000..16e8368 --- /dev/null +++ b/config/rootfiles/core/52/update.sh @@ -0,0 +1,59 @@ +#!/bin/bash +############################################################################ +# # +# This file is part of the IPFire Firewall. # +# # +# IPFire is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 3 of the License, or # +# (at your option) any later version. # +# # +# IPFire is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with IPFire; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +# Copyright (C) 2011 IPFire-Team info@ipfire.org. # +# # +############################################################################ +# +. /opt/pakfire/lib/functions.sh +/usr/local/bin/backupctrl exclude >/dev/null 2>&1 + +# +# Remove old core updates from pakfire cache to save space... +core=52 +for (( i=1; i<=$core; i++ )) +do + rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire +done + +# +#Stop services + +# +#Extract files +extract_files + +# +#Start services + +# +#Update Language cache +perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" + +#Rebuild module dep's +#depmod 2.6.32.43-ipfire >/dev/null 2>&1 +#depmod 2.6.32.43-ipfire-pae >/dev/null 2>&1 +#depmod 2.6.32.43-ipfire-xen >/dev/null 2>&1 + +# +#Finish +/etc/init.d/fireinfo start +sendprofile +#Don't report the exitcode last command +exit 0 diff --git a/html/html/images/delete.gif b/html/html/images/delete.gif index edae2a7..855a9b3 100644 Binary files a/html/html/images/delete.gif and b/html/html/images/delete.gif differ diff --git a/html/html/images/document-save.png b/html/html/images/document-save.png index 65a42b2..22ff495 100644 Binary files a/html/html/images/document-save.png and b/html/html/images/document-save.png differ diff --git a/html/html/images/edit.gif b/html/html/images/edit.gif index 851d29e..c749f46 100644 Binary files a/html/html/images/edit.gif and b/html/html/images/edit.gif differ diff --git a/html/html/images/floppy.gif b/html/html/images/floppy.gif index d056222..7db2f32 100644 Binary files a/html/html/images/floppy.gif and b/html/html/images/floppy.gif differ diff --git a/html/html/images/forward.gif b/html/html/images/forward.gif index fdda6af..33d18b5 100644 Binary files a/html/html/images/forward.gif and b/html/html/images/forward.gif differ diff --git a/html/html/images/info.gif b/html/html/images/info.gif index 31e680c..94671ef 100644 Binary files a/html/html/images/info.gif and b/html/html/images/info.gif differ diff --git a/html/html/images/list-add.png b/html/html/images/list-add.png index 012cb2e..1aa7f09 100644 Binary files a/html/html/images/list-add.png and b/html/html/images/list-add.png differ diff --git a/html/html/images/list-remove.png b/html/html/images/list-remove.png index 2d0c780..00b654e 100644 Binary files a/html/html/images/list-remove.png and b/html/html/images/list-remove.png differ diff --git a/html/html/images/package-x-generic.png b/html/html/images/package-x-generic.png index 5febf95..9015426 100644 Binary files a/html/html/images/package-x-generic.png and b/html/html/images/package-x-generic.png differ diff --git a/html/html/images/reload.gif b/html/html/images/reload.gif index 1b04197..a456e7e 100644 Binary files a/html/html/images/reload.gif and b/html/html/images/reload.gif differ diff --git a/html/html/images/stock_ok.png b/html/html/images/stock_ok.png index 7a4acb5..d92d88d 100644 Binary files a/html/html/images/stock_ok.png and b/html/html/images/stock_ok.png differ diff --git a/html/html/images/stock_stop.png b/html/html/images/stock_stop.png index 8305ee8..89c2124 100644 Binary files a/html/html/images/stock_stop.png and b/html/html/images/stock_stop.png differ diff --git a/html/html/images/user-trash.png b/html/html/images/user-trash.png index 2a1c7b1..0e0953c 100644 Binary files a/html/html/images/user-trash.png and b/html/html/images/user-trash.png differ diff --git a/lfs/linux b/lfs/linux index ac85f20..dd01d9e 100644 --- a/lfs/linux +++ b/lfs/linux @@ -35,7 +35,7 @@ CFLAGS = CXXFLAGS =
PROG = linux-xen -PAK_VER = 16 +PAK_VER = 17 DEPS = ""
# Normal build or XEN build. diff --git a/make.sh b/make.sh index 7ae5002..a9bc4be 100755 --- a/make.sh +++ b/make.sh @@ -25,7 +25,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.9" # Version number -CORE="51" # Core Level (Filename) +CORE="52" # Core Level (Filename) PAKFIRE_CORE="51" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan
hooks/post-receive -- IPFire 2.x development tree