- 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>
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
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>
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.
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)
to prevent conflicts between the base system and port OpenSSL libraries.
Bump PORTREVISION.
Reported by: Stephen Cravey <clists@www.gotbrains.org>
Submitted by: Scot Hetzel <hetzels@westbend.net>
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.
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>
"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).
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>
Add a vendor patch (from the cURL CVS repository) to make it compile.
Remove the GNU make dependency.
PR: 32815
Submitted by: Joseph Scott <joseph@randomnetworks.com> and naddy
Apologies to: Joseph Scott and Christian Weisberger <naddy@FreeBSD.org>
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.