aboutsummaryrefslogtreecommitdiff
path: root/dns/dnrd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.14.1Pav Lucistnik2004-08-131-1/+1
| | | | | | | | PR: ports/70404 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> Notes: svn path=/head/; revision=116138
* - Fix few obvious problems with rc scriptPav Lucistnik2004-07-281-1/+4
| | | | Notes: svn path=/head/; revision=114972
* - Update to 2.14Pav Lucistnik2004-07-281-14/+12
| | | | | | | | | | - Add rc script PR: ports/69669 (based on) Submitted by: Natanael Copa <mlists@tanael.org> Notes: svn path=/head/; revision=114964
* Tidy up whitespace.Trevor Johnson2004-04-101-3/+3
| | | | Notes: svn path=/head/; revision=106671
* Use PLIST_FILES.Trevor Johnson2004-02-051-0/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* dns/dnrd: recv_addr init wrong and 512 byte udp packets droppedEdwin Groothuis2004-01-031-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | There are a few bugs in dnrd that should probably be fixed by the author but could be made to work on bsd: 1. Initialization in common.h of recv_addr is broken, causing at least the '-a' switch not to work. Instead of assuming positions of fields in the struct across platforms I thought it safer to do a standard initialization in main(). 2. The buffer overflow code in udp.c:dnsrecv() is off by one, rejecting messages where the size exactly fills the available buffer. I also changed to the calls to dnsrecv to pass 512 as the max size instead of the buffers that seem to be padded by 4 bytes for a reason I don't understand. This causes a calling named to resend packets. Eventually one seems to get through but response times can be painfully slow. PR: ports/41128 Submitted by: Michael C. Adler <mad1@tapil.com> Notes: svn path=/head/; revision=97158
* fix mastersites, fix pkg-descr WWWEdwin Groothuis2003-11-031-1/+2
| | | | Notes: svn path=/head/; revision=93003
* Reset maintainer of ports owned by inactive committers who were just retired.Kris Kennaway2003-11-031-2/+2
| | | | Notes: svn path=/head/; revision=92900
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88573
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69424
* Update to version 2.10George C A Reid2001-06-071-2/+2
| | | | | | | | PR: 27904 Submitted by: Jose Marques <jose.marques@nottingham.ac.uk> Notes: svn path=/head/; revision=43583
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Add dnrd 2.9, a proxy DNS daemon.Will Andrews2001-03-101-0/+28
PR: 24107 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=39455