aboutsummaryrefslogtreecommitdiffstats
path: root/dns/getdns
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build under 9.xRyan Steinmetz2016-02-051-1/+7
|
* - Update unbound to 1.5.7Erwin Lansing2016-02-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISIOn on dependent ports Some Upgrade Notes: This release fixes a validation failure for nodata with wildcards and emptynonterminals. Fixes OpenSSL Library compability. Fixes correct response for malformed EDNS queries. For crypto in libunbound there is libnettle support. Qname minimisation is implemented. Use qname-minimisation: yes to enable it. This version sends the full query name when an error is found for intermediate names. It should therefore not fail for names on nonconformant servers. It combines well with harden-below-nxdomain: yes because those nxdomains are probed by the qname minimisation, and that will both stop privacy sensitive traffic and reduce nonsense traffic to authority servers. So consider enabling both. In this implementation IPv6 reverse lookups add several labels per increment, because otherwise those lookups would be very slow. [ Reference https://tools.ietf.org/html/draft-ietf-dnsop-qname-minimisation-08 ] More details at <http://unbound.net> PR: 206347 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Approved by: maintainer timeout Sponsored by: DK Hostmaster A/S
* - Update to 0.9.0Ryan Steinmetz2016-01-293-16/+10
|
* - Update to 0.3.3Ryan Steinmetz2015-09-133-8/+9
| | | | | PR: 203068 Submitted by: John W. O'Brien <john@saltant.com>
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* - Update to 0.2.0Ryan Steinmetz2015-05-223-4/+4
|
* - devel/libevent no longer existsRyan Steinmetz2015-05-071-1/+1
|
* - Update to 0.1.8Ryan Steinmetz2015-04-213-5/+5
|
* - Update to 0.1.7Ryan Steinmetz2015-04-093-6/+6
|
* dns/getdns: 0.1.5 -> 0.1.6Kurt Jaeger2015-02-123-12/+11
| | | | | | | | | | | | - Fix: linking against libev on FreeBSD - Fix: Let configure report problem on FreeBSD when configuring with libevent and libunbound <= 1.4.22 is not compiled with libevent. - Better libcheck detection - Better portability with UNIX systems PR: 197560 Submitted by: pi Approved by: zi (maintainer)
* - Update to 0.1.5Ryan Steinmetz2014-11-023-7/+7
|
* Cleanup plistBaptiste Daroussin2014-10-271-4/+0
|
* - Update to 0.1.4Ryan Steinmetz2014-09-223-5/+4
|
* dns/libidn:Tijl Coosemans2014-08-311-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* - Switch dns/unbound to USES=libtool, drop .la filesDmitry Marakasov2014-08-221-0/+2
| | | | | | | - Bump dependent ports as .so version has changed - While here, add LICENSE_FILE to dns/getdns Approved by: portmgr blanket
* Only use libevent2Baptiste Daroussin2014-07-241-1/+1
| | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr
* Fix non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | With hat: portmgr
* - Update to 0.1.3Ryan Steinmetz2014-06-263-10/+8
|
* - Update to 0.1.2Ryan Steinmetz2014-06-243-7/+22
|
* Remove the last @comment $FreeBSD$ from plists.Mathieu Arnold2014-04-251-1/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.1.1Ryan Steinmetz2014-03-253-11/+9
|
* New port: dns/getdns:Ryan Steinmetz2014-03-045-0/+191
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/