From: Grant Slater Date: Fri, 17 Jan 2025 20:32:54 +0000 (+0000) Subject: dns: Update dnscontrol to 4.15.4 (RFC4183 PTR support) X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/f4e9797b7b35a24bb192a12cb93ff338ee6656cd dns: Update dnscontrol to 4.15.4 (RFC4183 PTR support) --- 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"