diff options
author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2021-06-03 11:30:55 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-03 09:13:52 -0700 |
commit | f7751298c5d4fa27505f5b1da866389637baf0bb (patch) | |
tree | 6cca2f90d208c64bca5276bb0ed76c031bfbbb38 | |
parent | c90b87b81e7d60ccac06377074b97c34fa820648 (diff) | |
download | meta-openembedded-f7751298c5d4fa27505f5b1da866389637baf0bb.tar.gz |
nftables: upgrade 0.9.8 -> 0.9.9
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_0.9.9.bb (renamed from meta-networking/recipes-filter/nftables/nftables_0.9.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.9.8.bb b/meta-networking/recipes-filter/nftables/nftables_0.9.9.bb index 6990ae3ae..cbe2bb399 100644 --- a/meta-networking/recipes-filter/nftables/nftables_0.9.8.bb +++ b/meta-networking/recipes-filter/nftables/nftables_0.9.9.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "libmnl libnftnl bison-native \ | |||
10 | UPSTREAM_CHECK_REGEX = "nftables-(?P<pver>\d+(\.\d+){2,}).tar.bz2" | 10 | UPSTREAM_CHECK_REGEX = "nftables-(?P<pver>\d+(\.\d+){2,}).tar.bz2" |
11 | 11 | ||
12 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2" | 12 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2" |
13 | SRC_URI[sha256sum] = "60fc004656dae4fefc4901c939c9d64120b4dedb49738e420a9a34989f108fe4" | 13 | SRC_URI[sha256sum] = "76ef2dc7fd0d79031a8369487739a217ca83996b3a746cec5bda79da11e3f1b4" |
14 | 14 | ||
15 | inherit autotools manpages pkgconfig | 15 | inherit autotools manpages pkgconfig |
16 | 16 | ||