CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/06/05 09:09:17
Modified files: usr.sbin/bind/bin/dig: dig.c Log message: reduce confusion about -p option. parse it, but only permit port 53, and make it an error otherwise instead of a warning that may be overlooked. reported by Peter van Dijk ok deraadt