From 68c18b79288431ab4e477cc3f59ef4ccfe3e7355 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Aug 2011 14:54:44 +0200 Subject: import curl-7.15.5-9.el5_6.3 from EL-5 --- curl-7.15.5-bz517084.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 curl-7.15.5-bz517084.patch (limited to 'curl-7.15.5-bz517084.patch') diff --git a/curl-7.15.5-bz517084.patch b/curl-7.15.5-bz517084.patch new file mode 100644 index 0000000..b8db8ec --- /dev/null +++ b/curl-7.15.5-bz517084.patch @@ -0,0 +1,12 @@ +diff -rup curl-7.15.5.orig/src/main.c curl-7.15.5/src/main.c +--- curl-7.15.5.orig/src/main.c 2006-07-27 01:20:48.000000000 +0200 ++++ curl-7.15.5/src/main.c 2009-10-27 15:55:59.627758853 +0100 +@@ -513,6 +513,8 @@ static void help(void) + " --create-dirs Create necessary local directory hierarchy", + " --crlf Convert LF to CRLF in upload", + " -f/--fail Fail silently (no output at all) on HTTP errors (H)", ++ " --ftp-account Account data to send when requested by server (F)", ++ " --ftp-alternative-to-user String to replace \"USER [name]\" (F)", + " --ftp-create-dirs Create the remote dirs if not present (F)", + " --ftp-method [multicwd/nocwd/singlecwd] Control CWD usage (F)", + " --ftp-pasv Use PASV/EPSV instead of PORT (F)", -- cgit