]> git.pld-linux.org Git - packages/bind.git/commitdiff
- dont use IDN_ASCCHECK in host/dig so _valid_ inaddr-arpa. and SRV records can be...
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 21 Jan 2004 07:58:52 +0000 (07:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind-idn.patch -> 1.3

bind-idn.patch

index 236f94b1f3e197928e4837fe5eb8309e58aa4c0b..e30f18dc25bbfa4931c345be99a5a04cee847321 100644 (file)
@@ -156,7 +156,7 @@ diff -urN bind-9.2.3.org/bin/dig/dighost.c bind-9.2.3/bin/dig/dighost.c
 +                                   sizeof(utf8_textname));
 +              idn_check_result(mr, "append origin to textname");
 +      }
-+      mr = idn_encodename(IDN_LOCALMAP | IDN_NAMEPREP | IDN_ASCCHECK |
++      mr = idn_encodename(IDN_LOCALMAP | IDN_NAMEPREP |
 +                          IDN_IDNCONV | IDN_LENCHECK, utf8_textname,
 +                          idn_textname, sizeof(idn_textname));
 +      idn_check_result(mr, "convert UTF-8 textname to IDN encoding");
This page took 0.216368 seconds and 4 git commands to generate.