head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q4:1.2.0.6 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.4 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.2 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.1.1.1.0.20 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.18 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.16 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.14 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.12 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.10 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.8 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.6 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.4 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2011.02.09.16.19.16; author taca; state dead; branches; next 1.2; 1.2 date 2010.05.26.15.56.39; author taca; state Exp; branches; next 1.1; 1.1 date 2008.06.21.23.15.28; author adrianp; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.06.21.23.15.28; author adrianp; state Exp; branches; next ; desc @@ 1.3 log @Delete bind95 pacakge, it has been eol May, 2010. http://www.isc.org/software/bind/versions @ text @$NetBSD: patch-ab,v 1.2 2010/05/26 15:56:39 taca Exp $ --- lib/lwres/getnameinfo.c.orig 2007-06-19 23:47:22.000000000 +0000 +++ lib/lwres/getnameinfo.c @@@@ -121,6 +121,10 @@@@ #include #include "print_p.h" +#ifdef __KAME__ +#include +#endif + #include "assert_p.h" #define SUCCESS 0 @@@@ -271,13 +275,10 @@@@ lwres_getnameinfo(const struct sockaddr ((const struct sockaddr_in6 *)sa)->sin6_scope_id) { char *p = numaddr + strlen(numaddr); const char *stringscope = NULL; -#if 0 +#ifdef __KAME__ if ((flags & NI_NUMERICSCOPE) == 0) { - /* - * Vendors may want to add support for - * non-numeric scope identifier. - */ - stringscope = foo; + stringscope = if_indextoname( + ((const struct sockaddr_in6 *)sa)->sin6_scope_id); } #endif if (stringscope == NULL) { @ 1.2 log @Update net/bind95 package to 9.5.2pl4(9.5.2-P4). --- 9.5.2-P4 released --- 2876. [bug] Named could return SERVFAIL for negative responses from unsigned zones. [RT #21131] --- 9.5.2-P3 released --- 2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619] @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2008/06/21 23:15:28 adrianp Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.8 2004/10/03 09:20:41 tron Exp $ d3 3 a5 3 --- lib/lwres/getnameinfo.c.orig 2004-08-28 08:25:24.000000000 +0200 +++ lib/lwres/getnameinfo.c 2004-10-03 08:56:21.000000000 +0200 @@@@ -63,6 +63,10 @@@@ d16 1 a16 1 @@@@ -211,13 +215,10 @@@@ @ 1.1.1.1 log @BIND 9.5.0 BIND 9.5.0 has a number of new features over 9.4, including: - GSS-TSIG support (RFC 3645). - DHCID support. - Experimental http server and statistics support for named via xml. - More detailed statistics counters including those supported in BIND 8. - Faster ACL processing. - Internal documentation generated by Doxygen. - Efficient LRU cache-cleaning mechanism. - NSID support (RFC 5001). @ text @@