diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-03-12 02:36:52 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-03-12 02:36:52 +0000 |
commit | db0b512f742c0f20159c2f14cef40c1e29aafed4 (patch) | |
tree | 2a86f33d131c0e1e1c5552a31cc0c2d85fe11445 /ftp/curl/files/patch-configure | |
parent | Drop maintainership (diff) |
Update to curl 7.13.1, which also takes care of the recent security
issue.
Notes
Notes:
svn path=/head/; revision=130953
Diffstat (limited to 'ftp/curl/files/patch-configure')
-rw-r--r-- | ftp/curl/files/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/ftp/curl/files/patch-configure b/ftp/curl/files/patch-configure index fa5024b5f52c..1aff9ed58908 100644 --- a/ftp/curl/files/patch-configure +++ b/ftp/curl/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Mon Oct 18 01:22:10 2004 -+++ configure Mon Dec 13 14:59:23 2004 -@@ -24217,8 +24217,10 @@ +--- configure.orig Mon Dec 20 11:39:59 2004 ++++ configure Thu Feb 17 19:07:53 2005 +@@ -24438,8 +24438,10 @@ *) PKGTEST="no" EXTRA_SSL=$OPT_SSL @@ -11,3 +11,12 @@ ;; esac +@@ -31950,7 +31952,7 @@ + main () + { + #ifndef basename +- char *p = (char *) basename; ++ char *(*p)(const char *) = basename; + #endif + + ; |