]> git.pld-linux.org Git - packages/bind.git/commitdiff
- don't use IDN_ASCCHECK (again)
authorhawk <hawk@pld-linux.org>
Sat, 30 Oct 2004 21:47:30 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind-idn.patch -> 1.5

bind-idn.patch

index e0347d1d08cdecf3c6a5813df2f90d582c009e1a..12dc89838eec0bfc31e9518a6d075674644eea25 100644 (file)
@@ -995,7 +995,7 @@ diff -U2 -r1.221.2.19.2.14 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.604681 seconds and 4 git commands to generate.