diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-22 12:20:33 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-22 12:20:33 +0000 |
commit | f687933def7036715cacd68f8b9a2ba37b626db8 (patch) | |
tree | 7b69fafd4a28dde79718ca40ca5e20a00f59632e /net/adns/Makefile | |
parent | 62887d196cc3977493150d2ee666cc2d292963d7 (diff) | |
download | pkgsrc-f687933def7036715cacd68f8b9a2ba37b626db8.tar.gz |
Update adns to 1.1, provided by Min Sik Kim in PR pkg/24177.
Changes:
Major bugfixes:
* Do not spin if connect() fails immediately (!)
* Stop searching on a CNAME (even if it's broken).
* When search list runs out, _qf_owner sets owner to query domain.
* Fix bogus multiple updates to p in transmit.c (!)
Portability improvements:
* Fix up spurious #undef's in hredirect.h.
* Don't use <sys/select.h> any more, it was a mistake made in pre-1.0
(and there doesn't seem to be much explanation why).
* Understand and sort of check OpenBSD `lookup' resolv.conf directive.
* #include <stdlib.h> in internal.h (for abort etc).
* Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6).
Cosmetic and documentation improvements:
* Added wishlist entry re configurable port no.
* Problem with SERVFAIL in TODO.
* README.html: mentioned Jarle Aase's Windows port, and other fixes.
* Some better source code formatting/wrapping.
Diffstat (limited to 'net/adns/Makefile')
-rw-r--r-- | net/adns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile index c3846e6f41f..28a88936ec4 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:50:58 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/22 12:20:33 xtraeme Exp $ # -DISTNAME= adns-1.0 +DISTNAME= adns-1.1 CATEGORIES= net MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/ |