1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
49b8a762e3 - Update to 7.34.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/185456
Exp-run by:	bdrewery
2014-02-06 11:40:40 +00:00
Xin LI
7f12df195a Apply vendor fix for CVE-2013-6422, cURL libcurl cert name check ignore
with GnuTLS.  Document the vulnerability fix in vuxml while I'm here.
2013-12-18 23:04:24 +00:00
Sunpoet Po-Chuan Hsieh
0e5c05a56a - Update to 7.33.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/183151
Exp-run by:	bdrewery
2013-10-23 15:31:27 +00:00
Sunpoet Po-Chuan Hsieh
10bc648258 - Add SSP support 2013-10-15 17:36:34 +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
a138a63a56 - Disable CFLAGS=-D* check temporarily: workaround for LDAP issue [1] and CPUTYPE [2]
- Remove note in pre-configure: since it does not help to avoid bug-report mails

PR:		ports/177401 [1], ports/180648 [1], ports/180944 [2]
2013-09-18 22:13:21 +00:00
Sunpoet Po-Chuan Hsieh
83ce1d5836 - Fix ossl_recv() to eliminate false positive OpenSSL errors
- Bump PORTREVISION for package change

Submitted by:	Brett Gmoser <bgmoser@leadbidinc.com>, Sergey Lobanov <wmn@siberianet.ru>
Obtained from:	https://github.com/bagder/curl/commit/8a7a277c086199b
Reference:	http://sourceforge.net/p/curl/bugs/1249/
2013-08-07 03:35:18 +00:00
Sunpoet Po-Chuan Hsieh
fa34a754b3 - Fix build when security/openssl is installed
- Pet portlint
2013-07-12 09:02:43 +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
Xin LI
a4c3e0313f Fix CVE-2013-2174 for ftp/curl with a patch from vendor for
now so that users can build the port, per popular demands
on mailing list.

The upgrade patch found in ports/172325 is currently under
exp-run.  The changes in this commit against ftp/curl can be
safely reverted before applying that patch, as it's shipped
with new curl release.

Approved by:	portmgr (miwi)
2013-07-02 07:43:02 +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
14d10152d6 Update to curl-7.20.1 and specify the MIT license. 2010-06-11 12:33:27 +00:00
Peter Pentchev
130db9c13e Update to curl-7.20.0. 2010-04-03 10:39:37 +00:00
Peter Pentchev
4333c0727c Fix the build of dependent ports by including <sys/select.h> on
earlier FreeBSD versions.  I've modified the PR patch slightly to
make it a bit more portable so it was suitable for forwarding upstream :)
Bump PORTREVISION.

PR:		141459
Submitted by:	garga
2009-12-18 11:09:14 +00:00
Peter Pentchev
28c45b43ae Remove a minor patch to the testing subsystem resulting in a brain lapse
on my part.  It's just not needed, the code flows otherwise here, as
kindly pointed out by Daniel Stenberg, the cURL upstream author.
No PORTREVISION bump - no change to the binary package, no change even
to the standard build, the tests must be invoked explicitly.
2009-11-19 12:23:22 +00:00
Peter Pentchev
997b0e4233 Update to curl-7.19.7. 2009-11-13 11:46:56 +00:00
Peter Pentchev
46fc00827b Update the cURL port to 7.19.6. 2009-08-15 13:41:32 +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
bd3c754a8f Apply a band-aid to fix the build without proxy support.
Note that some of the tests shall fail for the present.
2009-01-26 02:11:01 +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
fbac954496 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 <rea-fbsd@codelabs.ru>
2007-03-09 14:45:32 +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
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
Peter Pentchev
db0b512f74 Update to curl 7.13.1, which also takes care of the recent security
issue.
2005-03-12 02:36:52 +00:00
Peter Pentchev
ae5a44d3de 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)
2004-12-21 09:51:09 +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
bcc2c336a4 Update to curl 7.11.1. 2004-04-09 12:14:13 +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
Kris Kennaway
bc7de3495f Fix LP64 bugs and bump PORTREVISION. This still detects the bogus
gethostbyaddr_r() "implementation" in libc, which may be causing problems
in certain cases.
2003-06-16 02:50:28 +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
7ee2a57326 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 <yckuo@yckuo.org>
2002-07-02 08:36:46 +00:00
Peter Pentchev
66087db901 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 <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).
2002-06-24 16:03:00 +00:00
Kris Kennaway
59b5400650 Correct some non-exploitable format string errors and an extraneous
format string argument.
2002-06-07 00:19:38 +00:00
Peter Pentchev
f76edbf7ce Update to curl-7.9.7. 2002-05-21 16:08:47 +00:00
Kris Kennaway
d965c15208 Upgrade to curl 7.4.2 2000-11-19 04:05:57 +00:00
Kris Kennaway
a33d198437 Update to curl 7.4.1. Adds Kerberos support.
Submitted by:	Peter Pentchev <roam@orbitel.bg>
2000-10-30 01:54:34 +00:00