Bug 89774

Summary: Update port: dns/dnrd (bug fix release)
Product: Ports & Packages Reporter: Natanael Copa <natanael.copa>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
dnrd-port.patch none

Description Natanael Copa 2005-11-30 19:50:07 UTC
	DNRD will always bind to all interfaces, even if the user specifically
	says it should bind to only one, using the -a option.

Fix: Problem is fixed upstream in the 2.20.1 release.

How-To-Repeat: 	dnrd -a 127.0.0.1

	netstat -nuatp udp | grep 53
	dig google.com @[insert your ip address here]

	netstat shows that dnrd is listening on *:53, while it should have been
	127.0.0.1:53.

	dig gets an response immediatly, while is should time out. (dnrd should
	not be listening on your ipaddress)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-30 21:37:54 UTC
State Changed
From-To: open->closed

Committed, thanks!