aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnrd
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Use USERS and GROUPScrees2011-06-282-34/+3
| | | | | | PR: ports/157578 Submitted by: Chris Rees (utisoft@gmail.com) Approved by: tabthorpe (co-mentor)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Update to 2.20.3. [1]araujo2008-02-134-25/+81
| | | | | | | | | | | | - Use SF macro. [1] - Added new OPTIONS. [1] - Fixed and changed pkg-install to FILESDIR. [1] - Change maintainer mail address. [2] PR: ports/120136 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> [1] Approved by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer) [2] stas (mentor, implicit)
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Update port: dns/dnrd (bug fix release)edwin2005-12-012-3/+4
| | | | | | | | DNRD will always bind to all interfaces, even if the user specifically says it should bind to only one, using the -a option. PR: ports/89774 Submitted by: Natanael Copa <natanael.copa@gmail.com>
* - Update to 2.20 [1]garga2005-09-065-26/+68
| | | | | | | | | | | | - OPTIONS'ify - Use PORTDOCS - Remove 3 lines pkg-plist - Move dnrd.sh to dnrd.sh.in and use USE_RC_SUBR facility PR: ports/85744 [1] Submitted by: maintainer [1] Reworked by: myself Approved by: maintainer
* - Update to 2.19.1pav2005-07-212-3/+3
| | | | | | PR: ports/83851 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer) Security: CAN-2005-2315, CAN-2005-2316
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 2.19pav2005-02-112-3/+3
| | | | | PR: ports/77347 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer)
* Update port: dns/dnrd version 2.18edwin2005-01-122-5/+3
| | | | | | | | | | | | | Version bump. This release fixes segfault in argument parsing. Cleaned -h output (remved longopts when they are unavailable) Improved signal handling and blacklist feature added. Proper handling of paths in documentation. I implemeted a pselect in lib.c for BSD 4.x support. Please let me know if this could be handeled in a better way. PR: ports/76060 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
* Update to 2.17.2arved2004-12-052-3/+3
| | | | | PR: 74618 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
* Update to 2.17.1:vs2004-11-082-7/+5
| | | | | | | | | | This version introduce random source ports to reduce the risk of getting the cache poisoned. Assign maintainership to submitter/author. PR: ports/73420 Submitted by: Natanael Copa
* Update to 2.16.1krion2004-10-132-3/+3
| | | | | PR: ports/72637 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
* - Update to 2.16 - this fixes various bugs and adds random query IDssergei2004-10-123-18/+32
| | | | | | | | | | | | | to prevent cache poisoning. PR: ports/72522 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> While I'm here: - Rework installation mechanism - use do-install target - Respect NOPORTDOCS - Install samples into EXAMPLESDIR - Use DOCSDIR and EXAMPLESDIR macros in pkg-plist
* Update port: dnrd [maintainer update]edwin2004-10-122-3/+11
| | | | | | | | | | | | | | Update of dnrd. The TCP support is totally broken in previous versions. Even if it should work in this verion it is disabled by default. (The code was so ugly). It can be enabled with WITH_TCP. In this version it is also possible to disable the MASTER file support. So dnrd can be a compiled as proxy only. WITHOUT_MASTER. PR: ports/71770 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
* - Update to 2.14.1pav2004-08-147-61/+3
| | | | | PR: ports/70404 Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
* - Fix few obvious problems with rc scriptpav2004-07-292-3/+6
|
* - Update to 2.14pav2004-07-2917-248/+108
| | | | | | | - Add rc script PR: ports/69669 (based on) Submitted by: Natanael Copa <mlists@tanael.org>
* Tidy up whitespace.trevor2004-04-111-3/+3
|
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* dns/dnrd: recv_addr init wrong and 512 byte udp packets droppededwin2004-01-033-8/+51
| | | | | | | | | | | | | | | | | | | | | | 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>
* fix mastersites, fix pkg-descr WWWedwin2003-11-042-1/+4
|
* Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-031-2/+2
|
* Massive repo-copies request: net->dns (partly devel->dns)edwin2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | Noticed on: bento
* Update to version 2.10greid2001-06-072-3/+3
| | | | | PR: 27904 Submitted by: Jose Marques <jose.marques@nottingham.ac.uk>
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-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.
* Add dnrd 2.9, a proxy DNS daemon.will2001-03-1113-0/+241
PR: 24107 Submitted by: George Reid <greid@ukug.uk.freebsd.org>