From f4e9797b7b35a24bb192a12cb93ff338ee6656cd Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 17 Jan 2025 20:32:54 +0000 Subject: [PATCH 1/1] dns: Update dnscontrol to 4.15.4 (RFC4183 PTR support) --- cookbooks/dns/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index a68e802d8..47c4ee7d7 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -42,7 +42,7 @@ package %w[ cache_dir = Chef::Config[:file_cache_path] -dnscontrol_version = "4.15.3" +dnscontrol_version = "4.15.4" dnscontrol_arch = if arm? "arm64" -- 2.39.5