summaryrefslogtreecommitdiff
path: root/ftp/curl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN on 64-bit arches (1).Peter Pentchev2003-09-101-2/+7
| | | | | | | | | | De-quote the COMMENT variable. Fix a typo in a comment. Reported by: naddy (1) Notes: svn path=/head/; revision=88891
* Update to curl-7.10.7; the added patch is needed to actually getPeter Pentchev2003-09-026-26/+41
| | | | | | | the test suite going :) Notes: svn path=/head/; revision=88345
* Use bsd.port.mk's OpenSSL support.Peter Pentchev2003-09-011-1/+3
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=88254
* Fix LP64 bugs and bump PORTREVISION. This still detects the bogusKris Kennaway2003-06-165-0/+50
| | | | | | | | gethostbyaddr_r() "implementation" in libc, which may be causing problems in certain cases. Notes: svn path=/head/; revision=83087
* Update to curl-7.10.5.Peter Pentchev2003-06-062-2/+2
| | | | | | | Submitted by: Phillip Oleson <poleson@verio.net> Notes: svn path=/head/; revision=82348
* Update to 7.10.4.Peter Pentchev2003-04-253-9/+3
| | | | | | | | PR: 51315 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=79637
* - Use bsd.openssl.mkDirk Meyer2003-04-161-1/+1
| | | | | | | | (No response from maintainer after 2003-04-09) PR: 48978 Notes: svn path=/head/; revision=79090
* Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSLPeter Pentchev2003-03-051-6/+8
| | | | | | | | | | | to prevent conflicts between the base system and port OpenSSL libraries. Bump PORTREVISION. Reported by: Stephen Cravey <clists@www.gotbrains.org> Submitted by: Scot Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=76916
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894
* Add a .netrc handling patch from the cURL CVS repository.Peter Pentchev2003-01-222-0/+7
| | | | | | | Reported by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=73768
* Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.Peter Pentchev2003-01-171-1/+2
| | | | | | | Submitted by: ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author) Notes: svn path=/head/; revision=73357
* Update to curl-7.10.3. There is a minor problem with the lib503 andPeter Pentchev2003-01-152-2/+2
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=73158
* Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.Peter Pentchev2003-01-024-3/+182
| | | | | | | Add PORTDOCS handling. Notes: svn path=/head/; revision=72221
* Update to 7.9.8.Peter Pentchev2002-07-026-84/+2
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=62315
* Fix a segfault in an IPv4-only case - realloc() may really, well,Peter Pentchev2002-06-243-1/+47
| | | | | | | | | | | | | | | "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). Notes: svn path=/head/; revision=61882
* Bump PORTREVISION for bugfixes just committed.Kris Kennaway2002-06-071-0/+1
| | | | Notes: svn path=/head/; revision=60738
* Correct some non-exploitable format string errors and an extraneousKris Kennaway2002-06-072-0/+38
| | | | | | | format string argument. Notes: svn path=/head/; revision=60737
* Update to curl-7.9.7.Peter Pentchev2002-05-213-2/+12
| | | | Notes: svn path=/head/; revision=59637
* Update to 7.9.6.Peter Pentchev2002-04-163-9/+7
| | | | Notes: svn path=/head/; revision=57750
* Now that the pkg_install tools know how to handle symlinks,Peter Pentchev2002-02-222-1/+2
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=55080
* Update to 7.9.2.Peter Pentchev2001-12-142-4/+8
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=51538
* Update to 7.9.1, add a 'test' target to run the curl suite tests.Peter Pentchev2001-11-052-13/+6
| | | | | | | | | 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. Notes: svn path=/head/; revision=49593
* Update to 7.9.Peter Pentchev2001-10-052-5/+5
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=48467
* Update to 7.8.1, which should, among other changes, fix the POSTPeter Pentchev2001-09-012-5/+8
| | | | | | | | | | | bug in cURL/PHP interaction. Build with SSL by default, change the knob name to WITHOUT_SSL. Submitted by: sf Notes: svn path=/head/; revision=47275
* Add the ipv6 category.Peter Pentchev2001-07-191-1/+1
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=45249
* Update to 7.8, which is needed by www/mod_php4 now.Peter Pentchev2001-06-262-3/+6
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=44451
* Update to 7.7.3, with fingers crossed hoping the minor API change doesPeter Pentchev2001-06-082-3/+3
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=43635
* Update the WWW line; curl has been at curl.haxx.se for quite some time now;Peter Pentchev2001-05-091-1/+1
| | | | | | | | | I've even changed the MASTER_SITE in the Makefile, just not here.. oops. Submitted by: Daniel Stenberg <daniel@haxx.se> Notes: svn path=/head/; revision=42455
* Update to 7.7.2Peter Pentchev2001-04-253-3/+7
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=41890
* Remove two dead sites that the distfile checking scripts complained aboutPeter Pentchev2001-04-091-2/+0
| | | | Notes: svn path=/head/; revision=41136
* Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6Peter Pentchev2001-04-052-3/+4
| | | | | | | | | interplay. Submitted by: olgeni Notes: svn path=/head/; revision=40917
* Update to 7.6.1. Besides a couple of bugfixes (most notably toPeter Pentchev2001-02-232-2/+2
| | | | | | | | | 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 :) Notes: svn path=/head/; revision=38637
* Update to 7.6 and format the MAN3 list better.Peter Pentchev2001-01-312-3/+8
| | | | Notes: svn path=/head/; revision=37829
* Update to 7.5.2.Peter Pentchev2001-01-052-2/+2
| | | | Notes: svn path=/head/; revision=36812
* Update to 7.5.1 - a bugfix release mainly for a -o outfname parsing bug,Peter Pentchev2000-12-122-2/+2
| | | | | | | | where bad things would happen if the output filename was longer than the fetched URL. Notes: svn path=/head/; revision=35916
* Update to version 7.5.Peter Pentchev2000-12-042-3/+3
| | | | Notes: svn path=/head/; revision=35656
* Take over maintainershipPeter Pentchev2000-11-251-1/+1
| | | | | | | Approved by: kris (former maintainer) Notes: svn path=/head/; revision=35409
* Upgrade to curl 7.4.2Kris Kennaway2000-11-194-36/+2
| | | | Notes: svn path=/head/; revision=35254
* Update to curl 7.4.1. Adds Kerberos support.Kris Kennaway2000-10-304-6/+45
| | | | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=34436
* Oops, I forgot to commit this patch to make WITH_SSL compile again.Kris Kennaway2000-09-231-3/+1
| | | | Notes: svn path=/head/; revision=33053
* Update all ports using OpenSSL and RSA to work without rsaref sinceKris Kennaway2000-09-221-9/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=32957
* Upgrade to curl 7.2.1Kris Kennaway2000-09-043-2/+20
| | | | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=32234
* Add a manpage to MAN1Kris Kennaway2000-06-021-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29116
* whitespace nitsMichael Haro2000-04-221-3/+3
| | | | Notes: svn path=/head/; revision=27886
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-1/+1
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-121-2/+3
| | | | Notes: svn path=/head/; revision=27456
* Update WWWKris Kennaway2000-04-041-1/+1
| | | | | | | Submitted by: author Notes: svn path=/head/; revision=27318
* Update to curl 6.5.2Kris Kennaway2000-03-262-4/+6
| | | | Notes: svn path=/head/; revision=27056
* Upgrade to curl 6.3, USE_OPENSSL and actually make USE_SSL compile in SSLKris Kennaway2000-02-062-9/+14
| | | | | | | | | | support. PR: ports/14280 Assisted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=25531
* Change dependencies from static to shared openssl libraries,Dirk Froemberg1999-11-071-2/+2
| | | | | | | because openssl also builds shared libraries, now. Notes: svn path=/head/; revision=22957