Should be fixed by https://marc.info/?l=openbsd-cvs&m=175915792029152&w=2

The diff's this:

Index: smallapp/unbound-checkconf.c
===================================================================
RCS file: /cvs/src/usr.sbin/unbound/smallapp/unbound-checkconf.c,v
diff -u -p -r1.26 unbound-checkconf.c
--- smallapp/unbound-checkconf.c        26 Sep 2025 07:32:37 -0000      1.26
+++ smallapp/unbound-checkconf.c        29 Sep 2025 10:57:09 -0000
@@ -952,7 +952,7 @@ morechecks(struct config_file* cfg)
 #  endif
        }
 
-       if (pledge("stdio rpath", NULL) == -1)
+       if (pledge("stdio rpath dns", NULL) == -1)
                fatal_exit("Could not pledge");
 
 #endif

Reply via email to