From 462e6ceda8fcf9e8ec7e6d01e65212f607c4d3e8 Mon Sep 17 00:00:00 2001 From: Tawhidul Islam Date: Sun, 13 Sep 2026 22:46:30 +0600 Subject: [PATCH] dnsproxy: update to 0.84.2 Update dnsproxy to upstream version 0.84.2. Release notes: - Updated Go to 1.26.8 - Fixed DoQ 0-RTT opcode handling Signed-off-by: Tawhidul Islam --- net/dnsproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnsproxy/Makefile b/net/dnsproxy/Makefile index 504f255cf0..06439c97e5 100644 --- a/net/dnsproxy/Makefile +++ b/net/dnsproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsproxy -PKG_VERSION:=0.84.1 +PKG_VERSION:=0.84.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=fb99ae07d991bb58277ca857389933cbdc6cbf86f1a1c3eab8ccd4df4e333eec +PKG_HASH:=a7a6fe89dd1ec34e94fecf78a980696ae1b5f95424e2b9cf62602bf8fee89a2d PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0