On 2026/06/22 14:01, Theo Buehler wrote: > I have had 4.37 in my tree after someone raised something and didn't get > back to me. I have no idea what this port is good for, but it builds, > packages and passes regress.
compiling from a config file format to DNS zones, either standard BIND- style as files, or via provider APIs. > I will commit this in a couple of days unless someone yells at me. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/dnscontrol/Makefile,v > diff -u -p -r1.39 Makefile > --- Makefile 9 May 2026 10:58:50 -0000 1.39 > +++ Makefile 22 Jun 2026 10:40:23 -0000 > @@ -1,10 +1,9 @@ > COMMENT = manage DNS configuration across any number of DNS hosts > > -MODGO_VERSION = v4.25.0 > -MODGO_MODNAME = github.com/StackExchange/dnscontrol/v4 > +MODGO_VERSION = v4.42.0 > +MODGO_MODNAME = github.com/DNSControl/dnscontrol/v4 somewhere between these versions a "dnscontrol init" command was added (which is referenced in beginner docs), this fails to operate correctly in a way that suggests it's relying on syscall() working. if it's just this and things work ok if already configured, I see this as annoying rather than as a total blocker, though I'd probably add a comment like # XXX cursor control in "dnscontrol init" does not work correctly # (possible syscall issue?) otherwise: might be best to just go ahead and commit as untested, we could backout if someone runs into a problem later...
