Author: glen Date: Sun Dec 13 16:18:58 2009 GMT Module: packages Tag: HEAD ---- Log message: - enable c-ares & ipv6 together (the comment likely outdated, c-ares sources say they do support ipv6); rel 2
---- Files affected: packages/curl: curl.spec (1.169 -> 1.170) ---- Diffs: ================================================================ Index: packages/curl/curl.spec diff -u packages/curl/curl.spec:1.169 packages/curl/curl.spec:1.170 --- packages/curl/curl.spec:1.169 Sat Nov 7 16:06:43 2009 +++ packages/curl/curl.spec Sun Dec 13 17:18:52 2009 @@ -1,7 +1,9 @@ # $Revision$, $Date$ +# TODO +# - VMware needs curl with ares # # Conditional build: -%bcond_with ares # with c-ares (asynchronous DNS operations) library (disables IPv6) +%bcond_without ares # with c-ares (asynchronous DNS operations) library (c-ares may not work properly with ipv6) %bcond_without ssh # without SSH support %bcond_without ssl # without SSL support %bcond_without gnutls # use GnuTLS instead of OpenSSL @@ -15,7 +17,7 @@ Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших Name: curl Version: 7.19.7 -Release: 1 +Release: 2 License: MIT-like Group: Applications/Networking Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma @@ -202,7 +204,7 @@ %{?with_kerberos5:--with-gssapi=%{_prefix}} \ %{?with_ares:--enable-ares=%{_prefix}} \ --enable-ldaps \ - --%{?with_ares:dis}%{!?with_ares:en}able-ipv6 + --enable-ipv6 %{__make} @@ -251,6 +253,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.170 2009/12/13 16:18:52 glen +- enable c-ares & ipv6 together (the comment likely outdated, c-ares sources say they do support ipv6); rel 2 + Revision 1.169 2009/11/07 15:06:43 adamg - updated to 7.19.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/curl/curl.spec?r1=1.169&r2=1.170&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
