]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
nftables: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Jun 2018 10:16:54 +0000 (11:16 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 Jun 2018 10:48:35 +0000 (11:48 +0100)
nftables is likely to be discontinued in favour of bpfilter

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libnftnl/libnftnl.nm [deleted file]
nftables/nftables.nm [deleted file]

diff --git a/libnftnl/libnftnl.nm b/libnftnl/libnftnl.nm
deleted file mode 100644 (file)
index 3ad24a9..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = libnftnl
-version    = 1.0.6
-release    = 1
-thisapp    = %{name}-%{version}
-
-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/
-sources    = %{thisapp}.tar.bz2
-
-build
-       requires
-               autoconf
-               autogen
-               automake
-               libmnl-devel
-               libtool
-       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
deleted file mode 100644 (file)
index f8a97d0..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = nftables
-version    = 0.100
-snapshot   = 20160602
-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
-               docbook2X
-               docbook-xsl
-               flex
-               gmp-devel
-               libtool
-               libmnl-devel
-               libnftnl-devel >= 1.0.5
-               readline-devel
-       end
-
-       prepare_cmds
-               ./autogen.sh
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end