From 917c0bfe9f26b88eff003d292365cfb1ef5a7fd0 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 6 Mar 2021 16:31:31 +0100 Subject: ipset: update to 7.11 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-networking/recipes-filter/ipset/ipset_7.10.bb | 21 --------------------- meta-networking/recipes-filter/ipset/ipset_7.11.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-networking/recipes-filter/ipset/ipset_7.10.bb create mode 100644 meta-networking/recipes-filter/ipset/ipset_7.11.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-filter/ipset/ipset_7.10.bb b/meta-networking/recipes-filter/ipset/ipset_7.10.bb deleted file mode 100644 index b724233ba0..0000000000 --- a/meta-networking/recipes-filter/ipset/ipset_7.10.bb +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2017 Aaron Brice -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "Administration tool for IP sets" -HOMEPAGE = "http://ipset.netfilter.org" -LICENSE = "GPL-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -SECTION = "base" - -DEPENDS = "libtool libmnl" - -SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BP}.tar.bz2" -SRC_URI[sha256sum] = "b24906ba43e2fe322bd41863476761d749a4bddf5ce4c2265ba04b03bc7e9cf6" - -inherit autotools pkgconfig module-base - -EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}" - -RRECOMMENDS_${PN} = "\ - kernel-module-ip-set \ -" diff --git a/meta-networking/recipes-filter/ipset/ipset_7.11.bb b/meta-networking/recipes-filter/ipset/ipset_7.11.bb new file mode 100644 index 0000000000..693aa90318 --- /dev/null +++ b/meta-networking/recipes-filter/ipset/ipset_7.11.bb @@ -0,0 +1,21 @@ +# Copyright (C) 2017 Aaron Brice +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Administration tool for IP sets" +HOMEPAGE = "http://ipset.netfilter.org" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" +SECTION = "base" + +DEPENDS = "libtool libmnl" + +SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BP}.tar.bz2" +SRC_URI[sha256sum] = "3151baad30f1d9e317b2ab4f2f5aa7a9f7b4dc11fcf8fe73acd0dc0b5dbabf7d" + +inherit autotools pkgconfig module-base + +EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}" + +RRECOMMENDS_${PN} = "\ + kernel-module-ip-set \ +" -- cgit v1.2.3-54-g00ecf