summaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 7.14.1.Peter Pentchev2005-09-051-9/+9
|
* Update to curl 7.13.1, which also takes care of the recent securityPeter Pentchev2005-03-121-3/+12
| | | | issue.
* Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).Peter Pentchev2004-12-211-6/+6
| | | | | | | Explicitly disable libidn support so that it is not even probed if libidn is installed; I will look into enabling it after some more testing. Testing paid off on: ref4 (lib/select.c), sledge (lib/sendf.c)
* Update to curl 7.11.1.Peter Pentchev2004-04-091-4/+4
|
* Fix a segfault in an IPv4-only case - realloc() may really, well,Peter Pentchev2002-06-241-0/+13
"reallocate" memory even when the programmer only asks for a resizing of the region. Reported by: Steve Ames <steve@energistic.com> While I'm here, change the way SSL header and library paths are handled to avoid specifically referencing /usr/lib and /usr/include; while -STABLE's GCC shrugs this off, GCC 3.1 whines loudly about an explicit -I/usr/include (and rightly so, IMHO).