Subject: pkg/24177: net/adns update to 1.1
To: None <gnats-bugs@gnats.NetBSD.org>
From: Min Sik Kim <minskim@bawi.org>
List: netbsd-bugs
Date: 01/20/2004 18:31:13
>Number: 24177
>Category: pkg
>Synopsis: net/adns update to 1.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Jan 21 00:32:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Min Sik Kim
>Release: NetBSD 1.6ZH
>Organization:
>Environment:
System: NetBSD sulley.infnis.com 1.6ZH NetBSD 1.6ZH (SULLEY) #5: Sun Jan 18 00:17:12 CST 2004 root@sulley.infnis.com:/usr/obj/sys/arch/i386/compile/SULLEY i386
Architecture: i386
Machine: i386
>Description:
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.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/adns/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 2003/07/17 22:50:58 1.6
+++ Makefile 2004/01/21 00:29:52
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2003/07/17 22:50:58 grant Exp $
#
-DISTNAME= adns-1.0
+DISTNAME= adns-1.1
CATEGORIES= net
MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/adns/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo 2002/08/25 19:23:11 1.5
+++ distinfo 2004/01/21 00:29:52
@@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.5 2002/08/25 19:23:11 jlam Exp $
-SHA1 (adns-1.0.tar.gz) = 7675da67c7829f2db9a6fafd64f1f90c7bce412a
-Size (adns-1.0.tar.gz) = 208741 bytes
+SHA1 (adns-1.1.tar.gz) = cd47dfc819b147b3275eaf6316f17f15be7187e5
+Size (adns-1.1.tar.gz) = 211455 bytes
SHA1 (patch-aa) = 17764ad5a7557bcda1fda5fdb62fbb7d4e0cd075
SHA1 (patch-ab) = 3eaa20dbe95de934693c00b73d42fbaf8ff5e5e9
-SHA1 (patch-ac) = 08c0acfc4546f370e2b0dfcae51981e4dc1cf822
Index: patches/patch-ac
===================================================================
RCS file: /cvsroot/pkgsrc/net/adns/patches/patch-ac,v
retrieving revision 1.2
diff -u -r1.2 patch-ac
--- patches/patch-ac 2002/08/25 19:23:12 1.2
+++ patches/patch-ac 2004/01/21 00:29:52
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2002/08/25 19:23:12 jlam Exp $
-
-Need to include sys/types.h so that pid_t is a defined type for
-sys/select.h.
-
---- src/internal.h.orig Sat Sep 16 20:24:24 2000
-+++ src/internal.h
-@@ -30,6 +30,8 @@
- #ifndef ADNS_INTERNAL_H_INCLUDED
- #define ADNS_INTERNAL_H_INCLUDED
-
-+#include <sys/types.h>
-+
- #include "config.h"
- typedef unsigned char byte;
-
>Release-Note:
>Audit-Trail:
>Unformatted: