Bug 73420 - Update port: dns/dnrd
Summary: Update port: dns/dnrd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-02 15:40 UTC by Natanael Copa
Modified: 2004-11-08 07:41 UTC (History)
0 users

See Also:


Attachments
dnrd-2.17.diff (1.04 KB, patch)
2004-11-02 15:40 UTC, Natanael Copa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natanael Copa 2004-11-02 15:40:28 UTC
	version 2.17 of dnrd. This version introduce random source ports to
	reduce the risk of getting the cache poisoned. 

	This version should also honor the --sysconfdir option to the
	configure script so some of the reimplace's are removed.

	I am still a newbe in freebsd ports so please let me know if I could
	have done things different to make it easier for the commiters.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-05 08:33:56 UTC
State Changed
From-To: open->feedback

Does not build on 4.10: 
cc -DHAVE_CONFIG_H -I. -I. -I. -D_THREAD_SAFE    -O2 -pipe -g  -c check.c 
In file included from check.c:26: 
/usr/include/sys/socket.h:52: syntax error before `sa_family_t' 
/usr/include/sys/socket.h:52: warning: data definition has no type or storage class 
/usr/include/sys/socket.h:163: syntax error before `u_char' 
/usr/include/sys/socket.h:174: syntax error before `u_short' 
/usr/include/sys/socket.h:188: syntax error before `u_char' 


Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-11-05 08:33:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll handle this.
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-11-08 07:41:10 UTC
State Changed
From-To: feedback->closed

Committed, thanks!