From 8877977e47a56132f389f1221b7c6bc51c113e77 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 18 Oct 2016 22:38:33 -0700 Subject: libmnl, nftables: Update versions libmnl -> 1.0.4 nftables -> 0.6 Signed-off-by: Khem Raj Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald (cherry picked from commit 406ca647b696f83e5581783f68d1973932eac196) Signed-off-by: Andreas Oberritter --- meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb | 13 ------------- meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb | 13 +++++++++++++ meta-networking/recipes-filter/nftables/nftables_0.5.bb | 17 ----------------- meta-networking/recipes-filter/nftables/nftables_0.6.bb | 16 ++++++++++++++++ 4 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb create mode 100644 meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb delete mode 100644 meta-networking/recipes-filter/nftables/nftables_0.5.bb create mode 100644 meta-networking/recipes-filter/nftables/nftables_0.6.bb diff --git a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb b/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb deleted file mode 100644 index b3a5f2e956..0000000000 --- a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Minimalistic user-space Netlink utility library" -DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \ - functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs." -HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html" -SECTION = "libs" -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" -SRC_URI[tar.md5sum] = "7d95fc3bea3365bc03c48e484224f65f" -SRC_URI[tar.sha256sum] = "6f14336e9acdbc62c2dc71bbb59ce162e54e9af5c80153e92476c5443fe784de" - -inherit autotools pkgconfig diff --git a/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb b/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb new file mode 100644 index 0000000000..b458799800 --- /dev/null +++ b/meta-networking/recipes-filter/libmnl/libmnl_1.0.4.bb @@ -0,0 +1,13 @@ +SUMMARY = "Minimalistic user-space Netlink utility library" +DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \ + functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs." +HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html" +SECTION = "libs" +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "http://www.netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" +SRC_URI[tar.md5sum] = "be9b4b5328c6da1bda565ac5dffadb2d" +SRC_URI[tar.sha256sum] = "171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81" + +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 deleted file mode 100644 index 11b5e5a908..0000000000 --- a/meta-networking/recipes-filter/nftables/nftables_0.5.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] = "94bfe1c54bcb9f6ed974835f2fca8069" -SRC_URI[sha256sum] = "1fb6dff333d8a4fc347cbbe273bf905a2634b27a8c39df0d3a45d5a3fde10ad6" - -inherit autotools pkgconfig diff --git a/meta-networking/recipes-filter/nftables/nftables_0.6.bb b/meta-networking/recipes-filter/nftables/nftables_0.6.bb new file mode 100644 index 0000000000..5dd93627ae --- /dev/null +++ b/meta-networking/recipes-filter/nftables/nftables_0.6.bb @@ -0,0 +1,16 @@ +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] = "fd320e35fdf14b7be795492189b13dae" +SRC_URI[sha256sum] = "dede62655f1c56f2bc9f9be12d103d930dcef6d5f9e0855854ad9c6f93cd6c2d" + +inherit autotools pkgconfig -- cgit 1.2.3-korg