diff --git a/general.ent b/general.ent index 25aa7db5d6..feddf127ba 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + @@ -468,7 +468,7 @@ export -f as_root - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index bc584d62fa..470c9dc3b6 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,6 +43,16 @@ --> + + October 19th, 2013 + + + [igor] - Update to curl-7.33.0. Fixes + #4180. + + + + October 18th, 2013 diff --git a/networking/netlibs/curl.xml b/networking/netlibs/curl.xml index 28c1db53e6..98a9c58cee 100644 --- a/networking/netlibs/curl.xml +++ b/networking/netlibs/curl.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -85,7 +85,6 @@ Optional c-ares, - krb4, , libmetalink, libssh2, @@ -115,8 +114,7 @@ ./configure --prefix=/usr \ --disable-static \ - --enable-threaded-resolver \ - --with-ca-path=/etc/ssl/certs && + --enable-threaded-resolver && make @@ -145,14 +143,6 @@ cp -v -R docs/* /usr/share/doc/curl-&curl-version; cURL's builtin threaded DNS resolver. - - --with-ca-path=/etc/ssl/certs: This parameter - sets the directory to use as the path to the SSL certificates. - If you've not installed or - and the you can - remove this option. - - : This parameter adds Kerberos 5 support to