From 3d02fd0ef2906964bd16343ac97f1d2fdaab9bec Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 15 Jul 2024 17:02:00 +0800 Subject: ipset: upgrade 7.21 -> 7.22 Changelog: ========== - ipset: fix json output format for IPSET_OPT_IP - tests: add namespace test and take into account delayed set removal at module remove - Update autoconfig tools to build cleanly on Debian bookworm Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-networking/recipes-filter/ipset/ipset_7.21.bb | 22 ---------------------- meta-networking/recipes-filter/ipset/ipset_7.22.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-networking/recipes-filter/ipset/ipset_7.21.bb create mode 100644 meta-networking/recipes-filter/ipset/ipset_7.22.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-filter/ipset/ipset_7.21.bb b/meta-networking/recipes-filter/ipset/ipset_7.21.bb deleted file mode 100644 index c7ebdc1c66..0000000000 --- a/meta-networking/recipes-filter/ipset/ipset_7.21.bb +++ /dev/null @@ -1,22 +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-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -SECTION = "base" - -DEPENDS = "libtool libmnl" - -SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BP}.tar.bz2 \ - file://0001-ipset-Define-portable-basename-function.patch" -SRC_URI[sha256sum] = "e2c6ce4fcf3acb3893ca5d35c86935f80ad76fc5ccae601185842df760e0bc69" - -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.22.bb b/meta-networking/recipes-filter/ipset/ipset_7.22.bb new file mode 100644 index 0000000000..5eaf142411 --- /dev/null +++ b/meta-networking/recipes-filter/ipset/ipset_7.22.bb @@ -0,0 +1,22 @@ +# 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-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" +SECTION = "base" + +DEPENDS = "libtool libmnl" + +SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BP}.tar.bz2 \ + file://0001-ipset-Define-portable-basename-function.patch" +SRC_URI[sha256sum] = "f6ac5a47c3ef9f4c67fcbdf55e791cbfe38eb0a4aa1baacd12646a140abacdd9" + +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