Apply raw zone deltas to yet unsigned secure zones
When inline signing is enabled for a zone without creating signing keys
for it, changes subsequently applied to the raw zone will not be
reflected in the secure zone due to the dns_update_signaturesinc() call
inside receive_secure_serial() failing. Given that an inline zone will
be served (without any signatures) even with no associated signing keys
being present, keep applying raw zone deltas to the secure zone until
keys become available in an attempt to follow the principle of least
astonishment.
(cherry picked from commit
6acf326969862c68559d699be113c28dc35b35e6)
(cherry picked from commit
8a58a607723682c167d22e1bc5372e84a21e7f1f)
(cherry picked from commit
fcbdeed802e21bc9a761003b9dbf30514807f2dd)