Commit Graph

54 Commits

Author SHA1 Message Date
Peter Pentchev
0ac07ed160 Add a .netrc handling patch from the cURL CVS repository.
Reported by:	David Thiel <lx@redundancy.redundancy.org>
2003-01-22 09:51:42 +00:00
Peter Pentchev
342d6b79fb Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.
Submitted by:	ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author)
2003-01-17 15:40:13 +00:00
Peter Pentchev
1ac87aa3d6 Update to curl-7.10.3. There is a minor problem with the lib503 and
lib504 tests on some FreeBSD versions, but the major bulk of the
functionality is there, and it is still an improvement over 7.10.2 :)

Not functionally tested on:	ia64; there is no spoon.. er.. perl5 on
				pluto1.FreeBSD.org for the present.
2003-01-15 11:21:52 +00:00
Peter Pentchev
e206293405 Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.
Add PORTDOCS handling.
2003-01-02 16:02:08 +00:00
Peter Pentchev
7ee2a57326 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>
2002-07-02 08:36:46 +00:00
Peter Pentchev
66087db901 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).
2002-06-24 16:03:00 +00:00
Kris Kennaway
e19274c46c Bump PORTREVISION for bugfixes just committed. 2002-06-07 00:21:17 +00:00
Kris Kennaway
59b5400650 Correct some non-exploitable format string errors and an extraneous
format string argument.
2002-06-07 00:19:38 +00:00
Peter Pentchev
f76edbf7ce Update to curl-7.9.7. 2002-05-21 16:08:47 +00:00
Peter Pentchev
dd4f172c62 Update to 7.9.6. 2002-04-16 11:30:21 +00:00
Peter Pentchev
ad70fbdb99 Now that the pkg_install tools know how to handle symlinks,
unbreak the cURL package - include libcurl.so in the packing list
so that pkg_add(1) makes it visible to other packages.

Bump PORTREVISION for this (definitely package-related) change.

PR:		ports/34491
Submitted by:	Tom Payne <twp20@cam.ac.uk>
2002-02-22 09:52:10 +00:00
Peter Pentchev
9ccc4d0cb4 Update to 7.9.2.
Add a vendor patch (from the cURL CVS repository) to make it compile.
Remove the GNU make dependency.

PR:		32815
Submitted by:	Joseph Scott <joseph@randomnetworks.com> and naddy
Apologies to:	Joseph Scott and Christian Weisberger <naddy@FreeBSD.org>
2001-12-14 18:08:30 +00:00
Peter Pentchev
4e033dff3b Update to 7.9.1, add a 'test' target to run the curl suite tests.
Note: some of those seem to intermitently fail on my system, no idea why.
Nuke the commented-out USE_AUTOMAKE and a no-longer-needed post-configure
substitution in some Makefiles.
2001-11-05 10:05:57 +00:00
Peter Pentchev
ccd1e6f59d Update to 7.9.
Submitted by:	kris
2001-10-05 11:24:26 +00:00
Peter Pentchev
2c371800d9 Update to 7.8.1, which should, among other changes, fix the POST
bug in cURL/PHP interaction.

Build with SSL by default, change the knob name to WITHOUT_SSL.

Submitted by:	sf
2001-09-01 14:56:27 +00:00
Peter Pentchev
92fa5e5f82 Add the ipv6 category.
Submitted by:	sf
2001-07-19 15:58:34 +00:00
Peter Pentchev
f7d88d9aa6 Update to 7.8, which is needed by www/mod_php4 now.
Disable use of automake - the configuration framework was updated
for use with autoconf and automake newer than the ones in the Ports
collection, and breaks with those.  Besides, the pregenerated configure
script in the distribution Does The Right Thing(tm) anyway.

Reviewed by:	dirk, knu
2001-06-26 11:41:01 +00:00
Peter Pentchev
806d2144ac Update to 7.7.3, with fingers crossed hoping the minor API change does
not break dependent ports.

PR:		27900
Submitted by:	Jos Backus <josb@cncdsl.com>
Reviewed by:	knu (maintainer of ftp/ruby-curl)
Silence by:	dirk (maintainer of www/mod_php4)
2001-06-08 10:21:17 +00:00
Peter Pentchev
44a794052f Update the WWW line; curl has been at curl.haxx.se for quite some time now;
I've even changed the MASTER_SITE in the Makefile, just not here..  oops.

Submitted by:	Daniel Stenberg <daniel@haxx.se>
2001-05-09 13:43:07 +00:00
Peter Pentchev
49940140f1 Update to 7.7.2
Submitted by:	olgeni
2001-04-25 09:30:11 +00:00
Peter Pentchev
6be54e7a43 Remove two dead sites that the distfile checking scripts complained about 2001-04-09 15:01:53 +00:00
Peter Pentchev
3b2ff2fb18 Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6
interplay.

Submitted by:	olgeni
2001-04-05 21:22:26 +00:00
Peter Pentchev
995fd7afee Update to 7.6.1. Besides a couple of bugfixes (most notably to
the HTTP PUT resume), this version has a couple of new features, too -
including IPv6 support, submitted by Jun-ichiro "itojun" Hagino.
(Yes, this is itojun@FreeBSD.org :)
2001-02-23 15:30:03 +00:00
Peter Pentchev
8d5c82e7f9 Update to 7.6 and format the MAN3 list better. 2001-01-31 11:16:30 +00:00
Peter Pentchev
fa4eb6bd13 Update to 7.5.2. 2001-01-05 08:10:03 +00:00
Peter Pentchev
9f12f6dc2a Update to 7.5.1 - a bugfix release mainly for a -o outfname parsing bug,
where bad things would happen if the output filename was longer than
the fetched URL.
2000-12-12 11:07:25 +00:00
Peter Pentchev
0ab2a52b68 Update to version 7.5. 2000-12-04 16:06:39 +00:00
Peter Pentchev
a08cc887be Take over maintainership
Approved by:	kris (former maintainer)
2000-11-25 08:13:46 +00:00
Kris Kennaway
d965c15208 Upgrade to curl 7.4.2 2000-11-19 04:05:57 +00:00
Kris Kennaway
a33d198437 Update to curl 7.4.1. Adds Kerberos support.
Submitted by:	Peter Pentchev <roam@orbitel.bg>
2000-10-30 01:54:34 +00:00
Kris Kennaway
d024aa704f Oops, I forgot to commit this patch to make WITH_SSL compile again. 2000-09-23 23:39:42 +00:00
Kris Kennaway
e088a4f458 Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
2000-09-22 01:59:06 +00:00
Kris Kennaway
2c9f48dec6 Upgrade to curl 7.2.1
Submitted by:	Peter Pentchev <roam@orbitel.bg>
2000-09-04 00:56:47 +00:00
Kris Kennaway
290fde7650 Add a manpage to MAN1
Submitted by:	bento
2000-06-02 20:39:13 +00:00
Michael Haro
9647ca36cd whitespace nits 2000-04-22 09:57:37 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
343c80d542 PORTNAME/PORTVERSION stuff 2000-04-12 05:31:29 +00:00
Kris Kennaway
4ff6fbf96a Update WWW
Submitted by:	author
2000-04-04 07:26:16 +00:00
Kris Kennaway
cb7ac6ac51 Update to curl 6.5.2 2000-03-26 05:08:26 +00:00
Kris Kennaway
e53282941a Upgrade to curl 6.3, USE_OPENSSL and actually make USE_SSL compile in SSL
support.

PR:		ports/14280
Assisted by:    Jim Bloom <bloom@acm.org>
2000-02-06 22:16:50 +00:00
Dirk Froemberg
acf3546644 Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
1999-11-07 22:25:40 +00:00
Kris Kennaway
c19aaee54d Upgrade to curl 6.1 1999-10-26 22:00:42 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Satoshi Asami
779e91cb05 Change "net" -> "ftp". 1999-08-02 10:44:03 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Dirk Froemberg
6aff0c1f7b include ${PREFIX}/include/openssl due to openssl upgrade. 1999-06-02 07:24:33 +00:00
Kris Kennaway
0ffce1d572 Upgrade to v5.9
PR:	11837
1999-05-27 12:33:19 +00:00
Seiichirou Hiraoka
c7390666dd Update to 5.8
PR: ports/11527
Submitted by: cpiazza@home.net
1999-05-06 14:09:08 +00:00
Michael Haro
5b9355a3b1 WWW: This is definately the daemon's work. In Chuck we trust. 1999-05-03 05:26:53 +00:00