aboutsummaryrefslogtreecommitdiff
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new options frameworkBaptiste Daroussin2012-06-121-5/+5
| | | | Notes: svn path=/head/; revision=299103
* Fix inverted PORT_OPTIONS:MDOCS logic, regression from optionsNG migration.Matthias Andree2012-06-111-1/+2
| | | | | | | | Reported by: Spil Oss Reported by: pointyhat (by way of pav@) Notes: svn path=/head/; revision=299078
* - Update to 12.1.0Sunpoet Po-Chuan Hsieh2012-06-113-5/+8
| | | | | | | | | - Change RUN_DEPENDS to ensure same-verison twisted dependency Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/names/topfiles/NEWS Notes: svn path=/head/; revision=299056
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-103-3/+3
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Convert to OptionsNGRyan Steinmetz2012-06-101-9/+14
| | | | Notes: svn path=/head/; revision=298969
* - Add CONFLICTSRyan Steinmetz2012-06-102-4/+5
| | | | | | | | | - Use PLIST_FILES instead of pkg-plist - Fix MASTER_SITES - Bump PORTREVISION Notes: svn path=/head/; revision=298938
* gdnsd is an Authoritative-only DNS server.Martin Wilke2012-06-097-0/+210
| | | | | | | | | | | | | | | | | | | The initial g stands for Geographic, as gdnsd offers a plugin system for geographic (or other sorts of) balancing, redirection, and service-state-conscious failover. If you don't care about that feature, it's still quite good at being a very fast, lean, and resilient authoritative-only server for static DNS data. gdnsd is written in C using libev and pthreads with a focus on highi performance, low latency service. It does not offer any form of caching or recursive service, and does not support DNSSEC. WWW: http://code.google.com/p/gdnsd/ PR: ports/167946 Submitted by: Stefan Caunter <stef@scaleengine.com> Notes: svn path=/head/; revision=298870
* - Update to 0.5Martin Wilke2012-06-092-3/+3
| | | | | | | | PR: 168858 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=298864
* Update to bug-fix release 2.62.Matthias Andree2012-06-082-18/+18
| | | | | | | | | Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG Convert to OptionsNG. Notes: svn path=/head/; revision=298761
* - Update to 0.7.1Steve Wills2012-06-052-3/+3
| | | | Notes: svn path=/head/; revision=298490
* - Update to 0.920Jase Thew2012-06-052-13/+7
| | | | | | | | | | - Update maintainer address Changes: http://search.cpan.org/dist/POE-Component-Resolver/CHANGES Approved by: flo, culot (mentors) Notes: svn path=/head/; revision=298462
* - Remove SITE_PERL from *_DEPENDSRyan Steinmetz2012-06-051-1/+1
| | | | Notes: svn path=/head/; revision=298451
* Upgrade to 9.6-ESV-R7-P1, 9.7.6-P1, 9.8.3-P1, and 9.9.1-P1, the latestDoug Barton2012-06-048-24/+24
| | | | | | | | | | | | | | | | | | | from ISC. These patched versions contain a critical bugfix: Processing of DNS resource records where the rdata field is zero length may cause various issues for the servers handling them. Processing of these records may lead to unexpected outcomes. Recursive servers may crash or disclose some portion of memory to the client. Secondary servers may crash on restart after transferring a zone containing these records. Master servers may corrupt zone data if the zone option "auto-dnssec" is set to "maintain". Other unexpected problems that are not listed here may also be encountered. All BIND users are strongly encouraged to upgrade. Notes: svn path=/head/; revision=298399
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-3/+3
| | | | | | | - Reassign maintainership from ports@ to perl@ Notes: svn path=/head/; revision=298336
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-044-7/+7
| | | | Notes: svn path=/head/; revision=298334
* Fix Perl package name dependenciesDoug Barton2012-06-032-6/+6
| | | | Notes: svn path=/head/; revision=298188
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-033-4/+4
| | | | | | | Approved by: maintainer (tobez@ via IM) Notes: svn path=/head/; revision=298050
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Convert to specifying the port name in _DEPENDS instead ofDoug Barton2012-06-012-6/+6
| | | | | | | | | ${SITE_PERL}/foo/bar/file.pm http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies Notes: svn path=/head/; revision=297913
* - Remove dns/drill, the tool was folded into dns/ldns packagePav Lucistnik2012-05-316-64/+0
| | | | | | | Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=297859
* - Disable ECDSA supportMartin Wilke2012-05-281-5/+1
| | | | | | | | PR: 168394 Submitted by: maintainer Notes: svn path=/head/; revision=297570
* - Update to 1.4.17Sergey Matveychuk2012-05-243-9/+19
| | | | | | | | | | * Use ECDSA by default * Add a hack to build ldns with ECDSA support if it's not installed Feature safe: Yes Notes: svn path=/head/; revision=297339
* - Update to 1.6.13Alex Kozlov2012-05-243-8/+9
| | | | | | | | | | | | | | | This is mostly a bugfix release. Most notable new features are ECDSA support (RFC 6605) and command-line options for ldns-verify-zone for validating against given keys and for safety margins on signatures inception and expiration times. - The examples and drill programs will now built by default. PR: ports/168296 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=297335
* Upgrade to BIND versions 9.9.1, 9.8.3, 9.7.6, and 9.6-ESV-R7,Doug Barton2012-05-239-25/+25
| | | | | | | | | | | | | | | | | | | | | | | the latest from ISC. These versions all contain the following: Feature Change * BIND now recognizes the TLSA resource record type, created to support IETF DANE (DNS-based Authentication of Named Entities) [RT #28989] Bug Fix * The locking strategy around the handling of iterative queries has been tuned to reduce unnecessary contention in a multi- threaded environment. Each version also contains other critical bug fixes. All BIND users are encouraged to upgrade to these latest versions. Notes: svn path=/head/; revision=297257
* Remove patch that is incorporated into version 9.9.1Doug Barton2012-05-231-11/+0
| | | | Notes: svn path=/head/; revision=297256
* - update 3.1.r3,1Ruslan Makhmatkhanov2012-05-223-6/+8
| | | | | | | | | | | - set NO_LATEST_LINK - while I'm here, add LICENSE (GPL2) and remove mention of it from pkg-descr PR: 168192 Submitted by: Ralf van der Enden <tremere at cainites dot net> (maintainer) Notes: svn path=/head/; revision=297214
* - update to 3.1Ruslan Makhmatkhanov2012-05-228-170/+22
| | | | | | | | | | | | - while I'm here, add LICENSE (GPL2) and remove mention of it from pkg-descr changelog: http://doc.powerdns.com/changelog.html#changelog-auth-3-1 PR: 168198 Submitted by: Ralf van der Enden <tremere at cainites dot net> (maintainer) Notes: svn path=/head/; revision=297213
* - update to 1.0.5Ruslan Makhmatkhanov2012-05-215-4/+75
| | | | | | | | | | | | - fix build fix clang - mark MAKE_JOBS_SAFE PR: 168014 Submitted by: Hirohisa Yamaguchi <umq at ueo.co dot jp> Approved by: freebsd at dns-lab dot com (maintainer) Notes: svn path=/head/; revision=297144
* - Add p5-Net-DNS-Zone-Parser 0.02Sunpoet Po-Chuan Hsieh2012-05-185-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | The Net::DNS::Zone::Parser should be considered a preprocessor that "normalizes" a zonefile. It will read a zonefile in a format conforming to the relevant RFCs with the addition of BIND's GENERATE directive from disk and will write fully specified resource records (RRs) to a filehandle. Whereby: - All comments are stripped - There is one RR per line - Each RR is fully expanded i.e. all domain names are fully qualified (canonicalised) and the CLASS and TTLs are specified. - Some RRs may be 'stripped' from the source or otherwise processed. For details see the 'read' method. Note that this module does not have a notion of what constitutes a valid zone, it only parses. For example, the parser will happilly parse RRs with ownernames that are below in another zone because a NS RR elsewhere in the zone. WWW: http://search.cpan.org/dist/Net-DNS-Zone-Parser/ PR: ports/167708 Submitted by: Jimmy Bergman <jimmy@sigint.se> Notes: svn path=/head/; revision=296914
* - Update to version 2.1.5 [1]Pawel Pekala2012-05-189-104/+177
| | | | | | | | | | | - Add option for PGSQL support [1] - Switch to bsd.port.options PR: ports/167841 [1] Submitted by: Edmondas Girkantas <eg@fbsd.lt> (maintainer) [1] Notes: svn path=/head/; revision=296908
* - Resolve rc script issuesRyan Steinmetz2012-05-171-4/+3
| | | | Notes: svn path=/head/; revision=296863
* - Update to 1.20Ryan Steinmetz2012-05-174-10/+37
| | | | Notes: svn path=/head/; revision=296853
* DNSCrypt is a piece of lightweight software that everyonePawel Pekala2012-05-157-0/+105
| | | | | | | | | | | | | | should use to boost online privacy and security. It works by encrypting all DNS traffic between the user and OpenDNS, preventing any spying, spoofing or man-in-the-middle attacks. WWW: https://www.opendns.com/technology/dnscrypt/ PR: ports/167833 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Notes: svn path=/head/; revision=296690
* - Update to 0.918Frederic Culot2012-05-152-5/+8
| | | | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Resolver/CHANGES PR: ports/167929 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer) Notes: svn path=/head/; revision=296685
* - Update to development release 3.1 RC2Michael Scheidell2012-05-096-40/+153
| | | | | | | | | PR: ports/167045 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Obtained from: http://doc.powerdns.com/changelog.html#changelog-auth-3-1 Notes: svn path=/head/; revision=296309
* - Chase rrdtool shlib version bump.Sylvio Cesar Teixeira2012-05-071-1/+1
| | | | Notes: svn path=/head/; revision=296163
* Stop installing catpagesBaptiste Daroussin2012-05-072-0/+28
| | | | | | | | | PR: ports/167255 Submitted by: bapt Approved by: maintainer timeout (14d) Notes: svn path=/head/; revision=296147
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-013-3/+3
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* Update to new upstream release 2.61. Changes are, per Simon Kelley:Matthias Andree2012-04-303-16/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-write interface discovery code on *BSD to use getifaddrs. This is more portable, more straightforward, and allows us to find the prefix length for IPv6 addresses. Add ra-names, ra-stateless and slaac keywords for DHCPv6. Dnsmasq can now synthesise AAAA records for dual-stack hosts which get IPv6 addresses via SLAAC. It is also now possible to use SLAAC and stateless DHCPv6, and to tell clients to use SLAAC addresses as well as DHCP ones. Thanks to Dave Taht for help with this. Add --dhcp-duid to allow DUID-EN uids to be used. Explicity send DHCPv6 replies to the correct port, instead of relying on clients to send requests with the correct source address, since at least one client in the wild gets this wrong. Thanks to Conrda Kostecki for help tracking this down. Send a preference value of 255 in DHCPv6 replies when --dhcp-authoritative is in effect. This tells clients not to wait around for other DHCP servers. Better logging of DHCPv6 options. Add --host-record. Thanks to Rob Zwissler for the suggestion. Invoke the DHCP script with action "tftp" when a TFTP file transfer completes. The size of the file, address to which it was sent and complete pathname are supplied. Note that version 2.60 introduced some script incompatibilties associated with DHCPv6, and this is a further change. To be safe, scripts should ignore unknown actions, and if not IPv6-aware, should exit if the environment variable DNSMASQ_IAID is set. The use-case for this is to track netboot/install. Suggestion from Shantanu Gadgil. Update contrib/port-forward/dnsmasq-portforward to reflect the above. Set the environment variable DNSMASQ_LOG_DHCP when running the script id --log-dhcp is in effect, so that script can taylor their logging verbosity. Suggestion from Malte Forkel. Arrange that addresses specified with --listen-address work even if there is no interface carrying the address. This is chiefly useful for IPv4 loopback addresses, where any address in 127.0.0.0/8 is a valid loopback address, but normally only 127.0.0.1 appears on the lo interface. Thanks to Mathieu Trudel-Lapierre for the idea and initial patch. Fix crash, introduced in 2.60, when a DHCPINFORM is received from a network which has no valid dhcp-range. Thanks to Stephane Glondu for the bug report. Add a new DHCP lease time keyword, "deprecated" for --dhcp-range. This is only valid for IPv6, and sets the preffered lease time for both DHCP and RA to zero. The effect is that clients can continue to use the address for existing connections, but new connections will use other addresses, if they exist. This makes hitless renumbering at least possible. Fix bug in address6_available() which caused DHCPv6 lease aquisition to fail if more than one dhcp-range in use. Provide RDNSS and DNSSL data in router advertisements, using the settings provided for DHCP options option6:domain-search and option6:dns-server. Tweak logo/favicon.ico to add some transparency. Thanks to SamLT for work on this. Don't cache data from non-recursive nameservers, since it may erroneously look like a valid CNAME to a non-exitant name. Thanks to Ben Winslow for finding this. Call SO_BINDTODEVICE on the DHCP socket(s) when doing DHCP on exactly one interface and --bind-interfaces is set. This makes the OpenStack use-case of one dnsmasq per virtual interface work. This is only available on Linux; it's not supported on other platforms. Thanks to Vishvananda Ishaya and the OpenStack team for the suggestion. Updated French translation. Thanks to Gildas Le Nadan. Give correct from-cache answers to explict CNAME queries. Thanks to Rob Zwissler for spotting this. Add --tftp-lowercase option. Thanks to Oliver Rath for the patch. Ensure that the DBus DhcpLeaseUpdated events are generated when a lease goes through INIT_REBOOT state, even if the dhcp-script is not in use. thanks to Antoaneta-Ecaterina Ene for the patch. Fix failure of TFTP over IPv4 on OpenBSD platform. Thanks to Brad Smith for spotting this. Notes: svn path=/head/; revision=295736
* - Update to 1.8.0Ryan Steinmetz2012-04-293-13/+14
| | | | Notes: svn path=/head/; revision=295689
* Add dns/validns 0.4, a high performance DNS/DNSSEC zone validator.Anton Berezin2012-04-264-0/+45
| | | | | | | | PR: 167299 Submitted by: Hirohisa Yamaguchi <umq at-symbol ueo.co.jp> Notes: svn path=/head/; revision=295543
* - Update to 1.0.3Dennis Herrmann2012-04-244-27/+8
| | | | | | | | PR: ports/167241 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=295407
* - Fix BUILD_DEPENDS: p5-HTTP-Tiny is in core since Perl 5.13.9 (check ↵Sunpoet Po-Chuan Hsieh2012-04-211-3/+8
| | | | | | | PERL_LEVEL against 501400) Notes: svn path=/head/; revision=295171
* BIND 9.8.2 tarball was re-rolled to remove 9.8.1 release notes. This changeDoug Barton2012-04-121-4/+4
| | | | | | | | | | | | | | was noticed by ISC at: https://lists.isc.org/pipermail/bind-users/2012-April/087345.html and verified by me both by comparing the contents of the old and new distfiles and by verifying the PGP signature on the new distfile. No PORTREVISION bump because these files were not installed. Notes: svn path=/head/; revision=294687
* - 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
* - Update to 1.2.1Wen Heping2012-04-102-3/+3
| | | | Notes: svn path=/head/; revision=294497
* Switch to using the PORTDOCS macroDoug Barton2012-04-042-51/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294221
* Update to version 9.6-ESV-R6, the latest from ISC, which contains numerous ↵Doug Barton2012-04-044-78/+10
| | | | | | | | | | | | | bug fixes. For the port, switch to using the PORTDOCS macro. Also, switch to the (identical) pkg-message in ../bind97 which was apparently missed when the other ports were converted. Feature safe: yes Notes: svn path=/head/; revision=294220
* Update to version 9.7.5, the latest from ISC, which contains numerous bug fixes.Doug Barton2012-04-043-64/+10
| | | | | | | | | For the port, switch to using the PORTDOCS macro. Feature safe: yes Notes: svn path=/head/; revision=294219
* Update to version 9.8.2, the latest from ISC, which contains numerous bug fixes.Doug Barton2012-04-043-57/+8
| | | | | | | | | For the port, switch to using the PORTDOCS macro. Feature safe: yes Notes: svn path=/head/; revision=294218