CVS log for ports/ftp/curl/files/Attic/patch-lib::hostip.c
Up to [FreeBSD] / ports / ftp / curl / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5
Thu Jun 3 22:41:40 2004 UTC (7 years, 8 months ago) by roam
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.4: +0 -0 lines
Update ftp/curl to 7.12.0 and bump the shared library version in all dependent ports.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 9 12:14:13 2004 UTC (7 years, 10 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -7 lines
Update to curl 7.11.1.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 16 02:50:28 2003 UTC (8 years, 7 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +14 -31 lines
Fix LP64 bugs and bump PORTREVISION. This still detects the bogus gethostbyaddr_r() "implementation" in libc, which may be causing problems in certain cases.
Revision 1.2
Tue Jul 2 08:36:46 2002 UTC (9 years, 7 months ago) by roam
Branches: MAIN
FILE REMOVED
Changes since revision 1.1: +0 -0 lines
Update to 7.9.8. For some reason, this segfaults badly on sparc64, or at least on the only sparc64 machine that I have access to (thanks mike!). I'll deal with this later; for the present, let the x86 and Alpha users benefit from the new cURL features and bugfixes :) PR: 39873 Submitted by: Ying-Chih Kuo <yckuo@yckuo.org>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 24 16:03:00 2002 UTC (9 years, 7 months ago) by roam
Branches: MAIN
Fix a segfault in an IPv4-only case - realloc() may really, well, "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).
