diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-10-08 14:08:44 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-07 23:18:54 -0700 |
commit | f514a646e84b9672d789e5096420e362ed1f5255 (patch) | |
tree | 22d0e1c844fab059da9765faa27d7740045360a1 /meta-networking | |
parent | 0681130a666ce0c42a1a2aeb2856d5f4a5eee0f2 (diff) | |
download | meta-openembedded-f514a646e84b9672d789e5096420e362ed1f5255.tar.gz |
nftables: upgrade 1.1.0 -> 1.1.1
ChangeLog:
https://www.netfilter.org/projects/nftables/files/changes-nftables-1.1.1.txt
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_1.1.1.bb (renamed from meta-networking/recipes-filter/nftables/nftables_1.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.1.0.bb b/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb index 98e7a85a47..17709016be 100644 --- a/meta-networking/recipes-filter/nftables/nftables_1.1.0.bb +++ b/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb | |||
@@ -14,7 +14,7 @@ DEPENDS = "libmnl libnftnl bison-native \ | |||
14 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ | 14 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "ef3373294886c5b607ee7be82c56a25bc04e75f802f8e8adcd55aac91eb0aa24" | 17 | SRC_URI[sha256sum] = "6358830f3a64f31e39b0ad421d7dadcd240b72343ded48d8ef13b8faf204865a" |
18 | 18 | ||
19 | inherit autotools manpages pkgconfig ptest | 19 | inherit autotools manpages pkgconfig ptest |
20 | 20 | ||