notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
adns Easy to use asynchronous-capable DNS client library and utilities
1.6.0 dns on this many watch lists=51 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6.0Version of this port present on the latest quarterly branch.
Maintainer: pi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-09-05 04:55:22
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: freetype2, expat, gmake, unzip, p5-XML-Parser
License: GPLv3
WWW:
https://www.chiark.greenend.org.uk/~ian/adns/
Description:
adns is a resolver library for C (and C++) programs. In contrast with the existing interfaces, gethostbyname et al and libresolv, it has the following features: * It is reasonably easy to use for simple programs which just want to translate names to addresses, look up MX records, etc. * It can be used in an asynchronous, non-blocking, manner. Many queries can be handled simultaneously. Technical note: adns requires a real nameserver like BIND or Dents running on the same system or a nearby one, which must be willing to provide `recursive service'. I.e., adns is a `stub resolver'.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (23 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/adns-1.6.0/catalog.mk
  3. /usr/local/share/licenses/adns-1.6.0/LICENSE
  4. /usr/local/share/licenses/adns-1.6.0/GPLv3
  5. bin/adnsheloex
  6. bin/adnshost
  7. bin/adnslogres
  8. bin/adnsresfilter
  9. include/adns.h
  10. lib/libadns.a
  11. lib/libadns.so
  12. lib/libadns.so.1
  13. lib/libadns.so.1.6
  14. share/doc/adns/COPYING
  15. share/doc/adns/GPL-vs-LGPL
  16. share/doc/adns/INSTALL
  17. share/doc/adns/README
  18. share/doc/adns/README.html
  19. share/doc/adns/TODO
  20. share/doc/adns/changelog
  21. @owner
  22. @group
  23. @mode
Collapse this list.
Dependency lines:
  • adns>0:dns/adns
To install the port:
cd /usr/ports/dns/adns/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/adns
  • pkg install adns
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: adns
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1597925576 SHA256 (adns-1.6.0.tar.gz) = fb427265a981e033d1548f2b117cc021073dc8be2eaf2c45fd64ab7b00ed20de SIZE (adns-1.6.0.tar.gz) = 323474

Packages (timestamps in pop-ups are UTC):
adns
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.01.6.01.6.01.6.01.6.0-1.6.0-
FreeBSD:13:quarterly1.6.01.6.01.6.01.6.01.6.01.6.01.6.01.6.0
FreeBSD:14:latest1.6.01.6.01.6.01.6.01.6.01.6.0-1.6.0
FreeBSD:14:quarterly1.6.01.6.0-1.6.01.6.01.6.01.6.01.6.0
FreeBSD:15:latest1.6.01.6.0n/a1.6.0n/a1.6.01.6.01.6.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. m4>=1.4.11 : devel/m4
  2. gmake>=4.3 : devel/gmake
This port is required by:
for Libraries
  1. dns/fastresolve
  2. dns/py-adns
  3. mail/mailfromd
  4. net/nepenthes
  5. textproc/modlogan

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/liboop*
  2. net-im/gale*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for adns-1.6.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
dns_adns
USES:
cpe gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.chiark.greenend.org.uk/~ian/adns/ftp/
Collapse this list.

Number of commits found: 47

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.6.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6.0
20 Jul 2022 14:21:47
commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
dns: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Allan Jude <allanjude@freebsd.org>
  *  Amar Takhar <verm@drunkmonk.net>
  *  Anders Nordby <anders@fix.no>
  *  Andrew Greenwood <greenwood.andy@gmail.com>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6.0
08 Oct 2021 09:03:12
commit hash: 2f47e588998a5c2e6e18a3aea1ce3401579ac16ccommit hash: 2f47e588998a5c2e6e18a3aea1ce3401579ac16ccommit hash: 2f47e588998a5c2e6e18a3aea1ce3401579ac16ccommit hash: 2f47e588998a5c2e6e18a3aea1ce3401579ac16c files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
dns/adns: Add CPE information

Approved by:    portmgr (blanket)
1.6.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.6.0
20 Aug 2020 15:01:08
Revision:545535Original commit files touched by this commit
zeising search for other commits by this committer
dns/adns: Update to 1.6.0

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
1.5.1
14 Jan 2018 21:38:50
Revision:459004Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Remove wrong build dependency on m4

The only thing that depends on m4 is for building the testsuite, not the regular
program
1.5.1
02 Dec 2016 11:58:22
Revision:427552Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
1.5.1
21 Aug 2016 19:50:57
Revision:420582Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
dns/adns: 1.5.0 -> 1.5.1

- 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.)
1.5.0
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.5.0
26 Aug 2015 18:22:33
Revision:395388Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Switch to options helpers
- DOCS is not needed in OPTIONS_DEFAULT

Approved by:	portmgr blanket
1.5.0
09 May 2015 08:43:00
Revision:385875Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
dns/adns: pet PORTSCOUT
1.5.0
08 May 2015 11:00:34
Revision:385759Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
dns/adns: Add another weird version number to PORTSCOUT, fix patches
1.5.0
22 Nov 2014 13:25:49
Revision:373057Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
dns/adns: 1.5.0rc0 -> 1.5.0

Changes since 1.4:
http://www.chiark.greenend.org.uk/pipermail/adns-announce/2014/000002.html
1.5
25 Oct 2014 12:09:31
Revision:371480Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
dns/adns: 1.4 -> 1.5.0~rc0

  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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.4_2
23 Sep 2014 20:20:13
Revision:369118Original commit files touched by this commit This port version is marked as vulnerable.
pi search for other commits by this committer
dns/adns: include lucab's ipv6 patch, take maintainership

PR:		178364
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
1.4_1
15 Jul 2014 23:11:13
Revision:362014Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.

Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
1.4_1
10 Oct 2013 00:03:44
Revision:329945Original commit files touched by this commit This port version is marked as vulnerable.
madpilot search for other commits by this committer
- Convert to staging
- Convert to USES=gmake
1.4_1
26 Sep 2013 19:22:08
Revision:328409Original commit files touched by this commit This port version is marked as vulnerable.
eadler search for other commits by this committer
I no longer have specific need for this port and would prefer to maintain fewer
ports.
1.4_1
20 Sep 2013 16:31:58
Revision:327719Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
1.4_1
16 Jul 2013 21:59:48
Revision:323129Original commit files touched by this commit This port version is marked as vulnerable.
eadler search for other commits by this committer
Remove now excess verbiage.

Reviewed by:	bapt
1.4_1
06 Jul 2013 17:27:41
Revision:322403Original commit files touched by this commit This port version is marked as vulnerable.
eadler search for other commits by this committer
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
1.4_1
20 Oct 2012 15:36:47
Revision:306193Original commit files touched by this commit This port version is marked as vulnerable.
eadler search for other commits by this committer
Convert to OptionsNG

Feature safe:	yes
1.4_1
06 Oct 2012 14:35:46
Revision:305369Original commit files touched by this commit This port version is marked as vulnerable.
eadler search for other commits by this committer
Trim the headers in the ports I maintain.
1.4_1
25 Jul 2012 06:32:08
Original commit files touched by this commit This port version is marked as vulnerable.
cs search for other commits by this committer
Fix typos in COMMENT
1.4_1
21 Aug 2011 20:51:40
Original commit files touched by this commit This port version is marked as vulnerable.
eadler search for other commits by this committer
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
1.4_1
21 Aug 2011 16:12:46
Original commit files touched by this commit This port version is marked as vulnerable.
eadler search for other commits by this committer
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
1.4_1
03 Aug 2011 04:17:20
Original commit files touched by this commit This port version is marked as vulnerable.
linimon search for other commits by this committer
Assign to new volunteer.

PR:             ports/159394
Submitted by:   ports@eitanadler.com
1.4_1
16 Jun 2011 06:17:32
Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
ftp master site no more available
1.4_1
20 Mar 2011 12:54:45
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Get Rid MD5 support
1.4_1
24 Mar 2009 12:20:45
Original commit files touched by this commit This port version is marked as vulnerable.
mm search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation
1.4_1
09 Mar 2009 19:29:12
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Reset farrokhi@freebsd.org due to long period of inactivity.

Approved by:    portmgr (linimon)
1.4_1
21 Aug 2007 01:33:57
Original commit files touched by this commit This port version is marked as vulnerable.
rafan search for other commits by this committer
- Add a patch for chained CNAME

PR:             ports/115297
Submitted by:   rafan
Approved by:    farrokhi (maintainer)
Obtained from:  http://hugo.vulcano.cl/development/adns-cc
1.4
08 Nov 2006 09:28:33
Original commit files touched by this commit This port version is marked as vulnerable.
farrokhi search for other commits by this committer
Change my email address to farrokhi@ in all ports that I maintain.
Approved by:    miwi (mentor)
1.4
01 Nov 2006 06:45:08
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 1.4
- INSTALLS_SHLIB -> USE_LDCONFIG

PR:             ports/104801
Submitted by:   Babak Farrokhi <babak@farrokhi.net> (maintainer)
1.3_1
04 Jul 2006 12:20:32
Original commit files touched by this commit This port version is marked as vulnerable.
arved search for other commits by this committer
Fix installation of libadns.so.1
Bump PORTREVISION

Reported by:            Johan Bergs <johan.bergs@ua.ac.be>
Submitted by:           "Babak Farrokhi" <babak@farrokhi.net>
Pointy hat to:          arved
1.3
02 Jul 2006 16:24:08
Original commit files touched by this commit This port version is marked as vulnerable.
stefan search for other commits by this committer
- Update to 1.3.
- Assign maintainership to submitter.

PR:             99434
Submitted by:   Babak Farrokhi <babak@farrokhi.net>
Approved by:    arved (mentor)
1.2_1
24 Apr 2006 02:43:52
Original commit files touched by this commit This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix the adns library version so it matches the internal soname.  This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
1.2
20 Apr 2006 14:01:32
Original commit files touched by this commit This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to version 1.2
- Respect NOPORTDOCS
- Add a HTTP master site

PR:             ports/96096
Submitted by:   Martin Matuska <martin@matuska.org>
1.1
24 Nov 2005 01:44:33
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Add SHA256
1.1
18 Jan 2005 22:04:02
Original commit files touched by this commit This port version is marked as vulnerable.
clement search for other commits by this committer
- Update to 1.1
1.0_1
05 Dec 2004 05:13:21
Original commit files touched by this commit This port version is marked as vulnerable.
linimon search for other commits by this committer
With portmgr hat on, reset bouncing maintainer address.  All of the commits
within the last year have been with maintainer timeouts, as well.
1.0_1
13 Aug 2004 18:17:01
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix build with gcc-3.4

PR:             ports/70305
Submitted by:   keramida
1.0_1
31 Mar 2004 03:12:58
Original commit files touched by this commit This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.0_1
04 Feb 2004 05:21:48
Original commit files touched by this commit This port version is marked as vulnerable.
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
1.0
24 Sep 2003 09:37:11
Original commit files touched by this commit This port version is marked as vulnerable.
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
1.0
05 Sep 2003 04:54:37
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
Massive repo-copies request: net->dns (partly devel->dns)

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr

Number of commits found: 47