aboutsummaryrefslogtreecommitdiff
path: root/dns/pdnsd
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for d* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514130
* - Implement clean deinstallationDmitry Marakasov2015-10-231-0/+6
| | | | | | | | | PR: 203466 Submitted by: amdmi3 Approved by: maintainer timeout (ashish, 2 weeks) Notes: svn path=/head/; revision=400033
* - Switch to @sampleAshish SHUKLA2015-09-213-10/+10
| | | | | | | | | | - Modernize vardir handling PR: 203197 Submitted by: amdmi3 Notes: svn path=/head/; revision=397480
* - Switch to options helpersDmitry Marakasov2015-08-261-5/+1
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395389
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371557
* - Convert gmake to USESMartin Wilke2014-05-231-1/+1
| | | | Notes: svn path=/head/; revision=354924
* - Add STAGE supportAshish SHUKLA2014-01-194-17/+8
| | | | | | | | | | - Fix issue during installation[1] - Remove incorrect pkg-message Submitted by: Серж ИвановЪ <evasive.gyron at gmail.com> (via private mail) Notes: svn path=/head/; revision=340358
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Convert to OptionsNGMartin Wilke2013-03-071-7/+5
| | | | | | | | | - Trim header Reviewed by: bapt Notes: svn path=/head/; revision=313599
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: dns)Pietro Cerutti2013-02-071-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311830
* - update WWWRuslan Makhmatkhanov2012-12-031-3/+1
| | | | | | | | | | | | - remove Author field, while here PR: 172886 Submitted by: Aldis Berjoza <graudeejs@gmail.com> Approved by: maintainer timeout (1 month+) Feature safe: yes Notes: svn path=/head/; revision=308139
* /dev is not populated when using pkg_add -C to install a package into aNick Hibma2012-11-011-1/+1
| | | | | | | | | | | | chroot (NanoBSD for example). So use truncate -s... instead of dd if=/dev/zero... to initialise the pdns DB. PR: pors/172268 Submitted by: n_hibma Feature safe: yes Notes: svn path=/head/; revision=306782
* - Update to 1.2.9aAshish SHUKLA2012-04-114-28/+8
| | | | | | | | | - Update MASTER_SITES - Add LICENSE information - Remove obsolete patches Notes: svn path=/head/; revision=294639
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Adopt unmaintained ports.Ashish SHUKLA2010-06-141-1/+1
| | | | | | | Approved by: pgj, tabthorpe (mentors) Notes: svn path=/head/; revision=256525
* - Drop maintainershipGabor Kovesdan2010-06-081-1/+1
| | | | Notes: svn path=/head/; revision=256086
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 1.2.8Gabor Kovesdan2010-02-242-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250257
* - Update to 1.2.7Gabor Kovesdan2008-12-052-4/+4
| | | | Notes: svn path=/head/; revision=223792
* - Update to 1.2.6Gabor Kovesdan2007-09-083-5/+13
| | | | | | | | - OPTIONSify - If does not exist, install a conf file from the sample Notes: svn path=/head/; revision=199114
* - Update to 1.2.5Gabor Kovesdan2007-01-022-5/+4
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=181298
* Add ipv6 secondary category.Shaun Amott2006-12-101-1/+1
| | | | | | | | | PR: ports/106003 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: gabor (maintainer) Notes: svn path=/head/; revision=179441
* Change my e-mail address.Gabor Kovesdan2006-12-081-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=179182
* Change pdnsd_flags to command_args in pdnsd rc.d startup script so thatFlorent Thoumie2006-06-202-2/+2
| | | | | | | | | pdnsd_flags can be safely overriden by user without worrying about "-d". Approved by: maintainer Notes: svn path=/head/; revision=165839
* rcNGefyErwin Lansing2006-06-194-26/+20
| | | | | | | | | PR: 97852 Submitted by: Zane C. B. <v.velox@vvelox.net> with changes from maintainer Approved by: gabor (maintainer) Notes: svn path=/head/; revision=165770
* - Add extra configure option for proper working.Jean Milanez Melo2006-05-121-1/+3
| | | | | | | | | | | - Bump PORTREVISION. PR: ports/97107 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> (maintainer) Approved by: mnag (mentor) Notes: svn path=/head/; revision=162183
* Update to 1.2.4Erwin Lansing2006-04-222-4/+4
| | | | | | | | PR: 96131 Submitted by: Gabor Kovesdan <gkovesdan@t-hossting.hu> (maintainer) Notes: svn path=/head/; revision=160131
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | | | | | PR: 88734 Submitted by: maintainer Notes: svn path=/head/; revision=147724
* Update to 1.2.3Marcus Alves Grando2005-10-315-14/+22
| | | | | | | | | | | Add WITHOUT_IPV6 OPTION Take maintainership PR: 88243 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> Notes: svn path=/head/; revision=146793
* Reset maintainer, does not respond to mails for 19 days. Since a fewEmanuel Haupt2005-10-281-1/+1
| | | | | | | | | | | | | | days his MTA also remains unresponsive [1]. [1] Unable to deliver to destination domain Failed to deliver to domain oven.org after 73 tries. The last error was: CantConnectToHost Approved by: portmgr (linimon) Notes: svn path=/head/; revision=146588
* - Update to 1.2Sergei Kolobov2004-11-234-4/+29
| | | | | | | | | PR: ports/73296 Submitted by: Andrey Slusar <anray@inet.ua> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=122232
* - Update to 1.1.11aPav Lucistnik2004-06-062-4/+4
| | | | | | | | | PR: ports/67075 Submitted by: Andrey Slusar <vasallia@ukr.net> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=110966
* - Distfile was rerolled, dates were corrected in changelog and two typosPav Lucistnik2004-03-301-2/+2
| | | | | | | | | | were fixed in documentation. No change in actual sources. PR: ports/64913 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=105657
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)Edwin Groothuis2004-03-121-1/+1
| | | | | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com> Notes: svn path=/head/; revision=103708
* - Update to 1.1.10Pav Lucistnik2004-02-124-5/+25
| | | | | | | | | PR: ports/62666 Submitted by: hrs Approved by: maintainer Notes: svn path=/head/; revision=100759
* 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
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Upgrade to 1.1.7a to fix a security issue (after timeout from maintainer).Thomas Moestl2002-01-182-2/+2
| | | | | | | Reviewed by: nectar Notes: svn path=/head/; revision=53307
* Update to 1.1.6David W. Chapman Jr.2001-07-113-3/+2
| | | | | | | | PR: 28893 Submitted by: maintainer Notes: svn path=/head/; revision=45051
* Update to version 1.1.5Kevin Lo2001-06-052-2/+4
| | | | | | | | PR: 27864 Submitted by: MAINTAINER Notes: svn path=/head/; revision=43528
* - Update to version 1.1.1Kevin Lo2001-01-285-10/+11
| | | | | | | | | | - Better ${PREFIX} handling PR: 24626 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37668
* Upgrade to 1.1.0Kevin Lo2001-01-072-2/+2
| | | | | | | | PR: 24118 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36889
* New Port: net/pdnsJames E. Housley2000-12-148-0/+84
pdnsd is a proxy dns server with permanent caching PR: 22963 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=35966