From c5cf9242c707e9325bbbeea4b621f4857582f784 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Fri, 18 Sep 2026 20:43:31 -0700 Subject: [PATCH] Add missing param to -H flag 00~https://github.com/webmin/webmin/issues/284801~ --- bind8/bind8-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind8/bind8-lib.pl b/bind8/bind8-lib.pl index af9e9b890..add018f01 100755 --- a/bind8/bind8-lib.pl +++ b/bind8/bind8-lib.pl @@ -3735,7 +3735,7 @@ while($tries++ < 10) { "cd ".quotemeta($dir)." && ". "$config{'signzone'} -o ".quotemeta($dom). ($alg =~ /^(NSEC3|RSASHA256|RSASHA512|ECCGOST|ECDSAP256SHA256|ECDSAP384SHA384|ED25519|ED448)/ ? - " -3 - -H -u" : ""). + " -3 - -H 0 -u" : ""). " -f ".quotemeta($signed)." ". quotemeta($chrootfn)." 2>&1"); last if (!$?);