[openwrt/openwrt] nftables: update to 1.0.4
LEDE Commits
lede-commits at lists.infradead.org
Fri Jun 24 08:11:30 PDT 2022
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a74a853d0d9c716bcaf1878eecbdc3860d28c88e
commit a74a853d0d9c716bcaf1878eecbdc3860d28c88e
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Jun 7 21:32:11 2022 +0200
nftables: update to 1.0.4
Needs libnftnl 1.2.2.
3eb0da9f build: Bump version to 1.0.4
a964d1b5 tests: shell: remove leftover modules on cleanup
818f7dde evaluate: reset ctx->set after set interval evaluation
3835de19 tests: shell: sets_with_ifnames release netns on exit
59bd944f optimize: segfault when releasing unsupported statement
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/network/utils/nftables/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index 0578c936a6..88d7aebefc 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nftables
-PKG_VERSION:=1.0.3
+PKG_VERSION:=1.0.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=47c4eba0105ebd3ffa89553e0702ccb34d8906a91f72ced58ab0d992b29c7748
+PKG_HASH:=927fb1fea1f685a328c10cf791eb655d7e1ed49d310eea5cb3101dfd8d6cba35
PKG_MAINTAINER:=
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list