The FreeBSD Ports Archive
FreeBSD ftp : curl4>
Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.
curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, SSL (https:) connections, file
transfer resume and more.
http://curl.haxx.se/
|
curl history
v. 1.90
date: 2007/08/27 15:44:21; author: roam; state: Exp; lines: +3 -4
Update to curl-7.16.3.
Fix the (still present in 7.16.3) libssh2 problems, at least so that
cURL works with the libssh2 0.17 in our ports tree.
PR: 114215 (the basic update)
Submitted by: pesho.petrov@gmail.com
v. 1.89
date: 2007/07/23 09:35:51; author: rafan; state: Exp; lines: +0 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.88
date: 2007/07/11 09:05:04; author: roam; state: Exp; lines: +1 -0
Actually, at least this version of cURL sometimes breaks with the new
libssh2, and fails to connect. Mark the libssh2 usage as broken until
I figure out what is the matter. And yep, David Thiel did inform me
in advance about his plans to update libssh2, and I did not check then.
v. 1.87
date: 2007/07/10 18:55:05; author: pav; state: Exp; lines: +1 -1
- Chase libssh2 update
PR: ports/114474
Submitted by: Vaclav Haisman
Pointy hat to: lx
v. 1.86
date: 2007/07/01 08:56:09; author: novel; state: Exp; lines: +1 -0
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
v. 1.85
date: 2007/03/09 14:45:31; author: roam; state: Exp; lines: +13 -2
Update to curl 7.16.1, loosely based on the PR. Also:
- add a LIBSSH2 option for SCP and SFTP support using security/libssh2;
- add a patch from the cURL CVS repository to fix an expired cookie in
test 62.
PR: 109670
Submitted by: Eygene Ryabinkin
v. 1.84
date: 2007/01/02 08:54:07; author: novel; state: Exp; lines: +1 -0
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
v. 1.83
date: 2006/12/13 12:41:18; author: roam; state: Exp; lines: +2 -3
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
v. 1.82
date: 2006/11/07 17:07:41; author: roam; state: Exp; lines: +2 -1
If c-ares support is requested, properly depend on the shared c-ares
library now that dns/c-ares installs it. This should, among other
things, fix the build of libcurl on amd64.
Reported by: girgen
v. 1.81
date: 2006/09/18 12:46:29; author: roam; state: Exp; lines: +13 -15
Update to cURL 7.15.5 and integrate Scot Hetzel's patch for
really making OpenSSL support optional. Now OpenSSL and GnuTLS
are on level ground, both controlled by the OPTIONS setting.
Fortunately, it turned out that the curl_multi_socket() API change
does not affect any of the ports that use ftp/curl.
PR: 102871, 103126
Submitted by: pav, vd, Scot Hetzel
v. 1.80
date: 2006/07/14 07:11:59; author: roam; state: Exp; lines: +20 -1
Add an explicit knob for c-ares support now that we have Daniel's version
of the ares library in the ports tree. The knob defaults to "off" since
it conflicts with curl's IPv6 support - which is now also configurable via
its own knob.
PORTREVISION not bumped since there is no change in the default package
build - if enough people consider asynchronous DNS resolving to be good,
it could become the default, but for the present it is not.
v. 1.79
date: 2006/07/13 08:54:03; author: roam; state: Exp; lines: +34 -11
Update to 7.15.4, mostly by Vasil Dimov's PR.
In addition, OPTIONS'ify everything but OpenSSL support.
PR: 99050
Submitted by: vd
v. 1.78
date: 2006/05/07 11:09:17; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with F
v. 1.77
date: 2006/03/20 12:49:55; author: vd; state: Exp; lines: +1 -2
Update from 7.15.1 to 7.15.3
PR: ports/94727
Submitted by: vd
Approved by: secteam (simon)
Security: http://curl.haxx.se/docs/adv_20060320.html
v. 1.76
date: 2006/01/09 16:34:15; author: novel; state: Exp; lines: +1 -0
Chase gnutls update.
v. 1.75
date: 2005/12/09 12:10:41; author: mnag; state: Exp; lines: +22 -23
Update to 7.15.1 [1]
Reorganize Makefile
PR: 90079 [1]
Submitted by: Vasil Dimov
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/
v. 1.74
date: 2005/11/12 18:52:19; author: pav; state: Exp; lines: +1 -1
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus
v. 1.73
date: 2005/10/14 16:11:46; author: roam; state: Exp; lines: +2 -1
Update to 7.15.0, which contains a security fix, among other changes.
PR: 87393
Submitted by: Vasil Dimov
Security: http://curl.haxx.se/docs/security.html#BID15102
v. 1.72
date: 2005/09/05 20:22:41; author: roam; state: Exp; lines: +0 -0
A forced commit to note that the exactly same update was also submitted in
PR: 85660
Submitted by: Vasil Dimov
v. 1.71
date: 2005/09/05 18:12:41; author: roam; state: Exp; lines: +1 -1
Update to 7.14.1.
v. 1.70
date: 2005/06/05 19:31:45; author: pav; state: Exp; lines: +18 -3
- Update to 7.14.0
- Provide WITH_GNUTLS knob to replace OpenSSL with GnuTLS
PR: ports/81195
Submitted by: Vasil Dimov
Approved by: maintainer timeout (18 days)
v. 1.69
date: 2005/03/14 20:33:30; author: krion; state: Exp; lines: +5 -5
Fix plist.
Portlint(1).
Bump PORTREVISION.
v. 1.68
date: 2005/03/12 02:36:51; author: roam; state: Exp; lines: +2 -2
Update to curl 7.13.1, which also takes care of the recent security
issue.
v. 1.67
date: 2004/12/21 16:06:19; author: roam; state: Exp; lines: +13 -4
Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.
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!)
v. 1.66
date: 2004/12/21 10:07:38; author: roam; state: Exp; lines: +1 -0
Repeat after me: testing the build on lots of machines is not an excuse
for not checking for packing list changes...
v. 1.65
date: 2004/12/21 09:51:09; author: roam; state: Exp; lines: +6 -4
Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).
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)
v. 1.64
date: 2004/08/10 13:32:51; author: roam; state: Exp; lines: +4 -4
Update to 7.12.1, which is mainly an important bugfix release, but also
contains some new functionality.
v. 1.63
date: 2004/06/03 22:41:40; author: roam; state: Exp; lines: +8 -5
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
v. 1.62
date: 2004/04/09 12:14:13; author: roam; state: Exp; lines: +1 -2
Update to curl 7.11.1.
v. 1.61
date: 2004/03/27 12:45:47; author: roam; state: Exp; lines: +3 -0
Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.
Bump PORTREVISION.
PR: 64667
Submitted by: Marius Strobl
v. 1.60
date: 2004/02/06 09:43:28; author: roam; state: Exp; lines: +1 -1
Update curl to 7.11.0.
v. 1.59
date: 2003/12/13 08:32:09; author: roam; state: Exp; lines: +1 -6
Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.
PR: 60105
Submitted by: ijliao
v. 1.58
date: 2003/09/10 07:02:52; author: roam; state: Exp; lines: +7 -2
Mark BROKEN on 64-bit arches (1).
De-quote the COMMENT variable.
Fix a typo in a comment.
Reported by: naddy (1)
v. 1.57
date: 2003/09/02 13:07:00; author: roam; state: Exp; lines: +4 -3
Update to curl-7.10.7; the added patch is needed to actually get
the test suite going :)
v. 1.56
date: 2003/09/01 08:47:18; author: roam; state: Exp; lines: +3 -1
Use bsd.port.mk's OpenSSL support.
Submitted by: dinoex
v. 1.55
date: 2003/06/16 02:50:28; author: kris; state: Exp; lines: +1 -0
Fix LP64 bugs and bump PORTREVISION. This still detects the bogus
gethostbyaddr_r() "implementation" in libc, which may be causing problems
in certain cases.
v. 1.54
date: 2003/06/06 08:28:34; author: roam; state: Exp; lines: +1 -1
Update to curl-7.10.5.
Submitted by: Phillip Oleson
v. 1.53
date: 2003/04/25 15:36:09; author: roam; state: Exp; lines: +1 -7
Update to 7.10.4.
PR: 51315
Submitted by: Jason Harris
v. 1.52
date: 2003/04/16 14:52:35; author: dinoex; state: Exp; lines: +1 -1
- Use bsd.openssl.mk
(No response from maintainer after 2003-04-09)
PR: 48978
v. 1.51
date: 2003/03/05 10:43:08; author: roam; state: Exp; lines: +8 -6
Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSL
to prevent conflicts between the base system and port OpenSSL libraries.
Bump PORTREVISION.
Reported by: Stephen Cravey
Submitted by: Scot Hetzel
v. 1.50
date: 2003/02/19 16:07:26; author: roam; state: Exp; lines: +1 -0
Remove pkg-comment files in my ports.
v. 1.49
date: 2003/01/22 09:51:42; author: roam; state: Exp; lines: +6 -0
Add a .netrc handling patch from the cURL CVS repository.
Reported by: David Thiel
v. 1.48
date: 2003/01/17 15:40:13; author: roam; state: Exp; lines: +2 -1
Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.
Submitted by: ijliao, Daniel Stenberg (cURL author)
v. 1.47
date: 2003/01/15 11:21:52; author: roam; state: Exp; lines: +1 -1
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.
v. 1.46
date: 2003/01/02 16:02:07; author: roam; state: Exp; lines: +9 -2
Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.
Add PORTDOCS handling.
v. 1.45
date: 2002/07/02 08:36:46; author: roam; state: Exp; lines: +1 -2
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
v. 1.44
date: 2002/06/24 16:03:00; author: roam; state: Exp; lines: +1 -1
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
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).
v. 1.43
date: 2002/06/07 00:21:17; author: kris; state: Exp; lines: +1 -0
Bump PORTREVISION for bugfixes just committed.
v. 1.42
date: 2002/05/21 16:08:46; author: roam; state: Exp; lines: +1 -1
Update to curl-7.9.7.
v. 1.41
date: 2002/04/16 11:30:21; author: roam; state: Exp; lines: +5 -7
Update to 7.9.6.
v. 1.40
date: 2002/02/22 09:52:10; author: roam; state: Exp; lines: +1 -0
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
v. 1.39
date: 2001/12/14 18:08:30; author: roam; state: Exp; lines: +6 -3
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 and naddy
Apologies to: Joseph Scott and Christian Weisberger
v. 1.38
date: 2001/11/05 10:05:57; author: roam; state: Exp; lines: +5 -12
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.
v. 1.37
date: 2001/10/05 11:24:26; author: roam; state: Exp; lines: +4 -4
Update to 7.9.
Submitted by: kris
v. 1.36
date: 2001/09/01 14:56:27; author: roam; state: Exp; lines: +7 -4
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
v. 1.35
date: 2001/07/19 15:58:34; author: roam; state: Exp; lines: +1 -1
Add the ipv6 category.
Submitted by: sf
v. 1.34
date: 2001/06/26 11:41:01; author: roam; state: Exp; lines: +5 -2
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
v. 1.33
date: 2001/06/08 10:21:17; author: roam; state: Exp; lines: +3 -3
Update to 7.7.3, with fingers crossed hoping the minor API change does
not break dependent ports.
PR: 27900
Submitted by: Jos Backus
Reviewed by: knu (maintainer of ftp/ruby-curl)
Silence by: dirk (maintainer of www/mod_php4)
v. 1.32
date: 2001/04/25 09:30:11; author: roam; state: Exp; lines: +6 -3
Update to 7.7.2
Submitted by: olgeni
v. 1.31
date: 2001/04/09 15:01:53; author: roam; state: Exp; lines: +1 -3
Remove two dead sites that the distfile checking scripts complained about
v. 1.30
date: 2001/04/05 21:22:26; author: roam; state: Exp; lines: +4 -3
Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6
interplay.
Submitted by: olgeni
v. 1.29
date: 2001/02/23 15:30:03; author: roam; state: Exp; lines: +2 -2
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 :)
v. 1.28
date: 2001/01/31 11:16:30; author: roam; state: Exp; lines: +8 -3
Update to 7.6 and format the MAN3 list better.
v. 1.27
date: 2001/01/05 08:10:03; author: roam; state: Exp; lines: +2 -2
Update to 7.5.2.
v. 1.26
date: 2000/12/12 11:07:25; author: roam; state: Exp; lines: +2 -2
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.
v. 1.25
date: 2000/12/04 16:06:39; author: roam; state: Exp; lines: +3 -3
Update to version 7.5.
v. 1.24
date: 2000/11/25 08:13:32; author: roam; state: Exp; lines: +2 -2
Take over maintainership
Approved by: kris (former maintainer)
v. 1.23
date: 2000/11/19 04:05:56; author: kris; state: Exp; lines: +2 -2
Upgrade to curl 7.4.2
v. 1.22
date: 2000/10/30 01:54:31; author: kris; state: Exp; lines: +11 -6
Update to curl 7.4.1. Adds Kerberos support.
Submitted by: Peter Pentchev
v. 1.21
date: 2000/09/23 23:39:42; author: kris; state: Exp; lines: +2 -4
Oops, I forgot to commit this patch to make WITH_SSL compile again.
v. 1.20
date: 2000/09/22 01:58:53; author: kris; state: Exp; lines: +3 -10
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.
v. 1.19
date: 2000/09/04 00:56:41; author: kris; state: Exp; lines: +10 -2
Upgrade to curl 7.2.1
Submitted by: Peter Pentchev
v. 1.18
date: 2000/06/02 20:39:13; author: kris; state: Exp; lines: +3 -1
Add a manpage to MAN1
Submitted by: bento
v. 1.17
date: 2000/04/22 09:57:34; author: mharo; state: Exp; lines: +4 -4
whitespace nits
v. 1.16
date: 2000/04/17 00:17:35; author: reg; state: Exp; lines: +2 -2
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
v. 1.15
date: 2000/04/12 05:31:02; author: mharo; state: Exp; lines: +4 -3
PORTNAME/PORTVERSION stuff
v. 1.14
date: 2000/03/26 05:08:24; author: kris; state: Exp; lines: +6 -4
Update to curl 6.5.2
v. 1.13
date: 2000/02/06 22:16:49; author: kris; state: Exp; lines: +14 -9
Upgrade to curl 6.3, USE_OPENSSL and actually make USE_SSL compile in SSL
support.
PR: ports/14280
Assisted by: Jim Bloom
v. 1.12
date: 1999/11/07 22:25:33; author: dirk; state: Exp; lines: +3 -3
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
v. 1.11
date: 1999/10/26 22:00:37; author: kris; state: Exp; lines: +3 -3
Upgrade to curl 6.1
v. 1.10
date: 1999/08/31 06:43:59; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.9
date: 1999/08/25 05:55:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.8
date: 1999/08/02 10:43:38; author: asami; state: Exp; lines: +2 -2
Change "net" -> "ftp".
v. 1.7
date: 1999/06/02 07:22:49; author: dirk; state: Exp; lines: +3 -2
include ${PREFIX}/include/openssl due to openssl upgrade.
v. 1.6
date: 1999/05/27 12:33:09; author: kris; state: Exp; lines: +4 -4
Upgrade to v5.9
PR: 11837
v. 1.5
date: 1999/05/06 14:09:05; author: flathill; state: Exp; lines: +3 -3
Update to 5.8
PR: ports/11527
Submitted by: cpiazza@home.net
v. 1.4
date: 1999/04/16 02:24:14; author: mharo; state: Exp; lines: +2 -3
Update curl from 5.5 to 5.5.1 and remove ftp.all.de - seems to be gone
PR: 11160
Submitted by: Chris Piazza cpiazza@home.net
v. 1.3
date: 1999/03/30 10:13:26; author: dirk; state: Exp; lines: +4 -3
Remove the last remaining dependency to SSLeay. Use openssl instead.
OK'ed by: Kris Kennaway (maintainer)
v. 1.2
date: 1999/02/11 11:27:30; author: obrien; state: Exp; lines: +2 -2
There is no need for "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.
v. 1.1
date: 1999/02/09 15:31:34; author: billf; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/02/09 15:31:34; author: billf; state: Exp; lines: +0 -0
curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.
curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, SSL (https:) connections, file
transfer resume and more.
PR: ports/9079
Submitted By: Neil Blakey-Milner
Kris Kennaway
This port replaces ports/www/urlget
=============================================================================
v. 1.90
date: 2007/08/27 15:44:21; author: roam; state: Exp; lines: +3 -4
Update to curl-7.16.3.
Fix the (still present in 7.16.3) libssh2 problems, at least so that
cURL works with the libssh2 0.17 in our ports tree.
PR: 114215 (the basic update)
Submitted by: pesho.petrov@gmail.com
v. 1.89
date: 2007/07/23 09:35:51; author: rafan; state: Exp; lines: +0 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.88
date: 2007/07/11 09:05:04; author: roam; state: Exp; lines: +1 -0
Actually, at least this version of cURL sometimes breaks with the new
libssh2, and fails to connect. Mark the libssh2 usage as broken until
I figure out what is the matter. And yep, David Thiel did inform me
in advance about his plans to update libssh2, and I did not check then.
v. 1.87
date: 2007/07/10 18:55:05; author: pav; state: Exp; lines: +1 -1
- Chase libssh2 update
PR: ports/114474
Submitted by: Vaclav Haisman
Pointy hat to: lx
v. 1.86
date: 2007/07/01 08:56:09; author: novel; state: Exp; lines: +1 -0
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
v. 1.85
date: 2007/03/09 14:45:31; author: roam; state: Exp; lines: +13 -2
Update to curl 7.16.1, loosely based on the PR. Also:
- add a LIBSSH2 option for SCP and SFTP support using security/libssh2;
- add a patch from the cURL CVS repository to fix an expired cookie in
test 62.
PR: 109670
Submitted by: Eygene Ryabinkin
v. 1.84
date: 2007/01/02 08:54:07; author: novel; state: Exp; lines: +1 -0
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
v. 1.83
date: 2006/12/13 12:41:18; author: roam; state: Exp; lines: +2 -3
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
v. 1.82
date: 2006/11/07 17:07:41; author: roam; state: Exp; lines: +2 -1
If c-ares support is requested, properly depend on the shared c-ares
library now that dns/c-ares installs it. This should, among other
things, fix the build of libcurl on amd64.
Reported by: girgen
v. 1.81
date: 2006/09/18 12:46:29; author: roam; state: Exp; lines: +13 -15
Update to cURL 7.15.5 and integrate Scot Hetzel's patch for
really making OpenSSL support optional. Now OpenSSL and GnuTLS
are on level ground, both controlled by the OPTIONS setting.
Fortunately, it turned out that the curl_multi_socket() API change
does not affect any of the ports that use ftp/curl.
PR: 102871, 103126
Submitted by: pav, vd, Scot Hetzel
v. 1.80
date: 2006/07/14 07:11:59; author: roam; state: Exp; lines: +20 -1
Add an explicit knob for c-ares support now that we have Daniel's version
of the ares library in the ports tree. The knob defaults to "off" since
it conflicts with curl's IPv6 support - which is now also configurable via
its own knob.
PORTREVISION not bumped since there is no change in the default package
build - if enough people consider asynchronous DNS resolving to be good,
it could become the default, but for the present it is not.
v. 1.79
date: 2006/07/13 08:54:03; author: roam; state: Exp; lines: +34 -11
Update to 7.15.4, mostly by Vasil Dimov's PR.
In addition, OPTIONS'ify everything but OpenSSL support.
PR: 99050
Submitted by: vd
v. 1.78
date: 2006/05/07 11:09:17; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with F
v. 1.77
date: 2006/03/20 12:49:55; author: vd; state: Exp; lines: +1 -2
Update from 7.15.1 to 7.15.3
PR: ports/94727
Submitted by: vd
Approved by: secteam (simon)
Security: http://curl.haxx.se/docs/adv_20060320.html
v. 1.76
date: 2006/01/09 16:34:15; author: novel; state: Exp; lines: +1 -0
Chase gnutls update.
v. 1.75
date: 2005/12/09 12:10:41; author: mnag; state: Exp; lines: +22 -23
Update to 7.15.1 [1]
Reorganize Makefile
PR: 90079 [1]
Submitted by: Vasil Dimov
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/
v. 1.74
date: 2005/11/12 18:52:19; author: pav; state: Exp; lines: +1 -1
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus
v. 1.73
date: 2005/10/14 16:11:46; author: roam; state: Exp; lines: +2 -1
Update to 7.15.0, which contains a security fix, among other changes.
PR: 87393
Submitted by: Vasil Dimov
Security: http://curl.haxx.se/docs/security.html#BID15102
v. 1.72
date: 2005/09/05 20:22:41; author: roam; state: Exp; lines: +0 -0
A forced commit to note that the exactly same update was also submitted in
PR: 85660
Submitted by: Vasil Dimov
v. 1.71
date: 2005/09/05 18:12:41; author: roam; state: Exp; lines: +1 -1
Update to 7.14.1.
v. 1.70
date: 2005/06/05 19:31:45; author: pav; state: Exp; lines: +18 -3
- Update to 7.14.0
- Provide WITH_GNUTLS knob to replace OpenSSL with GnuTLS
PR: ports/81195
Submitted by: Vasil Dimov
Approved by: maintainer timeout (18 days)
v. 1.69
date: 2005/03/14 20:33:30; author: krion; state: Exp; lines: +5 -5
Fix plist.
Portlint(1).
Bump PORTREVISION.
v. 1.68
date: 2005/03/12 02:36:51; author: roam; state: Exp; lines: +2 -2
Update to curl 7.13.1, which also takes care of the recent security
issue.
v. 1.67
date: 2004/12/21 16:06:19; author: roam; state: Exp; lines: +13 -4
Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.
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!)
v. 1.66
date: 2004/12/21 10:07:38; author: roam; state: Exp; lines: +1 -0
Repeat after me: testing the build on lots of machines is not an excuse
for not checking for packing list changes...
v. 1.65
date: 2004/12/21 09:51:09; author: roam; state: Exp; lines: +6 -4
Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).
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)
v. 1.64
date: 2004/08/10 13:32:51; author: roam; state: Exp; lines: +4 -4
Update to 7.12.1, which is mainly an important bugfix release, but also
contains some new functionality.
v. 1.63
date: 2004/06/03 22:41:40; author: roam; state: Exp; lines: +8 -5
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
v. 1.62
date: 2004/04/09 12:14:13; author: roam; state: Exp; lines: +1 -2
Update to curl 7.11.1.
v. 1.61
date: 2004/03/27 12:45:47; author: roam; state: Exp; lines: +3 -0
Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.
Bump PORTREVISION.
PR: 64667
Submitted by: Marius Strobl
v. 1.60
date: 2004/02/06 09:43:28; author: roam; state: Exp; lines: +1 -1
Update curl to 7.11.0.
v. 1.59
date: 2003/12/13 08:32:09; author: roam; state: Exp; lines: +1 -6
Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.
PR: 60105
Submitted by: ijliao
v. 1.58
date: 2003/09/10 07:02:52; author: roam; state: Exp; lines: +7 -2
Mark BROKEN on 64-bit arches (1).
De-quote the COMMENT variable.
Fix a typo in a comment.
Reported by: naddy (1)
v. 1.57
date: 2003/09/02 13:07:00; author: roam; state: Exp; lines: +4 -3
Update to curl-7.10.7; the added patch is needed to actually get
the test suite going :)
v. 1.56
date: 2003/09/01 08:47:18; author: roam; state: Exp; lines: +3 -1
Use bsd.port.mk's OpenSSL support.
Submitted by: dinoex
v. 1.55
date: 2003/06/16 02:50:28; author: kris; state: Exp; lines: +1 -0
Fix LP64 bugs and bump PORTREVISION. This still detects the bogus
gethostbyaddr_r() "implementation" in libc, which may be causing problems
in certain cases.
v. 1.54
date: 2003/06/06 08:28:34; author: roam; state: Exp; lines: +1 -1
Update to curl-7.10.5.
Submitted by: Phillip Oleson
v. 1.53
date: 2003/04/25 15:36:09; author: roam; state: Exp; lines: +1 -7
Update to 7.10.4.
PR: 51315
Submitted by: Jason Harris
v. 1.52
date: 2003/04/16 14:52:35; author: dinoex; state: Exp; lines: +1 -1
- Use bsd.openssl.mk
(No response from maintainer after 2003-04-09)
PR: 48978
v. 1.51
date: 2003/03/05 10:43:08; author: roam; state: Exp; lines: +8 -6
Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSL
to prevent conflicts between the base system and port OpenSSL libraries.
Bump PORTREVISION.
Reported by: Stephen Cravey
Submitted by: Scot Hetzel
v. 1.50
date: 2003/02/19 16:07:26; author: roam; state: Exp; lines: +1 -0
Remove pkg-comment files in my ports.
v. 1.49
date: 2003/01/22 09:51:42; author: roam; state: Exp; lines: +6 -0
Add a .netrc handling patch from the cURL CVS repository.
Reported by: David Thiel
v. 1.48
date: 2003/01/17 15:40:13; author: roam; state: Exp; lines: +2 -1
Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.
Submitted by: ijliao, Daniel Stenberg (cURL author)
v. 1.47
date: 2003/01/15 11:21:52; author: roam; state: Exp; lines: +1 -1
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.
v. 1.46
date: 2003/01/02 16:02:07; author: roam; state: Exp; lines: +9 -2
Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.
Add PORTDOCS handling.
v. 1.45
date: 2002/07/02 08:36:46; author: roam; state: Exp; lines: +1 -2
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
v. 1.44
date: 2002/06/24 16:03:00; author: roam; state: Exp; lines: +1 -1
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
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).
v. 1.43
date: 2002/06/07 00:21:17; author: kris; state: Exp; lines: +1 -0
Bump PORTREVISION for bugfixes just committed.
v. 1.42
date: 2002/05/21 16:08:46; author: roam; state: Exp; lines: +1 -1
Update to curl-7.9.7.
v. 1.41
date: 2002/04/16 11:30:21; author: roam; state: Exp; lines: +5 -7
Update to 7.9.6.
v. 1.40
date: 2002/02/22 09:52:10; author: roam; state: Exp; lines: +1 -0
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
v. 1.39
date: 2001/12/14 18:08:30; author: roam; state: Exp; lines: +6 -3
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 and naddy
Apologies to: Joseph Scott and Christian Weisberger
v. 1.38
date: 2001/11/05 10:05:57; author: roam; state: Exp; lines: +5 -12
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.
v. 1.37
date: 2001/10/05 11:24:26; author: roam; state: Exp; lines: +4 -4
Update to 7.9.
Submitted by: kris
v. 1.36
date: 2001/09/01 14:56:27; author: roam; state: Exp; lines: +7 -4
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
v. 1.35
date: 2001/07/19 15:58:34; author: roam; state: Exp; lines: +1 -1
Add the ipv6 category.
Submitted by: sf
v. 1.34
date: 2001/06/26 11:41:01; author: roam; state: Exp; lines: +5 -2
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
v. 1.33
date: 2001/06/08 10:21:17; author: roam; state: Exp; lines: +3 -3
Update to 7.7.3, with fingers crossed hoping the minor API change does
not break dependent ports.
PR: 27900
Submitted by: Jos Backus
Reviewed by: knu (maintainer of ftp/ruby-curl)
Silence by: dirk (maintainer of www/mod_php4)
v. 1.32
date: 2001/04/25 09:30:11; author: roam; state: Exp; lines: +6 -3
Update to 7.7.2
Submitted by: olgeni
v. 1.31
date: 2001/04/09 15:01:53; author: roam; state: Exp; lines: +1 -3
Remove two dead sites that the distfile checking scripts complained about
v. 1.30
date: 2001/04/05 21:22:26; author: roam; state: Exp; lines: +4 -3
Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6
interplay.
Submitted by: olgeni
v. 1.29
date: 2001/02/23 15:30:03; author: roam; state: Exp; lines: +2 -2
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 :)
v. 1.28
date: 2001/01/31 11:16:30; author: roam; state: Exp; lines: +8 -3
Update to 7.6 and format the MAN3 list better.
v. 1.27
date: 2001/01/05 08:10:03; author: roam; state: Exp; lines: +2 -2
Update to 7.5.2.
v. 1.26
date: 2000/12/12 11:07:25; author: roam; state: Exp; lines: +2 -2
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.
v. 1.25
date: 2000/12/04 16:06:39; author: roam; state: Exp; lines: +3 -3
Update to version 7.5.
v. 1.24
date: 2000/11/25 08:13:32; author: roam; state: Exp; lines: +2 -2
Take over maintainership
Approved by: kris (former maintainer)
v. 1.23
date: 2000/11/19 04:05:56; author: kris; state: Exp; lines: +2 -2
Upgrade to curl 7.4.2
v. 1.22
date: 2000/10/30 01:54:31; author: kris; state: Exp; lines: +11 -6
Update to curl 7.4.1. Adds Kerberos support.
Submitted by: Peter Pentchev
v. 1.21
date: 2000/09/23 23:39:42; author: kris; state: Exp; lines: +2 -4
Oops, I forgot to commit this patch to make WITH_SSL compile again.
v. 1.20
date: 2000/09/22 01:58:53; author: kris; state: Exp; lines: +3 -10
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.
v. 1.19
date: 2000/09/04 00:56:41; author: kris; state: Exp; lines: +10 -2
Upgrade to curl 7.2.1
Submitted by: Peter Pentchev
v. 1.18
date: 2000/06/02 20:39:13; author: kris; state: Exp; lines: +3 -1
Add a manpage to MAN1
Submitted by: bento
v. 1.17
date: 2000/04/22 09:57:34; author: mharo; state: Exp; lines: +4 -4
whitespace nits
v. 1.16
date: 2000/04/17 00:17:35; author: reg; state: Exp; lines: +2 -2
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
v. 1.15
date: 2000/04/12 05:31:02; author: mharo; state: Exp; lines: +4 -3
PORTNAME/PORTVERSION stuff
v. 1.14
date: 2000/03/26 05:08:24; author: kris; state: Exp; lines: +6 -4
Update to curl 6.5.2
v. 1.13
date: 2000/02/06 22:16:49; author: kris; state: Exp; lines: +14 -9
Upgrade to curl 6.3, USE_OPENSSL and actually make USE_SSL compile in SSL
support.
PR: ports/14280
Assisted by: Jim Bloom
v. 1.12
date: 1999/11/07 22:25:33; author: dirk; state: Exp; lines: +3 -3
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
v. 1.11
date: 1999/10/26 22:00:37; author: kris; state: Exp; lines: +3 -3
Upgrade to curl 6.1
v. 1.10
date: 1999/08/31 06:43:59; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.9
date: 1999/08/25 05:55:04; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.8
date: 1999/08/02 10:43:38; author: asami; state: Exp; lines: +2 -2
Change "net" -> "ftp".
v. 1.7
date: 1999/06/02 07:22:49; author: dirk; state: Exp; lines: +3 -2
include ${PREFIX}/include/openssl due to openssl upgrade.
v. 1.6
date: 1999/05/27 12:33:09; author: kris; state: Exp; lines: +4 -4
Upgrade to v5.9
PR: 11837
v. 1.5
date: 1999/05/06 14:09:05; author: flathill; state: Exp; lines: +3 -3
Update to 5.8
PR: ports/11527
Submitted by: cpiazza@home.net
v. 1.4
date: 1999/04/16 02:24:14; author: mharo; state: Exp; lines: +2 -3
Update curl from 5.5 to 5.5.1 and remove ftp.all.de - seems to be gone
PR: 11160
Submitted by: Chris Piazza cpiazza@home.net
v. 1.3
date: 1999/03/30 10:13:26; author: dirk; state: Exp; lines: +4 -3
Remove the last remaining dependency to SSLeay. Use openssl instead.
OK'ed by: Kris Kennaway (maintainer)
v. 1.2
date: 1999/02/11 11:27:30; author: obrien; state: Exp; lines: +2 -2
There is no need for "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.
v. 1.1
date: 1999/02/09 15:31:34; author: billf; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/02/09 15:31:34; author: billf; state: Exp; lines: +0 -0
curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.
curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, SSL (https:) connections, file
transfer resume and more.
PR: ports/9079
Submitted By: Neil Blakey-Milner
Kris Kennaway
This port replaces ports/www/urlget
=============================================================================
v. 1.90
date: 2007/08/27 15:44:21; author: roam; state: Exp; lines: +3 -4
Update to curl-7.16.3.
Fix the (still present in 7.16.3) libssh2 problems, at least so that
cURL works with the libssh2 0.17 in our ports tree.
PR: 114215 (the basic update)
Submitted by: pesho.petrov@gmail.com
v. 1.89
date: 2007/07/23 09:35:51; author: rafan; state: Exp; lines: +0 -1
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.88
date: 2007/07/11 09:05:04; author: roam; state: Exp; lines: +1 -0
Actually, at least this version of cURL sometimes breaks with the new
libssh2, and fails to connect. Mark the libssh2 usage as broken until
I figure out what is the matter. And yep, David Thiel did inform me
in advance about his plans to update libssh2, and I did not check then.
v. 1.87
date: 2007/07/10 18:55:05; author: pav; state: Exp; lines: +1 -1
- Chase libssh2 update
PR: ports/114474
Submitted by: Vaclav Haisman
Pointy hat to: lx
v. 1.86
date: 2007/07/01 08:56:09; author: novel; state: Exp; lines: +1 -0
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
v. 1.85
date: 2007/03/09 14:45:31; author: roam; state: Exp; lines: +13 -2
Update to curl 7.16.1, loosely based on the PR. Also:
- add a LIBSSH2 option for SCP and SFTP support using security/libssh2;
- add a patch from the cURL CVS repository to fix an expired cookie in
test 62.
PR: 109670
Submitted by: Eygene Ryabinkin
v. 1.84
date: 2007/01/02 08:54:07; author: novel; state: Exp; lines: +1 -0
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
v. 1.83
date: 2006/12/13 12:41:18; author: roam; state: Exp; lines: +2 -3
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
v. 1.82
date: 2006/11/07 17:07:41; author: roam; state: Exp; lines: +2 -1
If c-ares support is requested, properly depend on the shared c-ares
library now that dns/c-ares installs it. This should, among other
things, fix the build of libcurl on amd64.
Reported by: girgen
v. 1.81
date: 2006/09/18 12:46:29; author: roam; state: Exp; lines: +13 -15
Update to cURL 7.15.5 and integrate Scot Hetzel's patch for
really making OpenSSL support optional. Now OpenSSL and GnuTLS
are on level ground, both controlled by the OPTIONS setting.
Fortunately, it turned out that the curl_multi_socket() API change
does not affect any of the ports that use ftp/curl.
PR: 102871, 103126
Submitted by: pav, vd, Scot Hetzel
v. 1.80
date: 2006/07/14 07:11:59; author: roam; state: Exp; lines: +20 -1
Add an explicit knob for c-ares support now that we have Daniel's version
of the ares library in the ports tree. The knob defaults to "off" since
it conflicts with curl's IPv6 support - which is now also configurable via
its own knob.
PORTREVISION not bumped since there is no change in the default package
build - if enough people consider asynchronous DNS resolving to be good,
it could become the default, but for the present it is not.
v. 1.79
date: 2006/07/13 08:54:03; author: roam; state: Exp; lines: +34 -11
Update to 7.15.4, mostly by Vasil Dimov's PR.
In addition, OPTIONS'ify everything but OpenSSL support.
PR: 99050
Submitted by: vd
v. 1.78
date: 2006/05/07 11:09:17; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with F
v. 1.77
date: 2006/03/20 12:49:55; author: vd; state: Exp; lines: +1 -2
Update from 7.15.1 to 7.15.3
PR: ports/94727
Submitted by: vd
Approved by: secteam (simon)
Security: http://curl.haxx.se/docs/adv_20060320.html
v. 1.76
date: 2006/01/09 16:34:15; author: novel; state: Exp; lines: +1 -0
Chase gnutls update.
v. 1.75
date: 2005/12/09 12:10:41; author: mnag; state: Exp; lines: +22 -23
Update to 7.15.1 [1]
Reorganize Makefile
PR: 90079 [1]
Submitted by: Vasil Dimov
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/
v. 1.74
date: 2005/11/12 18:52:19; author: pav; state: Exp; lines: +1 -1
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus
v. 1.73
date: 2005/10/14 16:11:46; author: roam; state: Exp; lines: +2 -1
Update to 7.15.0, which contains a security fix, among other changes.
PR: 87393
Submitted by: Vasil Dimov
Security: http://curl.haxx.se/docs/security.html#BID15102
v. 1.72
date: 2005/09/05 20:22:41; author: roam; state: Exp; lines: +0 -0
A forced commit to note that the exactly same update was also submitted in
PR: 85660
Submitted by: Vasil Dimov
v. 1.71
date: 2005/09/05 18:12:41; author: roam; state: Exp; lines: +1 -1
Update to 7.14.1.
v. 1.70
date: 2005/06/05 19:31:45; author: pav; state: Exp; lines: +18 -3
- Update to 7.14.0
- Provide WITH_GNUTLS knob to replace OpenSSL with GnuTLS
PR: ports/81195
Submitted by: Vasil Dimov
Approved by: maintainer timeout (18 days)
v. 1.69
date: 2005/03/14 20:33:30; author: krion; state: Exp; lines: +5 -5
Fix plist.
Portlint(1).
Bump PORTREVISION.
v. 1.68
date: 2005/03/12 02:36:51; author: roam; state: Exp; lines: +2 -2
Update to curl 7.13.1, which also takes care of the recent security
issue.
v. 1.67
date: 2004/12/21 16:06:19; author: roam; state: Exp; lines: +13 -4
Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.
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!)
v. 1.66
date: 2004/12/21 10:07:38; author: roam; state: Exp; lines: +1 -0
Repeat after me: testing the build on lots of machines is not an excuse
for not checking for packing list changes...
v. 1.65
date: 2004/12/21 09:51:09; author: roam; state: Exp; lines: +6 -4
Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).
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)
v. 1.64
date: 2004/08/10 13:32:51; author: roam; state: Exp; lines: +4 -4
Update to 7.12.1, which is mainly an important bugfix release, but also
contains some new functionality.
v. 1.63
date: 2004/06/03 22:41:40; author: roam; state: Exp; lines: +8 -5
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
v. 1.62
date: 2004/04/09 12:14:13; author: roam; state: Exp; lines: +1 -2
Update to curl 7.11.1.
v. 1.61
date: 2004/03/27 12:45:47; author: roam; state: Exp; lines: +3 -0
Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.
Bump PORTREVISION.
PR: 64667
Submitted by: Marius Strobl
v. 1.60
date: 2004/02/06 09:43:28; author: roam; state: Exp; lines: +1 -1
Update curl to 7.11.0.
v. 1.59
date: 2003/12/13 08:32:09; author: roam; state: Exp; lines: +1 -6
Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.
PR: 60105
Submitted by: ijliao
v. 1.58
date: 2003/09/10 07:02:52; author: roam; state: Exp; lines: +7 -2
Mark BROKEN on 64-bit arches (1).
De-quote the COMMENT variable.
Fix a typo in a comment.
Reported by: naddy (1)
v. 1.57
date: 2003/09/02 13:07:00; author: roam; state: Exp; lines: +4 -3
Update to curl-7.10.7; the added patch is needed to actually get
the test suite going :)
v. 1.56
date: 2003/09/01 08:47:18; author: roam; state: Exp; lines: +3 -1
Use bsd.port.mk's OpenSSL support.
Submitted by: dinoex
v. 1.55
date: 2003/06/16 02:50:28; author: kris; state: Exp; lines: +1 -0
Fix LP64 bugs and bump PORTREVISION. This still detects the bogus
gethostbyaddr_r() "implementation" in libc, which may be causing problems
in certain cases.
v. 1.54
date: 2003/06/06 08:28:34; author: roam; state: Exp; lines: +1 -1
Update to curl-7.10.5.
Submitted by: Phillip Oleson
v. 1.53
date: 2003/04/25 15:36:09; author: roam; state: Exp; lines: +1 -7
Update to 7.10.4.
PR: 51315
Submitted by: Jason Harris
v. 1.52
date: 2003/04/16 14:52:35; author: dinoex; state: Exp; lines: +1 -1
- Use bsd.openssl.mk
(No response from maintainer after 2003-04-09)
PR: 48978
v. 1.51
date: 2003/03/05 10:43:08; author: roam; state: Exp; lines: +8 -6
Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSL
to prevent conflicts between the base system and port OpenSSL libraries.
Bump PORTREVISION.
Reported by: Stephen Cravey
Submitted by: Scot Hetzel
v. 1.50
date: 2003/02/19 16:07:26; author: roam; state: Exp; lines: +1 -0
Remove pkg-comment files in my ports.
v. 1.49
date: 2003/01/22 09:51:42; author: roam; state: Exp; lines: +6 -0
Add a .netrc handling patch from the cURL CVS repository.
Reported by: David Thiel
v. 1.48
date: 2003/01/17 15:40:13; author: roam; state: Exp; lines: +2 -1
Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.
Submitted by: ijliao, Daniel Stenberg (cURL author)
v. 1.47
date: 2003/01/15 11:21:52; author: roam; state: Exp; lines: +1 -1
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.
v. 1.46
date: 2003/01/02 16:02:07; author: roam; state: Exp; lines: +9 -2
Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.
Add PORTDOCS handling.
v. 1.45
date: 2002/07/02 08:36:46; author: roam; state: Exp; lines: +1 -2
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
v. 1.44
date: 2002/06/24 16:03:00; author: roam; state: Exp; lines: +1 -1
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
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).
v. 1.43
date: 2002/06/07 00:21:17; author: kris; state: Exp; lines: +1 -0
Bump PORTREVISION for bugfixes just committed.
v. 1.42
date: 2002/05/21 16:08:46; author: roam; state: Exp; lines: +1 -1
Update to curl-7.9.7.
v. 1.41
date: 2002/04/16 11:30:21; author: roam; state: Exp; lines: +5 -7
Update to 7.9.6.
v. 1.40
date: 2002/02/22 09:52:10; author: roam; state: Exp; lines: +1 -0
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
v. 1.39
date: 2001/12/14 18:08:30; author: roam; state: Exp; lines: +6 -3
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 and naddy
Apologies to: Joseph Scott and Christian Weisberger
v. 1.38
date: 2001/11/05 10:05:57; author: roam; state: Exp; lines: +5 -12
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.
v. 1.37
date: 2001/10/05 11:24:26; author: roam; state: Exp; lines: +4 -4
Update to 7.9.
Submitted by: kris
v. 1.36
date: 2001/09/01 14:56:27; author: roam; state: Exp; lines: +7 -4
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
v. 1.35
date: 2001/07/19 15:58:34; author: roam; state: Exp; lines: +1 -1
Add the ipv6 category.
Submitted by: sf
v. 1.34
date: 2001/06/26 11:41:01; author: roam; state: Exp; lines: +5 -2
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
v. 1.33
date: 2001/06/08 10:21:17; author: roam; state: Exp; lines: +3 -3
Update to 7.7.3, with fingers crossed hoping the minor API change does
not break dependent ports.
PR: 27900
Submitted by: Jos Backus
Reviewed by: knu (m |
| |

|