aboutsummaryrefslogtreecommitdiff
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Actually commit what I tested.Mathieu Arnold2014-03-041-1/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=347047
* Don't polute isc-config.sh with gssapi flags.Mathieu Arnold2014-03-046-17/+73
| | | | | | | | Submitted by: hrs Sponsored by: Absolight Notes: svn path=/head/; revision=347046
* - Add STAGE supportRyan Steinmetz2014-03-043-24/+51
| | | | | | | | | | | | | - Fix build with custom LOCALBASE/PREFIX - Add ability to specify flags to unbound-anchor via unbound_anchorflags in rc.conf (useful for when /etc/resolv.conf only contains 127.0.0.1) - Bump PORTREVISION PR: ports/187239 Submitted by: zi@ Approved by: sem@ (maintainer) Notes: svn path=/head/; revision=347036
* Add STAGEDIR support.Hiroki Sato2014-03-041-5/+7
| | | | Notes: svn path=/head/; revision=346991
* New port: dns/getdns:Ryan Steinmetz2014-03-046-0/+192
| | | | | | | | | | | | | | | | getdns is a modern asynchronous DNS API. It implements DNS entry points from a design developed and vetted by application developers, in an API specification edited by Paul Hoffman. With the development of this API, we intend to offer application developers a modernized and flexible way to access DNS security (DNSSEC) and other powerful new DNS features; a particular hope is to inspire application developers towards innovative security solutions in their applications. WWW: http://getdnsapi.net/ Notes: svn path=/head/; revision=346986
* Support stagingEmanuel Haupt2014-03-032-11/+7
| | | | Notes: svn path=/head/; revision=346900
* Net::DNS::Match is a Perl extension for testing domains against anotherFrederic Culot2014-03-035-0/+33
| | | | | | | | | | | | list of domains (similar to Net::Patricia but for FQDNs). WWW: http://search.cpan.org/dist/Net-DNS-Match/ PR: ports/187098 Submitted by: Paul Schmehl <pauls@utdallas.edu> Notes: svn path=/head/; revision=346893
* 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
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-02-281-7/+1
| | | | Notes: svn path=/head/; revision=346411
* Update to new test9 release.Matthias Andree2014-02-272-4/+4
| | | | | | | | | | | | | | | | | | Relevant excerpt from git shortlog between test8 and test9: Add RFC-6605 ECDSA DNSSEC verification. Don't mess with the TTL of DNSSEC RRs. No CD in forwarded queries unless dnssec-debug for TCP too. Log BOGUS validation result when upstream sends SERVFAIL. --rev-server option. Syntactic sugar for PTR queries. Omit ECC from DNSSEC if nettle library is old. Add --servers-file option. NSEC3 validation. First pass. Check signer name in RRSIGs. An NSEC record cannot attest to its own non-existance! Notes: svn path=/head/; revision=346402
* Change the BIND ports to use PKGNAMESUFFIX.Mathieu Arnold2014-02-273-5/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=346383
* Support stagingEmanuel Haupt2014-02-271-2/+3
| | | | Notes: svn path=/head/; revision=346350
* dns/ldapdns: Mark broken due to lack of publicly available distfilesJohn Marino2014-02-262-8/+8
| | | | | | | | | | | | The www.nihn.org master site seems to be gone forever. The solution to unbreak this port to upgrade to version 3.x, available at: http://ldapdns.sourceforge.net Port was reset to facilitate somebody else performing the update. Sylvio has been MIA for more than a year now. Notes: svn path=/head/; revision=346201
* - Support stagingEmanuel Haupt2014-02-261-6/+4
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=346115
* Update to version 1.4.3Pawel Pekala2014-02-242-4/+3
| | | | | | | | PR: ports/186968 Submitted by: maintainer Notes: svn path=/head/; revision=345894
* - remove duplicate PORTDOCS (from r343903)Olli Hauer2014-02-234-114/+31
| | | | | | | | | | | - remove pre-patch delay - remove PKGMESSAGE and PKG-INSTALL from post-install section - move MANx into pkg-plist - move pkg-install and pkg-deinstall into pkg-plist - adopt ${opt}_ENABLE|ON syntax Notes: svn path=/head/; revision=345777
* - remove pre-patch delayOlli Hauer2014-02-234-55/+9
| | | | | | | | | | - remove PKG-INSTALL from post-install (not used with staging) - move pkg-install and pkg-deinstall into pkg-plist Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer, per PM) Notes: svn path=/head/; revision=345776
* - Add py-dns3 3.0.4Sunpoet Po-Chuan Hsieh2014-02-234-0/+34
| | | | | | | | | | | | This directory contains a Python module that implements a DNS (Domain Name Server) client, plus additional modules that define some symbolic constants used by DNS (dnstype, dnsclass, dnsopcode). WWW: http://pydns.sourceforge.net/ WWW: https://launchpad.net/py3dns Notes: svn path=/head/; revision=345699
* Unbreak linkAntoine Brodin2014-02-221-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=345663
* Prefer CONFIGURE_ENABLE over CONFIGURE_ON/OFFPawel Pekala2014-02-221-11/+11
| | | | | | | Suggested by: mat@ Notes: svn path=/head/; revision=345635
* Update to version 1.11.1Pawel Pekala2014-02-223-39/+42
| | | | | | | | PR: ports/186878 Submitted by: maintainer Notes: svn path=/head/; revision=345634
* - Fix man installation after port was stagified [1]Pawel Pekala2014-02-222-62/+21
| | | | | | | | | | | | | | | - Convert LIB_DEPENDS to new format [1] - Remove leading article from COMMENT - Switch to options helpers - Conditional installation of docs is not needed with stage - Don't show pkg-message twice PR: ports/186693 [1] Submitted by: Denis Generalov <gd.workbox@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=345629
* add bind-tools at RUN_DEPENDS for dig command.MIHIRA Sanpei Yoshiro2014-02-221-0/+2
| | | | | | | Because 10.0-RELEASE and later system does not have bind(include dig) Notes: svn path=/head/; revision=345570
* Respect CC, cleanup some patch.Mathieu Arnold2014-02-212-9/+1
| | | | | | | | Submitted by: takefu (based on) Sponsored by: Absolight Notes: svn path=/head/; revision=345480
* Remove trailing whitespaces from category dnsEmanuel Haupt2014-02-217-7/+7
| | | | Notes: svn path=/head/; revision=345405
* dns/ironsides: Actually install the man page!John Marino2014-02-213-0/+3
| | | | Notes: svn path=/head/; revision=345365
* dns/ironsides: Upgrade version 20130315 to 20140220John Marino2014-02-213-7/+59
| | | | | | | | | After contacting the author, he updated the snapshot to the latest, remove 7M worth of dead files and adding a man page. I made some corrections to that man page and converted it to mdoc tags. Notes: svn path=/head/; revision=345353
* Update dns/maradns to 2.0.09.Mathieu Arnold2014-02-2022-206/+450
| | | | | | | | | Copy maradns 1.4.14 to dns/maradns1. Sponsored by: Absolight Notes: svn path=/head/; revision=345251
* - Stage supportAntoine Brodin2014-02-191-30/+11
| | | | | | | - Fix packaging of examples after switch to autoplist Notes: svn path=/head/; revision=345131
* - Stage supportAntoine Brodin2014-02-192-43/+4
| | | | | | | - Use PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=345122
* - Support stagingEmanuel Haupt2014-02-191-20/+19
| | | | | | | | | | | | - Define EXAMPLES - Don't install license file but define LICENSE - also don't install THANKS file as documentation - Add an additional mirror - Indent - Now that this port looks shiny clean take maintainership Notes: svn path=/head/; revision=345088
* - Support stagingEmanuel Haupt2014-02-192-11/+19
| | | | | | | | | - Respect CC - Respect CFLAGS - Fix build with clang Notes: svn path=/head/; revision=345086
* Support stagingEmanuel Haupt2014-02-191-6/+4
| | | | Notes: svn path=/head/; revision=345085
* - Support stagingEmanuel Haupt2014-02-192-15/+10
| | | | | | | | | - Respect CC - Respect CFLAGS - Fix build with clang Notes: svn path=/head/; revision=345084
* - Support stagingEmanuel Haupt2014-02-192-15/+12
| | | | | | | | - Use shebangfix - Don't install GPLv2 file but define LICENSE Notes: svn path=/head/; revision=345083
* Support stagingEmanuel Haupt2014-02-191-3/+2
| | | | Notes: svn path=/head/; revision=345082
* Support stagingEmanuel Haupt2014-02-191-4/+3
| | | | Notes: svn path=/head/; revision=345081
* Support stagingEmanuel Haupt2014-02-192-11/+7
| | | | Notes: svn path=/head/; revision=345080
* - Support stagingEmanuel Haupt2014-02-192-13/+10
| | | | | | | | | - Define DOCS - Respect CC - Fix build with clang Notes: svn path=/head/; revision=345079
* Support stagingEmanuel Haupt2014-02-191-7/+5
| | | | Notes: svn path=/head/; revision=345078
* Support stagingEmanuel Haupt2014-02-191-5/+3
| | | | Notes: svn path=/head/; revision=345077
* - Support stagingEmanuel Haupt2014-02-192-8/+11
| | | | | | | | - Use shebangfix - Define DOCS Notes: svn path=/head/; revision=345076
* Support stagingEmanuel Haupt2014-02-192-6/+16
| | | | Notes: svn path=/head/; revision=345075
* Support stagingEmanuel Haupt2014-02-191-8/+6
| | | | Notes: svn path=/head/; revision=345074
* Support stagingEmanuel Haupt2014-02-192-10/+21
| | | | Notes: svn path=/head/; revision=345073
* dns/ironsides: Fix extraction problem on clean jailJohn Marino2014-02-191-2/+1
| | | | | | | | | | GNATMake was used to clean up the WRKSRC after extraction, but the problem is that it's not present at that point on a clean build; it comes in later as a build dependency. Rather than a messy definition of extract-depends, just remove the files manually without gnatmake. Notes: svn path=/head/; revision=344987
* Previous commit to knot.in was truncated causing the rc script to beMark Felder2014-02-182-4/+10
| | | | | | | | | | broken. Submitted by: erwin Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=344879
* Support stagingEmanuel Haupt2014-02-181-10/+6
| | | | Notes: svn path=/head/; revision=344849
* 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