From f9bebc9d4156c07ceb54c20f81c250ca824b849d Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Wed, 14 Oct 2015 20:54:06 +0200 Subject: nftables: update nftables userland tools from 0.4 to 0.5 Update nftables tools from 0.4 to 0.5, for ChangeLog see http://git.netfilter.org/nftables/log/ Signed-off-by: Jens Rehsack Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-filter/nftables/nftables_0.4.bb | 17 ----------------- meta-networking/recipes-filter/nftables/nftables_0.5.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-networking/recipes-filter/nftables/nftables_0.4.bb create mode 100644 meta-networking/recipes-filter/nftables/nftables_0.5.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-filter/nftables/nftables_0.4.bb b/meta-networking/recipes-filter/nftables/nftables_0.4.bb deleted file mode 100644 index 741b3308a7..0000000000 --- a/meta-networking/recipes-filter/nftables/nftables_0.4.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Netfilter Tables userspace utillites" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79" -SECTION = "net" - -DEPENDS = "libmnl libnftnl readline gmp" -RRECOMMENDS_${PN} += "kernel-module-nf-tables \ - " - -SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \ - file://fix-to-generate-ntf.8.patch \ - " - -SRC_URI[md5sum] = "09b686c489ff10db670ca60dbed7ff43" -SRC_URI[sha256sum] = "f6ca69b75c68915f9f3a3972274ec68354dfbbcfc0b9fc55c813a0525c351d3c" - -inherit autotools pkgconfig diff --git a/meta-networking/recipes-filter/nftables/nftables_0.5.bb b/meta-networking/recipes-filter/nftables/nftables_0.5.bb new file mode 100644 index 0000000000..11b5e5a908 --- /dev/null +++ b/meta-networking/recipes-filter/nftables/nftables_0.5.bb @@ -0,0 +1,17 @@ +SUMMARY = "Netfilter Tables userspace utillites" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79" +SECTION = "net" + +DEPENDS = "libmnl libnftnl readline gmp" +RRECOMMENDS_${PN} += "kernel-module-nf-tables \ + " + +SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \ + file://fix-to-generate-ntf.8.patch \ + " + +SRC_URI[md5sum] = "94bfe1c54bcb9f6ed974835f2fca8069" +SRC_URI[sha256sum] = "1fb6dff333d8a4fc347cbbe273bf905a2634b27a8c39df0d3a45d5a3fde10ad6" + +inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf