aboutsummaryrefslogtreecommitdiff
path: root/dns/adns/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* dns/adns: Update to 1.6.0Niclas Zeising2020-08-201-0/+1
| | | | | | | | | | | | | | Update dns/adns to 1.6.0. This fixes several security issues in adns. This fixes the build with -fno-common, which is the default with llvm 11. PR: 248780 Approved by: pi@ (maintainer) MFH: 2020Q3 Security: 08de38d2-e2d0-11ea-9538-0c9d925bbbc0 Notes: svn path=/head/; revision=545535
* dns/adns: 1.4 -> 1.5.0~rc0Kurt Jaeger2014-10-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features: * Support for queries about IPv6 data in all applicable adns query types (including AAAA, PTR, and adns_r_addr queries). (Thanks very much to Mark Wooding.) * Support for transport over IPv6. (Thanks to Mark Wooding again.) * adns_addr2text and adns_text2addr: Convenient functions for converting between addresses and address literals. Bugfixes: * Fix a crashing bug in adnslogres. (Debian#392102.) * Do all checks of checked PTR owner name before actually sending the query, and reject IPv4 PTR owner names whose labels have leading zero digits or values >255. Build system fixes and improvements: * `make clean' removes the pipes. * Work around bugs in make (Debian #4073, #756123) affecting regress. * Do not include Makefile and src/config.h in distribution tarball. Regression test debugging improvements: * Provide gdbwrap convenience script. * Honour ADNS_TEST_DEBUG env. var. (Mark Wooding.) Submitted by: pi (maintainer) Notes: svn path=/head/; revision=371480
* - Update to version 1.2Sergey Matveychuk2006-04-201-1/+11
| | | | | | | | | | | - Respect NOPORTDOCS - Add a HTTP master site PR: ports/96096 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=160012
* Fix pkg-plist.Kevin Lo2000-10-161-0/+1
| | | | | | | | PR: 22004 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33894
* Update to version 1.0Ade Lovett2000-09-181-3/+2
| | | | | | | | PR: 21357 Submitted by: maintainer Notes: svn path=/head/; revision=32829
* Add bin/adnsresfilterAlexander Langer2000-07-291-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31103
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-151-2/+0
| | | | Notes: svn path=/head/; revision=29614
* Add adns, an asynchronous DNS resolver library that provides a way to doWill Andrews2000-04-021-0/+8
nslookups in a non-blocking manner. The adns distribution also comes with some utilities similar to dig, host, nslookup, etc. The port that I'm importing rips out the ${PORTOBJFORMAT} checking and also trims the extra stuff in pkg/DESCR, which the original submission contained. PR: 17510 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> Reviewed by: billf, mharo Notes: svn path=/head/; revision=27277