[openwrt/openwrt] nftables: update to 1.0.7
LEDE Commits
lede-commits at lists.infradead.org
Sun Mar 19 09:01:40 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ab514c28a8ca3a07a3b9c85965f8ac60bb63ea0f
commit ab514c28a8ca3a07a3b9c85965f8ac60bb63ea0f
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Mon Mar 13 23:24:24 2023 +0100
nftables: update to 1.0.7
Release Notes:
https://marc.info/?l=netfilter-devel&m=167873533214563&w=2
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 2010aaf65c..9a180a0953 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.6
+PKG_VERSION:=1.0.7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
-PKG_HASH:=2407430ddd82987670e48dc2fda9e280baa8307abec04ab18d609df3db005e4c
+PKG_HASH:=c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412
PKG_MAINTAINER:=
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list