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 ---
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).
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 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)