aboutsummaryrefslogtreecommitdiff
path: root/dns/djbdns
Commit message (Collapse)AuthorAgeFilesLines
* Bump loop detection limit to 500David Thiel2018-01-162-1/+21
| | | | | | | | PR: 216260 Submitted by: tjd-freebsd@phlegethon.org Notes: svn path=/head/; revision=459204
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update the address for h.root-servers.net.David Thiel2016-01-052-4/+5
| | | | | | | | PR: 204950 Submitted by: kaoru Notes: svn path=/head/; revision=405317
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Rename dns/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-282-0/+0
| | | | Notes: svn path=/head/; revision=363210
* - Fix dnscache-conf referring to STAGEDIR when IP6 option is selected.Bryan Drewery2014-05-301-2/+3
| | | | | | | | | | | | | Something in the dependency chain for dnsip6 rebuilds when conf-home is updated. By creating it before the build and then moving it over later the timestamp is before all the built binaries. Since we purposely remove all installer-related files, only those will be rebuilt. Reported by: brd Notes: svn path=/head/; revision=355897
* - Use DO_MAKE_BUILD instead of MAKE_CMD so that WITH_CCACHE_BUILD works.Bryan Drewery2014-04-171-1/+1
| | | | Notes: svn path=/head/; revision=351445
* - Fix race during build of DJB ports that could lead to files leaking out ofBryan Drewery2014-04-031-3/+4
| | | | | | | | | | | | | | | STAGEDIR. The auto_home.c/auto_qmail.c (depending on which conf- file is used) must be deleted to or else this might not be executed depending on how quickly build and pre-install run: ./auto-str auto_home `sed 1q conf-home` > auto_home.c - Move STAGEDIR fixing to post-build with a message explaining the rebuild. - Bump PORTREVISION as pkg_install packages may have been built without some files. Notes: svn path=/head/; revision=350029
* - Use ECHO_CMD instead of echoBryan Drewery2014-04-031-4/+4
| | | | Notes: svn path=/head/; revision=349961
* Touch all -conf files so they do not get rebuilt after auto_home.o has been ↵Baptiste Daroussin2014-03-261-0/+1
| | | | | | | rebuilt Notes: svn path=/head/; revision=349241
* dns/djbdns: Fix *-conf referencing stage directoriesBaptiste Daroussin2014-03-021-2/+2
| | | | | | | | | Fix all the -conf binary trying to look in the stage directory, by enforcing make prog as a build target so they are built during the 'build' phase and not the install phase and thus get right prefix and not the staged one Notes: svn path=/head/; revision=346769
* distinfo for other patches was trimmed out by make makesum :-/David Thiel2014-02-181-0/+12
| | | | | | | Submitted by: Bryan Drewery Notes: svn path=/head/; revision=344832
* Revert to test23 version of fefe's patch, as test25 causes repeated ↵David Thiel2014-02-173-34/+14
| | | | | | | segfaults. Bump revision and epoch. Notes: svn path=/head/; revision=344829
* Readd stage supportBaptiste Daroussin2014-02-172-14/+38
| | | | | | | | | | | | | | Build the port as if it didn't support stage, Just before installing, rebuild the install and instcheck binaries with a different prefix including the destdir prefix To avoid everything to be rebuilt again becore conf-home has changed save the original files before building install and instcheck with the new prefix and restore the file again before the do-install target is run This is the trick used in debian Obtained from: debian Notes: svn path=/head/; revision=344724
* Further remove remnants of stage support.David Thiel2014-02-052-28/+9
| | | | Notes: svn path=/head/; revision=342623
* Remove STAGE support, it screws up the run scripts.David Thiel2014-02-041-3/+4
| | | | | | | | PR: 184949 Submitted by: issue reported by DrTebi Notes: svn path=/head/; revision=342592
* Add conflictsDavid Thiel2014-01-071-0/+1
| | | | | | | Submitted by: ketas Notes: svn path=/head/; revision=339027
* Add stage support, update ipv6 patch, update root server IPs, change MAN ↵David Thiel2014-01-045-32/+60
| | | | | | | | | | handling, etc. PR: 184949 Submitted by: Brad Davis Notes: svn path=/head/; revision=338608
* multiple: sync LEGALEitan Adler2013-12-121-0/+2
| | | | | | | | | | Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED due to the mixed opinions of putting something into the public domain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=336244
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* Add option to auto-add users for dnscache, tinydns and dnslog.David Thiel2013-07-231-1/+7
| | | | | | | | PR: ports/180069 Submitted by: Alexandre Biancalana <ale@biancalanas.net> Notes: svn path=/head/; revision=323550
* Dodge "WITH_IPV6" newly becoming the default, since it pulls in an unofficialDavid Thiel2013-05-222-12/+12
| | | | | | | third-party patch and makes the version number go "backwards". Notes: svn path=/head/; revision=318784
* Finish converting dns to new options frameworkBaptiste Daroussin2013-03-261-33/+31
| | | | Notes: svn path=/head/; revision=315266
* Add DNSCurve support for dnscache, using Michael Dempsky's patch.David Thiel2012-02-182-6/+22
| | | | | | | PR: ports/164833 Notes: svn path=/head/; revision=291650
* - Get Rid MD5 supportMartin Wilke2011-03-201-8/+0
| | | | Notes: svn path=/head/; revision=271346
* Update the djbdns IPv6 patch, loong overdue.Peter Pentchev2009-09-043-6/+137
| | | | | | | | PR: 93560 Submitted by: Tim Bishop <tim@bishnet.net> Notes: svn path=/head/; revision=240869
* Unbreak the jumbo patch by hosting it locally.Peter Pentchev2009-06-291-1/+2
| | | | | | | | Reported by: "B. Cook" <bcook@bsdwebsolutions.com>, Brett Glass <brett@lariat.net> Notes: svn path=/head/; revision=236759
* Fix the AXFR subdomain overwrite vulnerability discovered byPeter Pentchev2009-03-062-3/+14
| | | | | | | | | | | Matthew Dempsky. Also, fix the quoting of the BROKEN messages. PR: 132366, 132349 Submitted by: Renato Botelho <garga@FreeBSD.org>, Howard Goldstein <hg@queue.to> Notes: svn path=/head/; revision=229572
* Move MAINTAINER and COMMENT section to earlier in the Makefile to overcome ↵Edwin Groothuis2008-05-241-6/+6
| | | | | | | | | problem with defaults in bsd.port.mk Noticed by: linimon@ Notes: svn path=/head/; revision=213576
* Remove RESTRICTED keyword from djbdns portEdwin Groothuis2008-05-241-3/+1
| | | | | | | | | | | | | According to http://cr.yp.to/distributors.html djbdns is put into the public domain, therefore the port doesn't need to be RESTRICTED. PR: ports/122864 Submitted by: Björn Jonare <rksah@bredband.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=213572
* The OPTIONS parsing code in bsd.port.mk doesn't understand singleRuslan Ermilov2008-03-291-7/+7
| | | | | | | | quotes in OPTIONS, but the bug in make's handing of .for loops has been hiding this bug. make(1) from HEAD made this bug visible. Notes: svn path=/head/; revision=210083
* Update the address of the L root server as per ICANN's announcement atPeter Pentchev2007-11-042-4/+5
| | | | | | | | | | http://blog.icann.org/?p=227 Bump PORTREVISION. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202504
* Add in the SRV record patch by Michael Handler.Peter Pentchev2006-09-232-2/+12
| | | | | | | | | | | Note that this is another patch that conflicts with the jumbo patch. PR: 69191 Submitted by: "Michal F. Hanula" <f@7f000001.org>, Nick Barkas <snb@threerings.net> Notes: svn path=/head/; revision=173653
* RESTRICTED is intended here instead of NO_PACKAGEKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172070
* - Add SHA256Pav Lucistnik2005-11-261-2/+16
| | | | Notes: svn path=/head/; revision=149518
* OPTIONS'ify, rename the WITH_DJBDNS_DUMPCACHE knob to WITH_DUMPCACHE,Peter Pentchev2005-07-072-21/+29
| | | | | | | | | | | | invert WITHOUT_MAN to WITH_MAN, and add the jumbo patch almost like in the PR. Bump PORTREVISION. PR: 65865 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=138650
* Fix the parallel build when WITH_IPV6 is specified: the Makefile wasPeter Pentchev2004-12-292-1/+82
| | | | | | | | | | | | | missing a couple of dependencies on the uint32.h header, so make(1) was postponing its creation. Bump PORTREVISION, since it is the same for the IPv6 and !IPv6 cases, although this particular change does not affect the !IPv6 case at all. PR: 75564 Submitted by: oHmEr <ohmer@epita.info> Notes: svn path=/head/; revision=125423
* Add the WITH_PERSISTENT_MMAP knob to enable Lennert Buytenhek's patch forPeter Pentchev2004-04-202-0/+10
| | | | | | | | tinydns - keep the data.cdb file mmap'd for a second instead of reopening it on each query. Notes: svn path=/head/; revision=107727
* Refrain from messing up the permissions on $PREFIX and $PREFIX/bin.Peter Pentchev2004-04-142-6/+11
| | | | | | | Pointed out by: dosirak via kris Notes: svn path=/head/; revision=106994
* Add Russ Nelson's ignoreip2 patch [1][2].Peter Pentchev2004-03-112-7/+16
| | | | | | | | | | | Add distribution site grouping for all the patches [1]. PR: 56951 [1], 64062 [2]. Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> [1], Thomas Vogt <thomas@bsdunix.ch> [2] Notes: svn path=/head/; revision=103611
* Update the address of B.ROOT-SERVERS.NET as per ICANN's 2004/01/29 change.Peter Pentchev2004-01-302-3/+10
| | | | Notes: svn path=/head/; revision=99492
* Correct the distsite for the dnscache-dumpcache patch.Peter Pentchev2003-12-291-2/+2
| | | | | | | | PR: 60631 Submitted by: Paulius Bulotas <paulius@kaktusas.org> Notes: svn path=/head/; revision=96881
* Remove the final traces of my abortive attempt to reimplementPeter Pentchev2003-12-122-23/+4
| | | | | | | | | | the libdjbdns library on my own :) PR: 56950 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=95656
* Update Gerrit Pape's manpages to the 20031023 version.Peter Pentchev2003-10-244-48/+5
| | | | | | | Remove files related to my abortive attempt to reimplement libdjbdns. Notes: svn path=/head/; revision=92050
* 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
* Add net/libdjbdns, a set of patches to the net/djbdns sources whichPeter Pentchev2003-07-244-11/+74
| | | | | | | | | | install the header files and libraries instead of the end-result command-line utilities, thus letting other developers make use of Prof. Bernstein's products without incorporating them in their own projects. Notes: svn path=/head/; revision=85519
* Bump PORTREVISION for the j.root-servers.net IP address update.Peter Pentchev2003-04-101-1/+1
| | | | Notes: svn path=/head/; revision=78693
* Update the j.root-servers.net IP address (yes, long overdue).Peter Pentchev2003-04-102-1/+12
| | | | | | | | | | While I'm here, make the Makefile honor $STRIP instead of hardcoding an '-s' as a link parameter. Submitted by: Eivind Olsen <eivind@aminor.no> - the j.root-servers.net part Notes: svn path=/head/; revision=78692
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894