Bug#925035: put kzonecheck into knot-dnsutils?

2019-04-03 Thread Arsen STASIC

Hi,

I support this too!

Bind packages have the same setup, which makes more sense to me.
Package bind9 contains nameserver.
Package bind9utils contains mutiple tools.

I use bind for DNSSEC signing and I would like to check the signed zone 
with a different software (but I don't need knot running as a service)


dpkg -L bind9utils |grep dnssec-verify$
/usr/sbin/dnssec-verify

dpkg -L knot |grep kzonecheck$ 
/usr/bin/kzonecheck


cheers,
-arsen

On Tue, 19 Mar 2019 15:10:38 +0100 Daniel Baumann 
 wrote:

Package: knot
Severity: wishlist

Hi,

I'm maintaining zone files in a git repository, which are then via ssh
trigger deployed to the knot master, which is a fairly convenient setup.

Now, in order to not accept syntax errors in zone files on the git
server in the first place (and thus both avoiding automatic deployment
to the knot server and have the "faulty" git commits not make it in the
repository at all).. it would be very nice if the kzonecheck utility
could be moved from knot to knot-dnsutils.

Currently, I would need to install knot on the git server just to get
kzonecheck which is not really a good idea.

Regards,
Daniel




Bug#925035: put kzonecheck into knot-dnsutils?

2019-03-27 Thread Daniel Baumann
tag 925035 + patch
thanks

Hi,

here's a patch for this:

https://git.progress-linux.org/distributions/engywuck/packages/knot/commit/?id=3522350fbb2fde22021ff0438a0c4160d7ab3a1f

Regards,
Daniel



Bug#925035: put kzonecheck into knot-dnsutils?

2019-03-19 Thread Daniel Baumann
Package: knot
Severity: wishlist

Hi,

I'm maintaining zone files in a git repository, which are then via ssh
trigger deployed to the knot master, which is a fairly convenient setup.

Now, in order to not accept syntax errors in zone files on the git
server in the first place (and thus both avoiding automatic deployment
to the knot server and have the "faulty" git commits not make it in the
repository at all).. it would be very nice if the kzonecheck utility
could be moved from knot to knot-dnsutils.

Currently, I would need to install knot on the git server just to get
kzonecheck which is not really a good idea.

Regards,
Daniel