summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-configure
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2007-03-09 14:45:32 +0000
committerPeter Pentchev <roam@FreeBSD.org>2007-03-09 14:45:32 +0000
commitfbac9544966f62cb907e6eaa2e2aa3d5db8e0de2 (patch)
tree273d0af8c9cc86f11c325a08e12e80941dd26c7b /ftp/curl/files/patch-configure
parent- Add entry for Trac "download wiki page as text" Cross-Site Scripting Vulner... (diff)
Update to curl 7.16.1, loosely based on the PR. Also:
- add a LIBSSH2 option for SCP and SFTP support using security/libssh2; - add a patch from the cURL CVS repository to fix an expired cookie in test 62. PR: 109670 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Notes
Notes: svn path=/head/; revision=187021
Diffstat (limited to '')
-rw-r--r--ftp/curl/files/patch-configure9
1 files changed, 0 insertions, 9 deletions
diff --git a/ftp/curl/files/patch-configure b/ftp/curl/files/patch-configure
index 35cea8f421bb..b64829df7d62 100644
--- a/ftp/curl/files/patch-configure
+++ b/ftp/curl/files/patch-configure
@@ -11,12 +11,3 @@
;;
esac
-@@ -35638,7 +35640,7 @@
- main ()
- {
- #ifndef basename
-- char *p = (char *) basename;
-+ char *(*p)(const char *) = basename;
- return !p;
- #endif
-