summaryrefslogtreecommitdiff
path: root/net/host
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2013-07-21 12:28:32 +0000
committershattered <shattered@pkgsrc.org>2013-07-21 12:28:32 +0000
commit3b18ee9192f3b7e4181d1a9c4c6c3256ebd06ca9 (patch)
tree95f8bbae0cd71b27706eeb478cfb380cf820cce5 /net/host
parent087a76a0eb8998a922859872802774f3d0dafed6 (diff)
downloadpkgsrc-3b18ee9192f3b7e4181d1a9c4c6c3256ebd06ca9.tar.gz
Update to 2007/01/17. Changes:
- the --checkzone option now actually works. - canonical hostname checks are not done if the answer they are found in doesn't have the "recursion available" flag set. - the logic for printing the warning when canonical hostname checks are skipped has been corrected. - the way that canonical hostname checks are done has been fixed so that only initial results from the query for A RRs are used. - a warning is now printed whenever a query requesting recursion results in an answer without the "ra" (recursion available) flag.
Diffstat (limited to 'net/host')
-rw-r--r--net/host/Makefile5
-rw-r--r--net/host/distinfo12
-rw-r--r--net/host/patches/patch-aa14
-rw-r--r--net/host/patches/patch-ab10
4 files changed, 11 insertions, 30 deletions
diff --git a/net/host/Makefile b/net/host/Makefile
index 9cdc43e299d..887ee6f6512 100644
--- a/net/host/Makefile
+++ b/net/host/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2013/02/18 04:26:26 dholland Exp $
+# $NetBSD: Makefile,v 1.28 2013/07/21 12:28:32 shattered Exp $
-DISTNAME= host-20040812
-PKGREVISION= 2
+DISTNAME= host-20070128
CATEGORIES= net
MASTER_SITES= ftp://ftp.planix.com/pub/Planix/
diff --git a/net/host/distinfo b/net/host/distinfo
index 740485d8a0b..b659ebd4820 100644
--- a/net/host/distinfo
+++ b/net/host/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2013/02/18 04:25:06 dholland Exp $
+$NetBSD: distinfo,v 1.12 2013/07/21 12:28:32 shattered Exp $
-SHA1 (host-20040812.tar.gz) = 02027effe88a851e6cecf133cef8ba096af48258
-RMD160 (host-20040812.tar.gz) = d8fc5a0a4218eae75bcd14cce4353f82f049175e
-Size (host-20040812.tar.gz) = 147758 bytes
-SHA1 (patch-aa) = ea46e710f8188189d8f0a7f4eddc66a0b3525a46
-SHA1 (patch-ab) = 459185f9340d2834c80628905609696b6e679255
+SHA1 (host-20070128.tar.gz) = 2e4522259b98f963c46ff7462942edd4a01e381c
+RMD160 (host-20070128.tar.gz) = 955635175ee12882d59a10756d16af44ec62f9e7
+Size (host-20070128.tar.gz) = 152347 bytes
+SHA1 (patch-aa) = a4f4511b550cd832199b7bae950e34d3205dfa24
+SHA1 (patch-ab) = f28b6f9b67f77dd295e081e0200d7604d136406b
SHA1 (patch-ac) = 35cf473a23b32b2f13f46bc6faba826c1ea3ae7c
diff --git a/net/host/patches/patch-aa b/net/host/patches/patch-aa
index 7e51bed1843..b578e52f716 100644
--- a/net/host/patches/patch-aa
+++ b/net/host/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2013/02/18 04:25:07 dholland Exp $
+$NetBSD: patch-aa,v 1.6 2013/07/21 12:28:32 shattered Exp $
- - support NetBSD and Irix
+ - support Irix
- check for _LP64
--- port.h.orig 2003-06-05 01:00:07.000000000 +0000
@@ -14,16 +14,6 @@ $NetBSD: patch-aa,v 1.5 2013/02/18 04:25:07 dholland Exp $
# define BIND_4_8 1 /* XXX this should be ``#include "ERROR!!!"''*/
#endif
-@@ -154,7 +154,8 @@ typedef int bool_t; /* boolean type */
- */
- #if defined(__NAMESER) && (!defined(__GLIBC__) || ((__RES - 0) > 19991006)) && \
- ((__NAMESER - 0) >= 19991006 || \
-- (defined(__FreeBSD__) && (__NAMESER - 0) >= 19961001))
-+ (defined(__FreeBSD__) && (__NAMESER - 0) >= 19961001)) && \
-+ !defined(__NetBSD__)
- # define HAVE_GETIPNODEBYNAME 1
- # define HAVE_GETIPNODEBYADDR 1
- # define HAVE_FREEHOSTENT 1
@@ -236,7 +237,7 @@ typedef u_char nbuf_t;
#endif
diff --git a/net/host/patches/patch-ab b/net/host/patches/patch-ab
index 269128f5052..b42ba3c57f2 100644
--- a/net/host/patches/patch-ab
+++ b/net/host/patches/patch-ab
@@ -1,15 +1,7 @@
-$NetBSD: patch-ab,v 1.5 2010/09/29 12:24:48 obache Exp $
+$NetBSD: patch-ab,v 1.6 2013/07/21 12:28:32 shattered Exp $
--- Makefile.BSD.orig 2004-08-12 22:30:04.000000000 +0200
+++ Makefile.BSD
-@@ -124,7 +127,6 @@ CWARNFLAGS += -Wcomment
- CWARNFLAGS += -Wtraditional
- CWARNFLAGS += -Wcast-qual
- # -Wid-clash-LEN is sadly no longer supported in 3.2.2
--CWARNFLAGS += -Wid-clash-30
- CWARNFLAGS += -Wpointer-arith
- CWARNFLAGS += -Wshadow
- #
@@ -167,7 +169,6 @@ __GNULD__ ?= 1
.if ${__GNULD__} >= 1
LDFLAGS += -W