Commit graph

22 commits

Author SHA1 Message Date
Peter Pentchev
64e068d25c 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
2006-12-13 12:41:35 +00:00
Peter Pentchev
612f6589b5 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 <swhetzel@gmail.com>
2006-09-18 12:46:29 +00:00
Peter Pentchev
b1b4d524a2 Update to 7.15.4, mostly by Vasil Dimov's PR.
In addition, OPTIONS'ify everything but OpenSSL support.

PR:		99050
Submitted by:	vd
2006-07-13 08:54:04 +00:00
Vasil Dimov
694b891d03 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
2006-03-20 12:49:56 +00:00
Marcus Alves Grando
1f5a4e8f74 Update to 7.15.1 [1]
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/
2005-12-09 12:10:41 +00:00
Peter Pentchev
8da453d667 Update to 7.15.0, which contains a security fix, among other changes.
PR:		87393
Submitted by:	Vasil Dimov <vd@datamax.bg>
Security:	http://curl.haxx.se/docs/security.html#BID15102
2005-10-14 16:11:46 +00:00
Peter Pentchev
77d9fbd837 Update to 7.14.1. 2005-09-05 18:12:41 +00:00
Pav Lucistnik
73b75ad884 - Update to 7.14.0
- 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)
2005-06-05 19:31:45 +00:00
Kirill Ponomarev
b1bac77108 Fix plist.
Portlint(1).
Bump PORTREVISION.
2005-03-14 20:33:30 +00:00
Peter Pentchev
a07844c8ed Repeat after me: testing the build on lots of machines is not an excuse
for not checking for packing list changes...
2004-12-21 10:07:38 +00:00
Peter Pentchev
8348162986 Update to 7.12.1, which is mainly an important bugfix release, but also
contains some new functionality.
2004-08-10 13:32:51 +00:00
Peter Pentchev
64b64d5ff7 Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
2004-06-03 22:41:40 +00:00
Peter Pentchev
b0b7253fb9 Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.
Bump PORTREVISION.

PR:		64667
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2004-03-27 12:45:47 +00:00
Peter Pentchev
e317cb982e Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.
PR:		60105
Submitted by:	ijliao
2003-12-13 08:32:10 +00:00
Peter Pentchev
c399aef92c Update to curl-7.10.7; the added patch is needed to actually get
the test suite going :)
2003-09-02 13:07:00 +00:00
Peter Pentchev
82bca2371b Update to 7.10.4.
PR:		51315
Submitted by:	Jason Harris <jharris@widomaker.com>
2003-04-25 15:36:09 +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
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
49940140f1 Update to 7.7.2
Submitted by:	olgeni
2001-04-25 09:30:11 +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
Bill Fumerola
bb0aa544ae 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 <nbm@rucus.ru.ac.za>
		Kris Kennaway <kkenn@rebel.net.au>

This port replaces ports/www/urlget
1999-02-09 15:31:34 +00:00