Bug 134595

Summary: Curl has IDN support (umlaut domains), should be enabled
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: curlAssignee: Eido Inoue <havill>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://curl.haxx.se/mail/lib-2004-04/0306.html
Whiteboard:
Fixed In Version: 7.12.1-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-06 19:41:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Scheck 2004-10-04 20:43:06 UTC
Description of problem:
Curl >= 7.11.2 has IDN support (umlaut domains), especially 
interesting here in Europe, but IDN support currently isn't 
enabled - but it should...

Version-Release number of selected component (if applicable):
curl-7.12.0-4

Actual results:
No IDN support.

Expected results:
IDN support, the following is working for me:

--- snipp ---
--- curl.spec       2004-09-29 09:05:43.000000000 +0200
+++ curl.spec.rsc   2004-10-04 22:36:09.000000000 +0200
@@ -9,7 +9,7 @@
 Patch1: curl-7.10.4-path.patch
 URL: http://curl.haxx.se/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: openssl-devel, libtool, pkgconfig
+BuildRequires: openssl-devel, libtool, pkgconfig, libidn-devel
 Requires: openssl

 %description
@@ -45,7 +45,7 @@
        CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
        LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
 fi
-%configure --with-ssl=/usr --enable-ipv6 --with-ca-bundle=%{_datadir}/ssl/certs/ca-bundle.crt
+%configure --with-ssl=/usr --enable-ipv6 --with-ca-bundle=%{_datadir}/ssl/certs/ca-bundle.crt --with-libidn=/usr
 make

 %install
--- snapp ---

Comment 1 Eido Inoue 2004-10-05 19:29:59 UTC
http://www.mötly-crüe.com/ support will be enabled in 7.11.2 in fc3
only (which is the first distro to use libidn).

Comment 2 Robert Scheck 2004-10-05 20:30:59 UTC
Huh...7.11.2...even if curl-7.12.0-4 is in the Development tree? BTW, 
FC3 isn't the first Distribution with libidn, Mandrake IMHO already 
was faster and SuSE & PLD also have partitially libidn support...

Comment 3 Eido Inoue 2004-10-05 21:00:29 UTC
comment 2: sorry. i meant the next version of curl. as for the "first
distro", it wasn't a brag... i meant from the perspective of red hat
distros (implying that older releases will not get libidn added, so
the curl for the older versions will not have this enabled)