diff options
| author | Hauke Mehrtens | 2024-10-23 22:09:22 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-11-15 23:11:29 +0000 |
| commit | faebcc61eb331f5898504933a49c18a5de02b8b1 (patch) | |
| tree | 3287615eb3f88a817734ac2c6da74038be4e4b1f | |
| parent | 3e094777e7a660840648f68d1d10c532cbe6ab05 (diff) | |
| download | openwrt-faebcc61eb331f5898504933a49c18a5de02b8b1.tar.gz | |
nftables: update to 1.1.1
Release Announcement:
https://lwn.net/Articles/982283/
https://lwn.net/Articles/992760/
Link: https://github.com/openwrt/openwrt/pull/16769
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit c11a18be0dc38c81280baa948500fe1a57de0685)
| -rw-r--r-- | package/network/utils/nftables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index 38a8199d11..06b3fcfcda 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.9 +PKG_VERSION:=1.1.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files -PKG_HASH:=a3c304cd9ba061239ee0474f9afb938a9bb99d89b960246f66f0c3a0a85e14cd +PKG_HASH:=6358830f3a64f31e39b0ad421d7dadcd240b72343ded48d8ef13b8faf204865a PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0 |