Bug 28817 - Update port: net/maradns
Summary: Update port: net/maradns
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-08 16:20 UTC by anders
Modified: 2001-07-08 17:36 UTC (History)
0 users

See Also:


Attachments
file.diff (4.71 KB, patch)
2001-07-08 16:20 UTC, anders
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description anders 2001-07-08 16:20:03 UTC
Update the port to version 0.7.22. Remove some man pages for internal
functions which probably isn't that interesting for users. New in this version:

- maradns-0.7.22:

www.monty.de now successfully resolves; fixed bug where the custodian could
potentially erase the root name server entry, making MaraDNS non-functional as a
root nameserver until restarted. (2001.07.07) 

- maradns-0.7.21:

Type ANY queries now work for recursive queries. Finally. (2001.07.06) 

- maradns-0.7.20:

Another late night double feature MaraDNS show. There was a really nasty bug
which Jaakko pointed out to me. I found the culprit, and fixed the bug.
(2001.07.04) 

- maradns-0.7.19:

Begun work on some of the infastructure changes needed to make MaraDNS
sucessfully resolve recursive ANY queries. Added maradns_gid support. Other
pieces of code cleanup, primarily better handling of RR_ANY when acting as an
authoritative nameserver (should I fold these changes in to a 0.5.26 release
eventually?). (2001.07.04) 

- maradns-0.7.18:

Re-arranging of the engine that returns an answer from the cache. We check the
cache expire of a "host not here" reply. Updated the documentation so that it
is the 0.5.25 documentation with the recursive stuff added as needed.
(2001.07.01) 

- maradns-0.7.17:

We now choose a random DNS server to query when we are looking for an answer.
(2001.07.01) 

- maradns-0.7.16:

Updated documentation to include information on how to set up a recursive
nameserver. Fixed bug where multiple levels of CNAME indirection were not being
properly followed. It is now possible to go to www.imdb.com or groups.yahoo.com
(both cases of multiple levels of CNAME indirection). (2001.06.30) 

- maradns-0.7.15:

I have added support for negative caching: If a given host name does not exist, the
program sends a "not here" to the stub resolver. I also fixed a bug which was
causing out-of-bailiwock queries to not work. (Having to do with the
case-sensitivity issue). Next: Getting www.monty.de to work, caching ANY
replies. (2001.06.28) 

- maradns-0.7.14:

MaraDNS now works as a recursive nameserver again. The root nameserver is
now user-configurable. CNAME returns queries in a form that a stub resolver can
now understand. (2001.06.25)

How-To-Repeat: 
	<Code/input/activities to reproduce the problem (multiple lines)>
Comment 1 Kevin Lo freebsd_committer freebsd_triage 2001-07-08 17:36:34 UTC
State Changed
From-To: open->closed

Committed, thanks.