summaryrefslogtreecommitdiffstats
path: root/ftp/curl
Commit message (Collapse)AuthorAgeFilesLines
* Update to 7.15.1 [1]mnag2005-12-093-25/+27
| | | | | | | | | | Reorganize Makefile PR: 90079 [1] Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer timeout (security 1 day, simon with secteam hat) Security: http://curl.haxx.se/docs/adv_20051207.html http://secunia.com/advisories/17907/
* Move IDN related ports from devel to dns category:pav2005-11-121-1/+1
| | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
* Update to 7.15.0, which contains a security fix, among other changes.roam2005-10-143-4/+4
| | | | | | PR: 87393 Submitted by: Vasil Dimov <vd@datamax.bg> Security: http://curl.haxx.se/docs/security.html#BID15102
* Update to 7.14.1.roam2005-09-054-12/+16
|
* - Update to 7.14.0pav2005-06-054-8/+24
| | | | | | | | - Provide WITH_GNUTLS knob to replace OpenSSL with GnuTLS PR: ports/81195 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer timeout (18 days)
* Fix plist.krion2005-03-142-5/+8
| | | | | Portlint(1). Bump PORTREVISION.
* Update to curl 7.13.1, which also takes care of the recent securityroam2005-03-126-64/+27
| | | | issue.
* Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.roam2004-12-211-4/+13
| | | | | | | Add debugging support via the WITH_CURL_DEBUG knob. Properly use LC_ALL=C instead of LANG=C to run the test suite (thanks Fujishima-san!)
* Repeat after me: testing the build on lots of machines is not an excuseroam2004-12-212-0/+3
| | | | for not checking for packing list changes...
* Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).roam2004-12-216-12/+71
| | | | | | | 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 7.12.1, which is mainly an important bugfix release, but alsoroam2004-08-103-7/+15
| | | | contains some new functionality.
* Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-035-38/+36
| | | | dependent ports.
* Update to curl 7.11.1.roam2004-04-094-15/+14
|
* Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.roam2004-03-272-2/+5
| | | | | | | Bump PORTREVISION. PR: 64667 Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Update curl to 7.11.0.roam2004-02-062-2/+3
|
* Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.roam2003-12-136-212/+214
| | | | | PR: 60105 Submitted by: ijliao
* Mark BROKEN on 64-bit arches (1).roam2003-09-101-2/+7
| | | | | | | De-quote the COMMENT variable. Fix a typo in a comment. Reported by: naddy (1)
* Update to curl-7.10.7; the added patch is needed to actually getroam2003-09-026-26/+41
| | | | the test suite going :)
* Use bsd.port.mk's OpenSSL support.roam2003-09-011-1/+3
| | | | Submitted by: dinoex
* Fix LP64 bugs and bump PORTREVISION. This still detects the boguskris2003-06-165-0/+50
| | | | | gethostbyaddr_r() "implementation" in libc, which may be causing problems in certain cases.
* Update to curl-7.10.5.roam2003-06-062-2/+2
| | | | Submitted by: Phillip Oleson <poleson@verio.net>
* Update to 7.10.4.roam2003-04-253-9/+3
| | | | | PR: 51315 Submitted by: Jason Harris <jharris@widomaker.com>
* - Use bsd.openssl.mkdinoex2003-04-161-1/+1
| | | | | (No response from maintainer after 2003-04-09) PR: 48978
* Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSLroam2003-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>
* Remove pkg-comment files in my ports.roam2003-02-192-1/+1
|
* Add a .netrc handling patch from the cURL CVS repository.roam2003-01-222-0/+7
| | | | Reported by: David Thiel <lx@redundancy.redundancy.org>
* Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.roam2003-01-171-1/+2
| | | | Submitted by: ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author)
* Update to curl-7.10.3. There is a minor problem with the lib503 androam2003-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.
* Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.roam2003-01-024-3/+182
| | | | Add PORTDOCS handling.
* Update to 7.9.8.roam2002-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>
* Fix a segfault in an IPv4-only case - realloc() may really, well,roam2002-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).
* Bump PORTREVISION for bugfixes just committed.kris2002-06-071-0/+1
|
* Correct some non-exploitable format string errors and an extraneouskris2002-06-072-0/+38
| | | | format string argument.
* Update to curl-7.9.7.roam2002-05-213-2/+12
|
* Update to 7.9.6.roam2002-04-163-9/+7
|
* Now that the pkg_install tools know how to handle symlinks,roam2002-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>
* Update to 7.9.2.roam2001-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>
* Update to 7.9.1, add a 'test' target to run the curl suite tests.roam2001-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.
* Update to 7.9.roam2001-10-052-5/+5
| | | | Submitted by: kris
* Update to 7.8.1, which should, among other changes, fix the POSTroam2001-09-012-5/+8
| | | | | | | | bug in cURL/PHP interaction. Build with SSL by default, change the knob name to WITHOUT_SSL. Submitted by: sf
* Add the ipv6 category.roam2001-07-191-1/+1
| | | | Submitted by: sf
* Update to 7.8, which is needed by www/mod_php4 now.roam2001-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
* Update to 7.7.3, with fingers crossed hoping the minor API change doesroam2001-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)
* Update the WWW line; curl has been at curl.haxx.se for quite some time now;roam2001-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>
* Update to 7.7.2roam2001-04-253-3/+7
| | | | Submitted by: olgeni
* Remove two dead sites that the distfile checking scripts complained aboutroam2001-04-091-2/+0
|
* Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6roam2001-04-052-3/+4
| | | | | | interplay. Submitted by: olgeni
* Update to 7.6.1. Besides a couple of bugfixes (most notably toroam2001-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 :)
* Update to 7.6 and format the MAN3 list better.roam2001-01-312-3/+8
|
* Update to 7.5.2.roam2001-01-052-2/+2
|
OpenPOWER on IntegriCloud