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 f18a2f61822a98ee3992ba9295f7b6d7f7e3d538 (commit) from 067b907e7944972efa42cfb0405f388c527d75dc (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 f18a2f61822a98ee3992ba9295f7b6d7f7e3d538 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Apr 13 15:29:03 2014 +0200
New packages: nftables and libnftnl.
-----------------------------------------------------------------------
Summary of changes: .../libpciaccess.nm => libnftnl/libnftnl.nm | 27 ++++++++-------- .../libpciaccess.nm => nftables/nftables.nm | 36 ++++++++++++---------- 2 files changed, 35 insertions(+), 28 deletions(-) copy libpciaccess/libpciaccess.nm => libnftnl/libnftnl.nm (54%) copy libpciaccess/libpciaccess.nm => nftables/nftables.nm (51%)
Difference in files: diff --git a/libnftnl/libnftnl.nm b/libnftnl/libnftnl.nm new file mode 100644 index 0000000..147303c --- /dev/null +++ b/libnftnl/libnftnl.nm @@ -0,0 +1,49 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = libnftnl +version = 1.0.0 +snapshot = 20140412 +release = 1.%{snapshot} +thisapp = %{name}-%{snapshot} + +groups = Networking/Tools +url = http://netfilter.org/projects/libnftnl +license = GPLv2 +summary = Library for low-level interaction with nftables + +description + Library for low-level interaction with nftables Netlink's API over + libmnl. +end + +source_dl = http://ftp.netfilter.org/pub/libnftnl/snapshot/ +sources = %{thisapp}.tar.bz2 + +build + requires + autoconf + autogen + automake + libmnl-devel + libtool + end + + prepare_cmds + ./autogen.sh + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end diff --git a/nftables/nftables.nm b/nftables/nftables.nm new file mode 100644 index 0000000..82eabcf --- /dev/null +++ b/nftables/nftables.nm @@ -0,0 +1,50 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = nftables +version = 0.100 +snapshot = 20140412 +release = 1.%{snapshot} +thisapp = %{name}-%{snapshot} + +groups = Networking/Tools +url = http://netfilter.org/projects/nftables/ +license = GPLv2 +summary = Netfilter Tables userspace utillites + +description + %{summary} +end + +source_dl = http://ftp.netfilter.org/pub/nftables/snapshot/ +sources = %{thisapp}.tar.bz2 + +build + requires + autoconf + autogen + automake + bison + docbook-dtds + flex + gmp-devel + libtool + libmnl-devel + libnftnl-devel + readline-devel + end + + prepare_cmds + ./autogen.sh + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end
hooks/post-receive -- IPFire 3.x development tree