diff --git a/srcpkgs/dnsdist/patches/boost-1.91.patch b/srcpkgs/dnsdist/patches/boost-1.91.patch deleted file mode 100644 index ffb37cdccff6d3..00000000000000 --- a/srcpkgs/dnsdist/patches/boost-1.91.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/dnsdist-lua.cc -+++ b/dnsdist-lua.cc -@@ -3083,7 +3083,7 @@ static void setupLuaConfig(LuaContext& l - customName = std::optional(*optCustomName); - } - if (!customName) { -- boost::optional vars = {boost::get(opts.get())}; -+ boost::optional vars = boost::get(opts.get()); - getOptionalValue(vars, "customName", customName); - getOptionalValue(vars, "withLabels", withLabels); - checkAllParametersConsumed("declareMetric", vars); -@@ -3106,7 +3106,7 @@ static void setupLuaConfig(LuaContext& l - step = *custom_step; - } - else { -- boost::optional vars = {boost::get(incOpts)}; -+ boost::optional vars = boost::get(incOpts); - getOptionalValue(vars, "step", step); - getOptionalValue>(vars, "labels", labels); - checkAllParametersConsumed("incMetric", vars); -@@ -3128,7 +3128,7 @@ static void setupLuaConfig(LuaContext& l - step = *custom_step; - } - else { -- boost::optional vars = {boost::get(decOpts)}; -+ boost::optional vars = boost::get(decOpts); - getOptionalValue(vars, "step", step); - getOptionalValue>(vars, "labels", labels); - checkAllParametersConsumed("decMetric", vars); diff --git a/srcpkgs/dnsdist/template b/srcpkgs/dnsdist/template index d5077287e21b22..2b7bdafd17cfbe 100644 --- a/srcpkgs/dnsdist/template +++ b/srcpkgs/dnsdist/template @@ -1,6 +1,6 @@ # Template file for 'dnsdist' pkgname=dnsdist -version=2.0.3 +version=2.0.6 revision=1 build_style=meson build_helper="meson" @@ -17,7 +17,7 @@ license="GPL-2.0-only" homepage="https://dnsdist.org/" changelog="https://dnsdist.org/changelog.html" distfiles="https://downloads.powerdns.com/releases/${pkgname}-${version}.tar.xz" -checksum=a229250b819c40d55173afa7202ef1ef2a6b728f85c7506897a1f1ca6ab57149 +checksum=b861d74abb0da59cff4e58760266198196eee7c10f2bfe86a3f5ccbd6768626b system_accounts="_dnsdist"