SOURCES: bind-dighost_asccheck.patch (NEW) - fix for "convert UTF-...

radek radek at pld-linux.org
Fri May 11 14:45:21 CEST 2007


Author: radek                        Date: Fri May 11 12:45:21 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for "convert UTF-8 textname to IDN encoding: prohibited character
  found" when querying domain with underscore, eg. _xmpp._tcp.*

---- Files affected:
SOURCES:
   bind-dighost_asccheck.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bind-dighost_asccheck.patch
diff -u /dev/null SOURCES/bind-dighost_asccheck.patch:1.1
--- /dev/null	Fri May 11 14:45:21 2007
+++ SOURCES/bind-dighost_asccheck.patch	Fri May 11 14:45:16 2007
@@ -0,0 +1,11 @@
+--- bind-9.4.0/bin/dig/dighost.c~	2007-02-15 00:45:43.000000000 +0100
++++ bind-9.4.0/bin/dig/dighost.c	2007-05-11 14:39:54.098100849 +0200
+@@ -1816,7 +1816,7 @@
+ 				     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_ASCCHECK | */
+ 			    IDN_IDNCONV | IDN_LENCHECK, utf8_textname,
+ 			    idn_textname, sizeof(idn_textname));
+ 	idn_check_result(mr, "convert UTF-8 textname to IDN encoding");
================================================================


More information about the pld-cvs-commit mailing list