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 5d924403f2508c8ef34ca148ec49aeb641a8f7e6 (commit) from 579a39d0ba66b05767eacef0841e61b715429f20 (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 5d924403f2508c8ef34ca148ec49aeb641a8f7e6 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Dec 27 18:39:34 2010 +0100
fireinfo: Update to 0.14.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/fireinfo | 2 ++ lfs/fireinfo | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/fireinfo b/config/rootfiles/common/fireinfo index e4073dd..8f88669 100644 --- a/config/rootfiles/common/fireinfo +++ b/config/rootfiles/common/fireinfo @@ -9,6 +9,8 @@ usr/lib/python2.7/site-packages/fireinfo/device.py usr/lib/python2.7/site-packages/fireinfo/device.pyc usr/lib/python2.7/site-packages/fireinfo/hypervisor.py usr/lib/python2.7/site-packages/fireinfo/hypervisor.pyc +usr/lib/python2.7/site-packages/fireinfo/network.py +usr/lib/python2.7/site-packages/fireinfo/network.pyc usr/lib/python2.7/site-packages/fireinfo/system.py usr/lib/python2.7/site-packages/fireinfo/system.pyc var/ipfire/main/send_profile diff --git a/lfs/fireinfo b/lfs/fireinfo index 94aab88..dcd09a4 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -24,7 +24,7 @@
include Config
-VER = 0.13.1 +VER = 0.14
THISAPP = fireinfo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b1f4a449fc9ec6cc418358774cd642f7 +$(DL_FILE)_MD5 = 3f89a6b6b33614e2a095608f6164ffac
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree