aboutsummaryrefslogtreecommitdiff
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit BUILD/RUN depends on p5-Digest-HMAC.Adam Weinberger2016-06-091-3/+1
| | | | | | | 2nd pointy hat to: pi (he'll have to wear this one upside-down, on his chin) Notes: svn path=/head/; revision=416624
* dns/p5-Net-DNS: re-add TSIG optionKurt Jaeger2016-06-091-1/+6
| | | | | | | | | PR: 208257 Pointy hat to: pi Reported by: adamw Notes: svn path=/head/; revision=416618
* dns/p5-Net-DNS: 1.0.5 -> 1.0.6Kurt Jaeger2016-06-092-9/+7
| | | | | | | | | | | | | - Case sensitive compression breaks resolver->nameservers() (RT#114351) - Net::DNS::Resolver dies on scoped IPv6 nameserver address (RT#113579) - Resolve::Recurse Hangs (RT#113020) - improperly terminated AXFR at t/08-IPv4.t line 446. (RT#112860) PR: 208257 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Notes: svn path=/head/; revision=416616
* Digest::HMAC is only needed for TSIG support, so put it behind a TSIGAdam Weinberger2016-06-081-3/+5
| | | | | | | option that defaults to on. Notes: svn path=/head/; revision=416559
* dns/knot2: Fix rc scriptKurt Jaeger2016-06-072-1/+2
| | | | | | | | | | | - knotc now takes "conf-check" not "checkconf" argument. PR: 210080 Submitted by: Andris Raugulis <moo@arthepsy.eu> Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Notes: svn path=/head/; revision=416499
* - Update to 2.2.1Dmitry Marakasov2016-06-063-6/+6
| | | | | | | | PR: 209964 Submitted by: freebsd@dns-lab.com (maintainer) Notes: svn path=/head/; revision=416467
* Update to latest snapshot.Mathieu Arnold2016-06-065-14/+17
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=416449
* - Add NO_ARCHDmitry Marakasov2016-06-042-14/+16
| | | | | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` - Simplify DOCS installation Notes: svn path=/head/; revision=416349
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-032-0/+4
| | | | Notes: svn path=/head/; revision=416324
* New port: py-cares, python interface for c-ares async resolver.Dmitry Sivachenko2016-05-314-0/+30
| | | | Notes: svn path=/head/; revision=416193
* Update to latest snapshot.Mathieu Arnold2016-05-303-14/+14
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=416144
* Multithreaded perl script to enumerate DNS informationPawel Pekala2016-05-295-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | of a domain and discover non-contiguous IP blocks. OPERATIONS: Get the host's address (A record). Get the nameservers (threaded). Get the MX record (threaded). Perform axfr queries on nameservers and get BIND VERSION (threaded). Get extra names and subdomains via google scraping (google query = "allinurl: -www site:domain"). Brute force subdomains from file, can also perform recursion on subdomain that have NS records (all threaded). Calculate C class domain network ranges and perform whois queries on them (threaded). Perform reverse lookups on netranges ( C class or/and whois netranges) (threaded). Write to domain_ips.txt file ip-blocks. WWW:https://github.com/fwaeytens/dnsenum PR: 208950 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> Notes: svn path=/head/; revision=416094
* DNSRecon provides the ability to perform:Pawel Pekala2016-05-295-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | Check all NS Records for Zone Transfers. Enumerate General DNS Records for a given Domain (MX, SOA, NS, A, AAAA, SPF and TXT). Perform common SRV Record Enumeration. Top Level Domain (TLD) Expansion. Check for Wildcard Resolution. Brute Force subdomain and host A and AAAA records given a domain and a wordlist. Perform a PTR Record lookup for a given IP Range or CIDR. Check a DNS Server Cached records for A, AAAA and CNAME Records provided a list of host records in a text file to check. Enumerate Common mDNS records in the Local Network Enumerate Hosts and Subdomains using Google. WWW: https://github.com/darkoperator/dnsrecon PR: 208975 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> Notes: svn path=/head/; revision=416092
* dns/dnsviz: 0.5.2 -> 0.5.3, bugfixesKurt Jaeger2016-05-262-3/+4
| | | | Notes: svn path=/head/; revision=415883
* Update to 9.9.9-P1 and 9.10.4-P1.Mathieu Arnold2016-05-264-10/+12
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=415882
* Add --with-dlopen=yes to the default options to allow using thirdMathieu Arnold2016-05-253-12/+15
| | | | | | | | | | | | | | parties dlz drivers. While there: - enable the DLZ_FILESYSTEM option by default - convert to USES=mysql and USES=bdb Requested by: borius i ua Sponsored by: Absolight Notes: svn path=/head/; revision=415831
* Mark port IGNORE.Matthias Andree2016-05-241-1/+1
| | | | Notes: svn path=/head/; revision=415765
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-238-8/+8
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-233-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Update to latest snapshot.Mathieu Arnold2016-05-232-9/+6
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=415718
* dns/powerdns: update 3.4.8 -> 3.4.9Bartek Rutkowski2016-05-222-4/+4
| | | | | | | | | | | - Bugfix release PR: 209677 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) MFH: 2016Q2 Notes: svn path=/head/; revision=415648
* Remove expired port:Rene Ladan2016-05-207-221/+0
| | | | | | | 2016-05-20 dns/nsd3: NSD 3 is EOL, please upgrade to NSD 4 in dns/nsd Notes: svn path=/head/; revision=415568
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-197-17/+17
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-1927-71/+71
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Update, new upstream feature+bugfix release v2.76Matthias Andree2016-05-184-38/+5
| | | | | | | | | | | | The upstream maintainer's change log is here, and in the installed CHANGELOG file: <http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=v2.76> Drop two patch files that were previously cherry-picked from the post-v2.75 upstream repository and should no longer be needed. Notes: svn path=/head/; revision=415466
* Update to latest snapshot.Mathieu Arnold2016-05-172-4/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=415382
* Update to new upstream release candidate #2.Matthias Andree2016-05-162-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Changes in upstream Git between releases (git shortlog): Sergey Nechaev (1): Stricter command line args validation to dhcp_release6. Simon Kelley (4): Fix error in PXE arch names and add ARM32 and ARM64. Tweak CSAs affected by UEFI PXE workaround code. Tweak UEFI workaround code. Merge messages into translation files. Upstream CHANGELOG diff since rc #1: Swap the values if BC_EFI and x86-64_EFI in --pxe-service. These were previously wrong due to an error in RFC 4578. If you're using BC_EFI to boot 64-bit EFI machines, you will need to update your config. Add ARM32_EFI and ARM64_EFI as valid architectures in --pxe-service. Notes: svn path=/head/; revision=415366
* Prevent collision with dprintf(3)Baptiste Daroussin2016-05-131-0/+3
| | | | Notes: svn path=/head/; revision=415134
* Update to release candidate #1.Matthias Andree2016-05-112-6/+6
| | | | | | | | | | | | | | | | | | | | Changes since test#13: + Move the dhcp_release and dhcp_lease_time tools from + contrib/wrt to contrib/lease-tools. + + Add dhcp_release6 to contrib/lease-tools. Many thanks + to Sergey Nechaev for this code. + + To avoid filling logs in configurations which define + many upstream nameservers, don't log more that 30 servers. + The number to be logged can be changed as SERVERS_LOGGED + in src/config.h. Changelog since v2.75 at: http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=8628cd603fd0c55c7d41b84488446db44f58ff5b Notes: svn path=/head/; revision=415035
* - Update to 0.0.0.20160510Sunpoet Po-Chuan Hsieh2016-05-115-7/+7
| | | | | | | | | - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master Notes: svn path=/head/; revision=415021
* Update to latest snapshot.Mathieu Arnold2016-05-094-16/+16
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=414834
* Upgrade to version 1.2. The new version removes the need for a patch toStefan Eßer2016-05-073-16/+5
| | | | | | | | | | | | | make it compile on 9.x and silences a compiler warning. A new "Dynamic DNS Mode has been added, but is only slightly tested by the author of gen6dns (Holger.Zuleger(at)hznet.de), who would appreciate any feedback on this feature. Approved by: antoine (mentor, implicit) Notes: svn path=/head/; revision=414763
* gen6dns is a tool to generate static DNS records (AAAA and PTR) for hostsStefan Eßer2016-05-065-0/+45
| | | | | | | | | | | | | | using Stateless Address Autoconfig (SLAAC). If you have a list of hostnames, mac addresses and ipv6 subnets gen6dns generates the appropriate AAAA and PTR records for you. It supports different scopes and the generation of view (split) specific files. WWW: http://www.hznet.de/tools.html Approved by: antoine Notes: svn path=/head/; revision=414690
* dns/opendnssec: 1.4.9 -> 1.4.10Kurt Jaeger2016-05-052-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release fix targets stability issues which have had a history and have been hard to reproduce. Issues that have been reported over the past half year have been fixed that may have even come up earlier as rare occasions. Stability should be improved, running OpenDNSSEC as a long term service. Changes in TTL in the input zone that seem not to be propagated, notifies to slaves under heavy zone activity load that where not handled properly and could lead to assertions. NSEC3PARAM that would appear duplicate in the resulting zone, and crashes in the signer daemon in seldom race conditions or re-opening due to a HSM reset. No migration steps needed when upgrading from OpenDNSSEC 1.4.9. Also have a look at our OpenDNSSEC 2.0 beta release, its impending release will help us forward with new development and signal phasing out historic releases. Fixes: - SUPPORT-156 OPENDNSSEC-771: Multiple NSEC3PARAM records in signed zone. After a resalt the signer would fail to remove the old NSEC3PARAM RR until a manual resign or incoming transfer. Old NSEC3PARAMS are removed when inserting a new record, even if they look the same. - OPENDNSSEC-725: Signer did not properly handle new update while still distributing notifies to slaves. An AXFR disconnect looked not to be handled gracefully. - SUPPORT-171: Signer would sometimes hit an assertion using DNS output adapter when .ixfr was missing or corrupt but .backup file available. - Above two issues also in part addresses problems with seemingly corrected backup files (SOA serial). Also an crash on badly configured DNS output adapters is averted. - The signer daemon will now refuse to start when failed to open a listen socket for DNS handling. - OPENDNSSEC-478,750,581 and 582 and SUPPORT-88: Segmentation fault in signer daemon when opening and closing HSM multiple times. Also addresses other concurrency access by avoiding a common context to the HSM (a.k.a. NULL context). - OPENDNSSEC-798: Improper use of key handles across hsm reopen, causing keys not to be available after a re-open. - SUPPORT-186: IXFR disregards TTL changes, when only TTL of an RR is changed. TTL changes should be treated like any other changes to records. - When OpenDNSSEC now overrides a TTL value, this is now reported in the log files. PR: 209261 Submitted by: jaap@NLnetLabs.nl (mainainer) Notes: svn path=/head/; revision=414652
* Update to new upstream test release ...test13.Matthias Andree2016-05-052-4/+4
| | | | | | | | | | | | | Upstream's CHANGELOG since test12: * Check return-code of inet_pton() when parsing dhcp-option. Bad addresses could fail to generate errors and result in garbage dhcp-options being sent. Thanks to Marc Branchaud for spotting this. * Fix wrong value for EDNS UDP packet size when using --servers-file to define upstream DNS servers. Thanks to Scott Bonar for the bug report. Notes: svn path=/head/; revision=414641
* Fix build on 9.3 i386Thomas Zander2016-05-042-5/+3
| | | | | | | | | PR: 209260 Submitted by: tremere@cainites.net (maintainer) MFH: 2016Q2 (build fix blanket) Notes: svn path=/head/; revision=414613
* Remove expired ports:Rene Ladan2016-05-037-61/+0
| | | | | | | | 2016-04-30 textproc/rubygem-gherkin3: Use textproc/rubygem-gherkin instead 2016-04-30 dns/odsclient: ODS shuts service down, so client is probably useless Notes: svn path=/head/; revision=414545
* Update databases/rrdtool to 1.6.0Niclas Zeising2016-05-021-0/+1
| | | | | | | | | | | | | | | Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168 Notes: svn path=/head/; revision=414458
* Update to 3.8.3Tilman Keskinoz2016-05-022-5/+6
| | | | | | | | | PR: 209167 Submitted by: mzaki@e-mail.ne.jp Approved by: maintainer Notes: svn path=/head/; revision=414456
* Update to latest snapshot.Mathieu Arnold2016-05-025-50/+9
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=414445
* - Update to 1.11.0Ryan Steinmetz2016-04-303-5/+13
| | | | Notes: svn path=/head/; revision=414322
* - Sort PLISTSunpoet Po-Chuan Hsieh2016-04-291-1/+1
| | | | Notes: svn path=/head/; revision=414305
* Fix-ish the build WITH=PYTHONMathieu Arnold2016-04-294-1/+50
| | | | | | | | Pointy hat to: mat (for testing a snapshot and commiting another.) Sponsored by: Absolight Notes: svn path=/head/; revision=414269
* Update to latest snapshot.Mathieu Arnold2016-04-294-12/+12
| | | | | | | | | While there, update the root hints file. Sponsored by: Absolight Notes: svn path=/head/; revision=414267
* Update to 9.10.4.Mathieu Arnold2016-04-296-20/+20
| | | | | | | | | While there, update the root hints file. Sponsored by: Absolight Notes: svn path=/head/; revision=414266
* Update to 9.9.9.Mathieu Arnold2016-04-295-21/+21
| | | | | | | | | While there, update the root hints file. Sponsored by: Absolight Notes: svn path=/head/; revision=414265
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-274-4/+4
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-274-8/+4
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* During the exp-run in bug 208158, it was found that dns/powerdns givesDimitry Andric2016-04-261-0/+15
| | | | | | | | | | | | | | | | | | errors with libc++ 3.8.0: dnspacket.cc:645:6: error: call to 'abs' is ambiguous if(abs(trc->d_time - now) > trc->d_fudge) { ^~~ This is because abs() is being called with unsigned arguments. Import upstream commit f2d05dd to fix it. Approved by: tremere@cainites.net PR: 208725 MFH: 2016Q2 Notes: svn path=/head/; revision=414065
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414019