diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-08-16 14:54:44 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-08-16 14:54:44 +0200 |
commit | 68c18b79288431ab4e477cc3f59ef4ccfe3e7355 (patch) | |
tree | e8ec04eaa888f78e1772bf959ee76461e3252d69 /curl-7.15.5-bz473128.patch |
import curl-7.15.5-9.el5_6.3 from EL-5
Diffstat (limited to 'curl-7.15.5-bz473128.patch')
-rw-r--r-- | curl-7.15.5-bz473128.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/curl-7.15.5-bz473128.patch b/curl-7.15.5-bz473128.patch new file mode 100644 index 0000000..4fcd6b0 --- /dev/null +++ b/curl-7.15.5-bz473128.patch @@ -0,0 +1,12 @@ +diff -rup curl-7.15.5.orig/docs/curl.1 curl-7.15.5/docs/curl.1 +--- curl-7.15.5.orig/docs/curl.1 2006-07-27 01:20:47.000000000 +0200 ++++ curl-7.15.5/docs/curl.1 2009-10-27 13:27:18.996742031 +0100 +@@ -924,6 +924,8 @@ mutually exclusive. + If this option is used several times, the last one will be used. (This option + was previously wrongly documented and used as --socks without the number + appended.) ++ ++This option (as well as \fI--socks4\fP) does not work with IPv6, FTPS or LDAP. + .IP "--stderr <file>" + Redirect all writes to stderr to the specified file instead. If the file name + is a plain '-', it is instead written to stdout. This option has no point when |