Bug 65865 - [PATCH] dns/djbdns: add WITH_JUMBO - collection Jumbo Patch contains 13 individual djbdns patches
Summary: [PATCH] dns/djbdns: add WITH_JUMBO - collection Jumbo Patch contains 13 indiv...
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: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 00:20 UTC by Andrey Slusar
Modified: 2005-07-07 15:52 UTC (History)
0 users

See Also:


Attachments
djbdns.diff (2.01 KB, patch)
2004-04-22 00:20 UTC, Andrey Slusar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Slusar 2004-04-22 00:20:18 UTC
 Jumbo Patch collection contains:

	PATCH1: rr-srv.patch
		add support for SRV record for tinydns-data and axfr-get
		author: Michael Handler; original filename: srv-patch;
	PATCH2: rr-soa-contact.patch
		now you can modify SOA email contact address from tinydns-data
		author: Dan Peterson; original filename: tinydns-data-soa-contact.patch;
	PATCH3: multi-data.patch
		add support to tinydns-data to load multiple data files
		specified on command line
		author: Balazs Nagy; original filename: djbdns-1.05-multi_tinydns_data.patch;
	PATCH4: okclient.patch
		dnscache will respond queries from everywhere clients when
		OKCLIENT envar is set.
		author: Uwe Ohse; original filename: dnscache-0.61.okclient.patch;
	PATCH5: mip-dnscache.patch
		dnscache can now listen on multiple IP's listed on IP envar and
		seperated by slashes.
		author: Dan Peterson; original filename: dnscache-multiple-ip.patch;
	PATCH6: dumpcache.patch
		add support to dnscache to dump cache from memory and load it
		from file when it start, or when it receive SIGALRM signal
		author: Florent Guillaume; original filename: patch-dnscache-dumpcache-v4.txt;
	PATCH7: dnsfilter-repl.patch
		dnsfilter will replace IP-s with names
		author: Uwe Ohse; original filename: djbdns-1.05-dnsfilter-replace.diff;
	PATCH8: mip-tinydns.patch
		tinydns can now listen on multiple IP's listed on IP envar and
		seperated by slashes.
		author: Uwe Ohse; original filename: djbdns-1.05-multiip.diff;
	PATCH9: reload-dnscache.patch
		add support to dnscache reload configuration files when it
		receive SIGHUP signal
		author: Matthias Andree; original filename: djbdns-1.05-sighup.patch;
	PATCH10: nxd-dnscache.patch
          	add support to dnscache to return a special IP address for
          	NXDOMAIN type A responses when NXDSPECIAL environment variable
          	is set.
          	author: Dan Peterson; original filename: dnscache-1.05-nxdspecial.patch;
	PATCH11: nxd-tinydns.patch
		add support to tinydns to log 'X' instead of '+' when it return
          	NXDOMAIN in answers.
          	author: Dan Peterson; original filename: server-1.05-nxdomain-logging.patch;
	PATCH12: notify-tinydns.patch
		add support to tinydns to react on notify queries and log 'N'.
          	author: ???; original filename: ???;
	PATCH13: roundrobind-dnscache.patch
		dnscache will serve round-robin'd records when are many A
          	records in answer.
          	author: Thomas Mangin; original filename: round-robin.patch;

How-To-Repeat: 	N/A
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-04-22 10:20:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer.
Comment 2 Florent Thoumie 2005-07-05 15:33:46 UTC
	This PR is quite old now, and there are some patches in jumbo
	patch I'd like to have.

	I'll try and commit it this week end unless roam raises his
	veto.

-- 
Florent Thoumie
flz@xbsd.org
Comment 3 Peter Pentchev 2005-07-05 16:24:40 UTC
On Tue, Jul 05, 2005 at 04:33:46PM +0200, Florent Thoumie wrote:
> This PR is quite old now, and there are some patches in jumbo
> patch I'd like to have.
> 
> I'll try and commit it this week end unless roam raises his
> veto.


Errr... actually I do have a couple of other changes to the djbdns port
in the works, and they include this one...  I think I ought to be able
to handle it in the next couple of days :\

G'luck,
Peter

-- 
Peter Pentchev roam@ringlet.net    roam@cnsys.bg    roam@FreeBSD.org
PGP key: http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
I am not the subject of this sentence.
Comment 4 Florent Thoumie 2005-07-05 16:33:53 UTC
Peter Pentchev wrote:
> On Tue, Jul 05, 2005 at 04:33:46PM +0200, Florent Thoumie wrote:
> 
>>This PR is quite old now, and there are some patches in jumbo
>>patch I'd like to have.
>>
>>I'll try and commit it this week end unless roam raises his
>>veto.
> 
> 
> Errr... actually I do have a couple of other changes to the djbdns port
> in the works, and they include this one...  I think I ought to be able
> to handle it in the next couple of days :\

	So I'm not going to touch it, as long as you do it :)

-- 
Florent Thoumie
flz@xbsd.org
Comment 5 Peter Pentchev freebsd_committer freebsd_triage 2005-07-07 15:51:44 UTC
State Changed
From-To: open->closed

Committed with slight modifications as part of my overhaul of the djbdns 
port's config structure. 
Thanks for the patch and the patience!