diff --git a/meta-networking/recipes-filter/ipset/ipset/0001-ipset-Define-portable-basename-function.patch b/meta-networking/recipes-filter/ipset/ipset/0001-ipset-Define-portable-basename-function.patch index a06bcac362..bbe0687b26 100644 --- a/meta-networking/recipes-filter/ipset/ipset/0001-ipset-Define-portable-basename-function.patch +++ b/meta-networking/recipes-filter/ipset/ipset/0001-ipset-Define-portable-basename-function.patch @@ -19,9 +19,9 @@ diff --git a/src/ipset.c b/src/ipset.c index 162f477..7b5d580 100644 --- a/src/ipset.c +++ b/src/ipset.c -@@ -16,6 +16,16 @@ - #include /* ipset library */ +@@ -17,6 +17,16 @@ #include /* translate to nftables */ + #include +/* basename is implemented differently across different C libraries. This + * implementation matches the one provided by the GNU libc, and does not @@ -36,7 +36,7 @@ index 162f477..7b5d580 100644 int main(int argc, char *argv[]) { -@@ -32,7 +42,7 @@ main(int argc, char *argv[]) +@@ -33,7 +43,7 @@ main(int argc, char *argv[]) exit(1); } diff --git a/meta-networking/recipes-filter/ipset/ipset_7.22.bb b/meta-networking/recipes-filter/ipset/ipset_7.24.bb similarity index 80% rename from meta-networking/recipes-filter/ipset/ipset_7.22.bb rename to meta-networking/recipes-filter/ipset/ipset_7.24.bb index 5eaf142411..15fffe6b9e 100644 --- a/meta-networking/recipes-filter/ipset/ipset_7.22.bb +++ b/meta-networking/recipes-filter/ipset/ipset_7.24.bb @@ -9,9 +9,9 @@ SECTION = "base" DEPENDS = "libtool libmnl" -SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BP}.tar.bz2 \ +SRC_URI = "https://ipset.netfilter.org/${BP}.tar.bz2 \ file://0001-ipset-Define-portable-basename-function.patch" -SRC_URI[sha256sum] = "f6ac5a47c3ef9f4c67fcbdf55e791cbfe38eb0a4aa1baacd12646a140abacdd9" +SRC_URI[sha256sum] = "fbe3424dff222c1cb5e5c34d38b64524b2217ce80226c14fdcbb13b29ea36112" inherit autotools pkgconfig module-base