aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curl/files
Commit message (Collapse)AuthorAgeFilesLines
* Use USES=pathfix where applicable.mat2016-10-211-10/+0
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* - Update to 7.47.1sunpoet2016-03-061-11/+0
| | | | Changes: http://curl.haxx.se/changes.html
* - Remove GSSAPI_*_DESCsunpoet2016-02-021-0/+0
|
* Update to 7.47.0zeising2016-02-021-0/+11
| | | | | | | | PR: 206756 Submitted by: zeising Approved by: ports-secteam (miwi) MFH: 2016Q1 Security: CVE-2016-0755
* - Update to 7.44.0sunpoet2015-08-152-32/+0
| | | | Changes: http://curl.haxx.se/changes.html
* - Fix multi handlessunpoet2015-06-292-0/+32
| | | | | | | | - Bump PORTREVISION for package change PR: 201147 Submitted by: grembo Obtained from: https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094
* - Remove trailing spacesunpoet2015-06-084-21/+21
| | | | - Regenerate patch files with makepatch:
* - Update to 7.42.1sunpoet2015-05-011-36/+0
| | | | Changes: http://curl.haxx.se/changes.html
* - Fix build without NTLMsunpoet2015-04-251-3/+39
| | | | Reference: https://github.com/bagder/curl/commit/fd9d3a1ef1f7b1cb5812d04bad07818efc6f3b3a
* - Update to 7.39.0sunpoet2014-11-251-11/+0
| | | | Changes: http://curl.haxx.se/changes.html
* - Fix threaded-resolversunpoet2014-10-091-0/+11
| | | | | | | | - Bump PORTREVISION for package change PR: ports/193972 Submitted by: bsduser <local@o2.pl>, mickael.maillot@gmail.com Obtained by: https://github.com/bagder/curl/commit/d9762a7cdb35e70f8cb0bf1c2f8019e8391616e1
* - Update to 7.36.0sunpoet2014-03-281-0/+10
| | | | Changes: http://curl.haxx.se/changes.html
* - Update to 7.34.0sunpoet2014-02-061-32/+0
| | | | | | Changes: http://curl.haxx.se/changes.html PR: ports/185456 Exp-run by: bdrewery
* Apply vendor fix for CVE-2013-6422, cURL libcurl cert name check ignoredelphij2013-12-191-0/+32
| | | | with GnuTLS. Document the vulnerability fix in vuxml while I'm here.
* - Update to 7.33.0sunpoet2013-10-231-12/+12
| | | | | | Changes: http://curl.haxx.se/changes.html PR: ports/183151 Exp-run by: bdrewery
* - Add SSP supportsunpoet2013-10-161-10/+38
|
* - Update to 7.32.0sunpoet2013-10-073-40/+18
| | | | | | | | | | | | - 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
* - Disable CFLAGS=-D* check temporarily: workaround for LDAP issue [1] and ↵sunpoet2013-09-191-12/+38
| | | | | | | | 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]
* - Fix ossl_recv() to eliminate false positive OpenSSL errorssunpoet2013-08-071-0/+28
| | | | | | | | - 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/
* - Fix build when security/openssl is installedsunpoet2013-07-121-0/+0
| | | | - Pet portlint
* - Update to 7.31.0sunpoet2013-07-123-69/+18
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Fix CVE-2013-2174 for ftp/curl with a patch from vendor fordelphij2013-07-021-0/+38
| | | | | | | | | | | | 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)
* - Update to 7.24.0sunpoet2012-03-035-93/+32
| | | | Changes: http://curl.haxx.se/changes.html
* Update cURL to 7.21.3 and fix its librtmp detection. In the process:roam2010-12-204-17/+110
| | | | | | | | - 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>
* Update to curl-7.21.1; in the process:roam2010-09-136-116/+26
| | | | | | | | | - 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
* Update to curl-7.20.1 and specify the MIT license.roam2010-06-115-12/+12
|
* Update to curl-7.20.0.roam2010-04-037-45/+15
|
* Fix the build of dependent ports by including <sys/select.h> onroam2009-12-181-0/+30
| | | | | | | | | 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
* Remove a minor patch to the testing subsystem resulting in a brain lapseroam2009-11-191-16/+0
| | | | | | | 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.
* Update to curl-7.19.7.roam2009-11-137-13/+34
|
* Update the cURL port to 7.19.6.roam2009-08-157-71/+12
|
* Update to curl-7.19.5.roam2009-05-196-27/+61
|
* Update to curl-7.19.4, which fixes a redirection vulnerability.roam2009-03-0711-131/+45
| | | | | | | | | | | 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>
* Apply a band-aid to fix the build without proxy support.roam2009-01-261-0/+47
| | | | Note that some of the tests shall fail for the present.
* At long last, update the curl port to its almost-current version, 7.19.2.roam2009-01-2319-1453/+61
| | | | | | | | 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
* Update to curl-7.18.0.roam2008-04-2317-665/+1631
|
* Update to curl-7.16.3.roam2007-08-274-24/+679
| | | | | | | | 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
* Update to curl 7.16.1, loosely based on the PR. Also:roam2007-03-092-9/+15
| | | | | | | | | - 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>
* Update the ftp/curl port to 7.16.0.roam2006-12-131-6/+6
| | | | | | | | | | 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
* Update to cURL 7.15.5 and integrate Scot Hetzel's patch forroam2006-09-181-15/+0
| | | | | | | | | | 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>
* Update to 7.15.4, mostly by Vasil Dimov's PR.roam2006-07-131-5/+5
| | | | | | | In addition, OPTIONS'ify everything but OpenSSL support. PR: 99050 Submitted by: vd
* Update from 7.15.1 to 7.15.3vd2006-03-201-11/+0
| | | | | | | PR: ports/94727 Submitted by: vd Approved by: secteam (simon) Security: http://curl.haxx.se/docs/adv_20060320.html
* Update to 7.14.1.roam2005-09-061-9/+9
|
* - Update to 7.14.0pav2005-06-061-3/+3
| | | | | | | | - 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)
* Update to curl 7.13.1, which also takes care of the recent securityroam2005-03-124-60/+23
| | | | issue.
* Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).roam2004-12-214-6/+63
| | | | | | | 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 ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-042-25/+9
| | | | dependent ports.
* Update to curl 7.11.1.roam2004-04-092-11/+11
|
* Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.roam2003-12-133-27/+34
| | | | | PR: 60105 Submitted by: ijliao
* Update to curl-7.10.7; the added patch is needed to actually getroam2003-09-023-22/+19
| | | | the test suite going :)
* Fix LP64 bugs and bump PORTREVISION. This still detects the boguskris2003-06-164-0/+49
| | | | | gethostbyaddr_r() "implementation" in libc, which may be causing problems in certain cases.
* Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.roam2003-01-031-0/+13
| | | | Add PORTDOCS handling.
* Update to 7.9.8.roam2002-07-024-81/+0
| | | | | | | | | | 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-252-0/+46
| | | | | | | | | | | | "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).
* 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-221-0/+10
|
* Upgrade to curl 7.4.2kris2000-11-192-34/+0
|
* Update to curl 7.4.1. Adds Kerberos support.kris2000-10-302-0/+34
Submitted by: Peter Pentchev <roam@orbitel.bg>