]> git.pld-linux.org Git - packages/bind.git/blob - bind-idn.patch
- updated to 9.3.2
[packages/bind.git] / bind-idn.patch
1 --- bind-9.3.1/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.1-patch~ 2004-12-13 01:06:44.000000000 +0100
2 +++ bind-9.3.1/contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.3.1-patch  2005-03-15 11:53:31.726411768 +0100
3 @@ -995,7 +995,7 @@
4  +                                   sizeof(utf8_textname));
5  +              idn_check_result(mr, "append origin to textname");
6  +      }
7 -+      mr = idn_encodename(IDN_LOCALMAP | IDN_NAMEPREP | IDN_ASCCHECK |
8 ++      mr = idn_encodename(IDN_LOCALMAP | IDN_NAMEPREP | 
9  +                          IDN_IDNCONV | IDN_LENCHECK, utf8_textname,
10  +                          idn_textname, sizeof(idn_textname));
11  +      idn_check_result(mr, "convert UTF-8 textname to IDN encoding");
This page took 0.024285 seconds and 3 git commands to generate.