summaryrefslogtreecommitdiff
path: root/dns/adns/distinfo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dns/adns: Update to 1.6.0Niclas Zeising2020-08-201-3/+3
| | | | | | | | | | | | | | 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.5.0 -> 1.5.1Kurt Jaeger2016-08-211-2/+3
| | | | | | | | | | | | | | | | | | | | | | - Portability fix for systems where socklen_t is bigger than int. - Fix for malicious optimisation of memcpy in test suite, which causes failure with gcc-4.1.9 -O3. See Debian bug #772718. - Fix TCP async connect handling. The bug is hidden on Linux and on most systems where the nameserver is on localhost. If it is not hidden, adns's TCP support is broken unless adns_if_noautosys is used. - Fix addr queries (including subqueries, ie including deferencing MX lookups etc.) not to crash when one of the address queries returns tempfail. Also, do not return a spurious pointer to the application when one of the address queries returns a permanent error (although, the application almost certainly won't use this pointer because the associated count is zero). - adnsresfilter: Fix addrtextbuf buffer size. This is not actually a problem in real compiled code but should be corrected. - Properly include harness.h in adnstest.c in regress/. Suppresses a couple of compiler warnings (implicit declaration of Texit, etc.) Notes: svn path=/head/; revision=420582
* dns/adns: 1.5.0rc0 -> 1.5.0Kurt Jaeger2014-11-221-4/+2
| | | | | | | | Changes since 1.4: http://www.chiark.greenend.org.uk/pipermail/adns-announce/2014/000002.html Notes: svn path=/head/; revision=373057
* dns/adns: 1.4 -> 1.5.0~rc0Kurt Jaeger2014-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* dns/adns: include lucab's ipv6 patch, take maintainershipKurt Jaeger2014-09-231-0/+2
| | | | | | | | PR: 178364 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Notes: svn path=/head/; revision=369118
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.4Martin Wilke2006-11-011-3/+3
| | | | | | | | | | - INSTALLS_SHLIB -> USE_LDCONFIG PR: ports/104801 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) Notes: svn path=/head/; revision=176002
* - Update to 1.3.Stefan Walter2006-07-021-3/+3
| | | | | | | | | | | - Assign maintainership to submitter. PR: 99434 Submitted by: Babak Farrokhi <babak@farrokhi.net> Approved by: arved (mentor) Notes: svn path=/head/; revision=166766
* - Update to version 1.2Sergey Matveychuk2006-04-201-3/+3
| | | | | | | | | | | - Respect NOPORTDOCS - Add a HTTP master site PR: ports/96096 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=160012
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149250
* - Update to 1.1Clement Laforet2005-01-181-2/+2
| | | | Notes: svn path=/head/; revision=126749
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to version 1.0Ade Lovett2000-09-181-1/+1
| | | | | | | | PR: 21357 Submitted by: maintainer Notes: svn path=/head/; revision=32829
* Add adns, an asynchronous DNS resolver library that provides a way to doWill Andrews2000-04-021-0/+1
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