From: Dengfeng Liu Date: Mon, 20 Jul 2026 09:32:22 +0000 (+0800) Subject: apfree-wifidog: update to 9.07.2907 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6007f8eeedd7678ba6fbd9c2d0a551755a2d1dbf;p=openwrt-packages.git apfree-wifidog: update to 9.07.2907 Updated from 9.05.2872 to 9.07.2907. Changes: - Portal cache lazy loading for faster portal page delivery - MAC blacklist (untrust_macs) nftables support and wdctlx CLI - MQTT API handlers for untrusted MAC management - QoS request rate limits in BPF handler - Fix null pointer crash and connection memory leak - Fix URL encoding for SSID in redirect URLs - Fix auth server redirect loop detection - Fix BPF MAC address display and traversal issues - Fix firewall dual-stack independent evaluation - Fix WiFi SSID retrieval from bridge FDB Signed-off-by: Dengfeng Liu --- diff --git a/net/apfree-wifidog/Makefile b/net/apfree-wifidog/Makefile index cd6b61804..e8ebac99a 100644 --- a/net/apfree-wifidog/Makefile +++ b/net/apfree-wifidog/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apfree-wifidog -PKG_VERSION:=9.05.2872 +PKG_VERSION:=9.07.2907 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/liudf0716/$(PKG_NAME)/tar.gz/$(PKG_VERSION)? -PKG_HASH:=36b954719dcaadf8e574ee48ab897a6a3aa3b0443e3c2fa54ca784917302aa97 +PKG_HASH:=c008c9e0f08d22b1a30f709d981a7829fd25a5de92d045b228cdbb5a30c18f4c PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Dengfeng Liu