pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/host Update to 2007/01/17. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6694bff30226
branches:  trunk
changeset: 621970:6694bff30226
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sun Jul 21 12:28:32 2013 +0000

description:
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:

 net/host/Makefile         |   5 ++---
 net/host/distinfo         |  12 ++++++------
 net/host/patches/patch-aa |  14 ++------------
 net/host/patches/patch-ab |  10 +---------
 4 files changed, 11 insertions(+), 30 deletions(-)

diffs (80 lines):

diff -r aa531d1a2b00 -r 6694bff30226 net/host/Makefile
--- a/net/host/Makefile Sun Jul 21 12:16:34 2013 +0000
+++ b/net/host/Makefile Sun Jul 21 12:28:32 2013 +0000
@@ -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 -r aa531d1a2b00 -r 6694bff30226 net/host/distinfo
--- a/net/host/distinfo Sun Jul 21 12:16:34 2013 +0000
+++ b/net/host/distinfo Sun Jul 21 12:28:32 2013 +0000
@@ -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 -r aa531d1a2b00 -r 6694bff30226 net/host/patches/patch-aa
--- a/net/host/patches/patch-aa Sun Jul 21 12:16:34 2013 +0000
+++ b/net/host/patches/patch-aa Sun Jul 21 12:28:32 2013 +0000
@@ -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 @@
  # 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 -r aa531d1a2b00 -r 6694bff30226 net/host/patches/patch-ab
--- a/net/host/patches/patch-ab Sun Jul 21 12:16:34 2013 +0000
+++ b/net/host/patches/patch-ab Sun Jul 21 12:28:32 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index