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 3.x development tree".
The branch, master has been updated via a62c7eacc7ce619fdd7d3f7ef3a9dcda5a9fd589 (commit) via aebc3bee7755b57704623ed3055f39cac50d97e8 (commit) via 5e87ec1a7876cef35c82683b37f0bd2cacdcf03e (commit) from 5ebeb444df1aab5ff6a5827584128ba80945edb4 (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 a62c7eacc7ce619fdd7d3f7ef3a9dcda5a9fd589 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Dec 19 12:30:54 2012 +0100
batctl: New package: B.A.T.M.A.N. advanced control and management tool.
commit aebc3bee7755b57704623ed3055f39cac50d97e8 Merge: 5e87ec1 5ebeb44 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Dec 19 11:13:22 2012 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 5e87ec1a7876cef35c82683b37f0bd2cacdcf03e Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Dec 19 11:12:32 2012 +0100
automake: Update to 1.12.6.
-----------------------------------------------------------------------
Summary of changes: automake/automake.nm | 2 +- batctl/batctl.nm | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 batctl/batctl.nm
Difference in files: diff --git a/automake/automake.nm b/automake/automake.nm index 5c26f81..e04e0cd 100644 --- a/automake/automake.nm +++ b/automake/automake.nm @@ -4,7 +4,7 @@ ###############################################################################
name = automake -version = 1.12.5 +version = 1.12.6 release = 1 arch = noarch
diff --git a/batctl/batctl.nm b/batctl/batctl.nm new file mode 100644 index 0000000..8095ae5 --- /dev/null +++ b/batctl/batctl.nm @@ -0,0 +1,38 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = batctl +version = 2012.4.0 +release = 1 + +groups = Networking/Tools +url = http://www.open-mesh.org/projects/batctl +license = GPLv2 +summary = B.A.T.M.A.N. advanced control and management tool. + + +description + B.A.T.M.A.N. advanced operates on layer 2 and thus all + hosts participating in the virtual switch are completely + transparent for all protocols above layer 2. Therefore the + common diagnosis tools do not work as expected. + To overcome these problems batctl was created. At the moment batctl + contains ping, traceroute, tcpdump and interfaces to the + kernel module settings. +end + +source_dl = http://downloads.open-mesh.org/batman/stable/sources/batctl/ + +build + make_install_targets += PREFIX=%{prefix} +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end
hooks/post-receive -- IPFire 3.x development tree