From: Dengfeng Liu Date: Tue, 8 Sep 2026 08:45:40 +0000 (+0800) Subject: xfrpc: update to 5.09.982 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b65e6951bc1a37c7de25c4c0d0cd9106dc76721f;p=openwrt-packages.git xfrpc: update to 5.09.982 Update from 5.06.909 to 5.09.982. Major improvements and highlights: - Add frp transport.wireProtocol v2 support (JSON messages + AES-256-GCM AEAD) - Support modern frp TOML configuration via tomlc17 - Support OIDC authentication with OAuth2 client_credentials flow - AES-128-CFB wire encryption and Snappy compression support - QUIC transport maturity with ngtcp2 <-> quic-go interop - End-to-end security hardening (bounds check, TLS verification, buffer drains) - Build fix for 32-bit architectures (widen plen to uint64_t before shift) - Build fix for OpenWrt wolfSSL/OpenSSL dual-backend compatibility - Remove deprecated IOD and FTP proxy types Signed-off-by: Dengfeng Liu --- diff --git a/net/xfrpc/Makefile b/net/xfrpc/Makefile index c9e9a12ec..4fd545074 100644 --- a/net/xfrpc/Makefile +++ b/net/xfrpc/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xfrpc -PKG_VERSION:=5.06.909 +PKG_VERSION:=5.09.982 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/liudf0716/xfrpc/tar.gz/$(PKG_VERSION)? -PKG_HASH:=7742bedbe929f5bfb386af2025de744aa38bc6f531e1f86a1fbb7318e3ec8f72 -PKG_BUILD_DIR:=$(BUILD_DIR)/xfrpc-$(PKG_VERSION) +PKG_HASH:=62fa59540bcfea04289b67fdb37916904f4dac62ac799ddf8cd634949a556edc PKG_MAINTAINER:=Dengfeng Liu PKG_LICENSE:=GPL-3.0-or-later