From: Evan Hunt Date: Fri, 4 Dec 2009 20:14:28 +0000 (+0000) Subject: - moved NSEC3-NOTES to README.dnssec X-Git-Tag: v9.7.2^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306b36adb61f375b697419a9775e33398eb21563;p=thirdparty%2Fbind9.git - moved NSEC3-NOTES to README.dnssec - moved README.idnkit to contrib/idn --- diff --git a/README b/README index 79851561fee..c32776316f1 100644 --- a/README +++ b/README @@ -603,6 +603,9 @@ Documentation Frequently asked questions and their answers can be found in FAQ. + Additional information on various subjects can be found + in the other README files. + Bug Reports and Mailing Lists diff --git a/NSEC3-NOTES b/README.dnssec similarity index 100% rename from NSEC3-NOTES rename to README.dnssec diff --git a/README.idnkit b/contrib/idn/README.idnkit similarity index 73% rename from README.idnkit rename to contrib/idn/README.idnkit index 44face23572..42c07244f1e 100644 --- a/README.idnkit +++ b/contrib/idn/README.idnkit @@ -1,37 +1,22 @@ - BIND-9 IDN patch + BIND 9 IDN support Japan Network Information Center (JPNIC) -* What is this patch for? - -This patch adds internationalized domain name (IDN) support to BIND-9. -You'll get internationalized version of dig/host/nslookup commands. - - + internationalized dig/host/nslookup - dig/host/nslookup accepts non-ASCII domain names in the local - codeset (such as Shift JIS, Big5 or ISO8859-1) determined by - the locale information. The domain names are normalized and - converted to the encoding on the DNS protocol, and sent to DNS - servers. The replies are converted back to the local codeset - and displayed. - - * Compilation & installation 0. Prerequisite -You have to build and install idnkit before building this patched version -of bind-9. +You have to build and install idnkit before building bind9. 1. Running configure script Run `configure' in the top directory. See `README' for the configuration options. -This patch adds the following 4 options to `configure'. You should -at least specify `--with-idn' option to enable IDN support. +The following four options to `configure' are relevant to IDN. You +should at least specify `--with-idn' option to enable IDN support. --with-idn[=IDN_PREFIX] To enable IDN support, you have to specify `--with-idn' option. @@ -73,8 +58,7 @@ at least specify `--with-idn' option to enable IDN support. is the argument(s) to `cc' or `ld' to link the library, for example, `--with-iconv="-L/usr/local/lib -liconv"'. You don't need to specify the header file directory for "iconv.h" - to the compiler, as it isn't included directly by bind-9 with - this patch. + to the compiler, as it isn't included directly by bind9. --with-idnlib=IDN_LIBSPEC With this option, you can explicitly specify the argument(s) @@ -103,10 +87,10 @@ for compiling and installing. * Contact information -Please see http//www.nic.ad.jp/en/idn/ for the latest news -about idnkit and this patch. +Please see http://www.nic.ad.jp/en/idn/ for the latest news +about idnkit. Bug reports and comments on this kit should be sent to mdnkit-bugs@nic.ad.jp and idn-cmt@nic.ad.jp, respectively. -; $Id: README.idnkit,v 1.3 2009/01/17 09:43:50 fdupont Exp $ +; $Id: README.idnkit,v 1.1 2009/12/04 20:14:28 each Exp $