]> git.99rst.org Git - openwrt-packages.git/commitdiff
dnsproxy: update to 0.84.2
authorTawhidul Islam <redacted>
Sun, 13 Sep 2026 16:46:30 +0000 (22:46 +0600)
committerTianling Shen <redacted>
Mon, 14 Sep 2026 08:29:17 +0000 (16:29 +0800)
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 <redacted>
net/dnsproxy/Makefile

index 504f255cf0d042ac964a5e31288a2d3b854974d5..06439c97e55455925a7975f8f7c61f5c462e782a 100644 (file)
@@ -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 <cnsztl@immortalwrt.org>
 PKG_LICENSE:=Apache-2.0
git clone https://git.99rst.org/PROJECT