Commit graph

40 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
6fc6cda72d - Update to 7.39.0
Changes:	http://curl.haxx.se/changes.html
2014-11-24 18:24:24 +00:00
Baptiste Daroussin
1e242b782f Clean up plist 2014-10-20 15:20:21 +00:00
Sunpoet Po-Chuan Hsieh
488d1dc484 - Update to 7.37.1
Changes:	http://curl.haxx.se/changes.html
2014-07-18 08:45:37 +00:00
Sunpoet Po-Chuan Hsieh
b7df9d88b2 - Sort PLIST 2014-03-17 14:46:53 +00:00
Sunpoet Po-Chuan Hsieh
82c0a28bb1 - Use PORTDOCS and PORTEXAMPLES
- Simplify Makefile
2013-11-30 10:07:07 +00:00
Sunpoet Po-Chuan Hsieh
05ad87dfe4 - Fix PLIST
- Bump PORTREVISION for package change

PR:		ports/183388 [1]
Submitted by:	avilla [1]
Reported by:	antoine
2013-10-31 14:54:48 +00:00
Sunpoet Po-Chuan Hsieh
b8e2378484 - Update to 7.32.0
- Turn COOKIES on by default
- Support STAGEDIR

Note:
- mk-ca-bundle.1 will not be installed. Use http://curl.haxx.se/docs/caextract.html instead

Changes:	http://curl.haxx.se/changes.html
PR:		ports/181510
Exp run by:	drewery
2013-10-06 18:36:49 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Steve Wills
2537df4652 - Install the autoconf file for libcurl
PR:		ports/171260
Approved by:	maintainer timeout (sunpoet, >2 weeks)
2012-09-18 20:45:45 +00:00
Sunpoet Po-Chuan Hsieh
49641faa1b - Update to 7.24.0
Changes:	http://curl.haxx.se/changes.html
2012-03-03 08:05:19 +00:00
Peter Pentchev
6387b07b2f Update cURL to 7.21.3 and fix its librtmp detection. In the process:
- disable the -Werror build option by popular demand
- do not override the user's debug and optimization settings

PR:		150854 (the debug and optimization CFLAGS)
Reported by:	Anonymous <swell.k@gmail.com>
2010-12-19 20:04:23 +00:00
Peter Pentchev
8a7e06be2a Update to curl-7.21.1; in the process:
- add a knob for the compiler's -Werror checking, on by default
- add a knob for RTMP streams support
- reflect reality: actually disable the diagnostic memory tracking
  if the user has turned the knob off!
- fix a bashism in the configure script
- remove two patches to the test framework that were integrated upstream
2010-09-12 21:05:48 +00:00
Peter Pentchev
997b0e4233 Update to curl-7.19.7. 2009-11-13 11:46:56 +00:00
Peter Pentchev
4f0eea31eb Update to curl-7.19.5. 2009-05-19 13:43:45 +00:00
Peter Pentchev
1ec0906e49 Update to curl-7.19.4, which fixes a redirection vulnerability.
The changes in the patch files are almost the same as in Eugene's PR,
although I arrived at them mostly independently :)
Reformat all patch files now that I use quilt to manage them.
Fix two complaints from portlint: needless use of CFLAGS and differentiation
between NOPORTDOCS and NOPORTEXAMPLES.  Thanks, Eugene!

PR:		132358
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
2009-03-07 03:57:38 +00:00
Peter Pentchev
decc454be4 At long last, update the curl port to its almost-current version, 7.19.2.
Yes, there's been a new 7.19.3 version for a couple of days now,
but I figure you folks have been waiting for me much too much as it is :(
Apologies all around!

Prompted by:	several PR's and more people (and portmgrs) than I dare admit
2009-01-23 15:40:33 +00:00
Peter Pentchev
abfce57eb5 Update to curl-7.18.0. 2008-04-23 11:33:34 +00:00
Peter Pentchev
a1b3dc444b 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
2007-08-27 15:44:22 +00:00
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