From 887bf527be8535813f85d0c16daa51dcd8a7ea07 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 21 May 2026 18:04:01 +0300 Subject: [PATCH] dnsdist: update to 2.0.6 Bump from 2.0.1 to the latest 2.0 LTS release. This pulls in upstream commit 53cb738795 ("dnsdist: make code boost-1.91 compatible", Otto Moerbeek, 2026-04-29), which fixes the build break against Boost 1.91 currently shipped by OpenWrt: dnsdist-lua.cc:3086:101: error: converting to 'boost::optional>' from initializer list would use explicit constructor 'constexpr boost::optional:: optional(U&&) [...]' Signed-off-by: Alexandru Ardelean --- net/dnsdist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dnsdist/Makefile b/net/dnsdist/Makefile index 08642a573a..67655463a9 100644 --- a/net/dnsdist/Makefile +++ b/net/dnsdist/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsdist -PKG_VERSION:=2.0.1 +PKG_VERSION:=2.0.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=144e2356d07d6577a570782a6f79f426125344221dbdc4ddaaa7f9d468d51900 +PKG_HASH:=b861d74abb0da59cff4e58760266198196eee7c10f2bfe86a3f5ccbd6768626b PKG_MAINTAINER:=Peter van Dijk , Remi Gacogne PKG_LICENSE:=GPL-2.0-only