NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60325 CVS commit: src



The following reply was made to PR bin/60325; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60325 CVS commit: src
Date: Wed, 1 Jul 2026 03:56:28 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Jul  1 03:56:28 UTC 2026
 
 Modified Files:
 	src/distrib/sets/lists/etc: mi
 	src/etc: Makefile
 	src/etc/defaults: rc.conf
 	src/external/bsd/unbound/etc/rc.d: unbound
 	src/share/man/man5: rc.conf.5
 	src/share/man/man8: afterboot.8
 Added Files:
 	src/etc/unbound: Makefile unbound.conf
 
 Log Message:
 unbound: Install a default configuration.
 
 This way, setting unbound=YES is enough to get a working local
 recursive resolver listening on 127.0.0.1:53 and [::1]:53.
 
 PR misc/60339: unbound=YES in rc.conf should be enough to get a
 recursive resolver
 
 Additionally, this includes the workaround for:
 
 PR bin/60325: unbound emits warning: so-sndbuf 4194304 was not
 granted
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.277 -r1.278 src/distrib/sets/lists/etc/mi
 cvs rdiff -u -r1.476 -r1.477 src/etc/Makefile
 cvs rdiff -u -r1.167 -r1.168 src/etc/defaults/rc.conf
 cvs rdiff -u -r0 -r1.1 src/etc/unbound/Makefile src/etc/unbound/unbound.conf
 cvs rdiff -u -r1.2 -r1.3 src/external/bsd/unbound/etc/rc.d/unbound
 cvs rdiff -u -r1.194 -r1.195 src/share/man/man5/rc.conf.5
 cvs rdiff -u -r1.83 -r1.84 src/share/man/man8/afterboot.8
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index