aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build of dependent ports by including <sys/select.h> onPeter Pentchev2009-12-182-0/+31
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=246139
* Remove a minor patch to the testing subsystem resulting in a brain lapsePeter Pentchev2009-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. Notes: svn path=/head/; revision=244471
* Update to curl-7.19.7.Peter Pentchev2009-11-1310-18/+40
| | | | Notes: svn path=/head/; revision=244207
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+0
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-0/+1
| | | | Notes: svn path=/head/; revision=239670
* Update the cURL port to 7.19.6.Peter Pentchev2009-08-159-77/+22
| | | | Notes: svn path=/head/; revision=239598
* Well, yeah, leave it to me to test an update and all dependent ports,Peter Pentchev2009-06-151-1/+2
| | | | | | | | | | | | notify maintainers, wait for a couple of days, and then only commit the update itself, leaving the dependent ports un-updated :( Bump the shared lib dependency on ports touched by the c-ares update. Pointy hat to: roam (myself) Notes: svn path=/head/; revision=235857
* Update to curl-7.19.5.Peter Pentchev2009-05-199-31/+68
| | | | Notes: svn path=/head/; revision=234205
* - Mark MAKE_JOBS_SAFEPav Lucistnik2009-05-151-0/+1
| | | | | | | | | PR: ports/133003 Submitted by: mm Approved by: maintainer timeout (roam; 1 month) Notes: svn path=/head/; revision=233930
* Update to curl-7.19.4, which fixes a redirection vulnerability.Peter Pentchev2009-03-0714-182/+101
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=229602
* Apply a band-aid to fix the build without proxy support.Peter Pentchev2009-01-262-0/+54
| | | | | | | Note that some of the tests shall fail for the present. Notes: svn path=/head/; revision=226872
* At long last, update the curl port to its almost-current version, 7.19.2.Peter Pentchev2009-01-2322-1463/+91
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=226720
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Argh. The cURL build requires Perl.Peter Pentchev2008-04-241-0/+1
| | | | | | | | | PR: 123050 Reported by: Chess Griffin <chess@chessgriffin.com> Pointy hat to: roam (myself) Notes: svn path=/head/; revision=211888
* Update to curl-7.18.0.Peter Pentchev2008-04-2320-719/+1724
| | | | Notes: svn path=/head/; revision=211833
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-0/+1
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* Update to curl-7.16.3.Peter Pentchev2007-08-277-91/+685
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=198390
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Actually, at least this version of cURL sometimes breaks with the newPeter Pentchev2007-07-111-0/+1
| | | | | | | | | libssh2, and fails to connect. Mark the libssh2 usage as broken until I figure out what is the matter. And yep, David Thiel did inform me in advance about his plans to update libssh2, and I did not check then. Notes: svn path=/head/; revision=195411
* - Chase libssh2 updatePav Lucistnik2007-07-101-1/+1
| | | | | | | | | PR: ports/114474 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Pointy hat to: lx Notes: svn path=/head/; revision=195379
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-0/+1
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* Update to curl 7.16.1, loosely based on the PR. Also:Peter Pentchev2007-03-094-14/+31
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=187021
* - Chase security/gnutls updateRoman Bogorodskiy2007-01-021-0/+1
| | | | | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here Notes: svn path=/head/; revision=181262
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-134-12/+14
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=179653
* If c-ares support is requested, properly depend on the shared c-aresPeter Pentchev2006-11-071-1/+2
| | | | | | | | | | library now that dns/c-ares installs it. This should, among other things, fix the build of libcurl on amd64. Reported by: girgen Notes: svn path=/head/; revision=176729
* Update to cURL 7.15.5 and integrate Scot Hetzel's patch forPeter Pentchev2006-09-184-33/+23
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=173317
* Add an explicit knob for c-ares support now that we have Daniel's versionPeter Pentchev2006-07-141-1/+20
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=167764
* Update to 7.15.4, mostly by Vasil Dimov's PR.Peter Pentchev2006-07-134-19/+59
| | | | | | | | | | In addition, OPTIONS'ify everything but OpenSSL support. PR: 99050 Submitted by: vd Notes: svn path=/head/; revision=167680
* Remove USE_REINPLACE from all categories starting with FEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161557
* Update from 7.15.1 to 7.15.3Vasil Dimov2006-03-204-16/+5
| | | | | | | | | | PR: ports/94727 Submitted by: vd Approved by: secteam (simon) Security: http://curl.haxx.se/docs/adv_20060320.html Notes: svn path=/head/; revision=157731
* Chase gnutls update.Roman Bogorodskiy2006-01-091-0/+1
| | | | Notes: svn path=/head/; revision=153142
* Update to 7.15.1 [1]Marcus Alves Grando2005-12-093-25/+27
| | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=150718
* Move IDN related ports from devel to dns category:Pav Lucistnik2005-11-121-1/+1
| | | | | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus Notes: svn path=/head/; revision=148048
* Update to 7.15.0, which contains a security fix, among other changes.Peter Pentchev2005-10-143-4/+4
| | | | | | | | | PR: 87393 Submitted by: Vasil Dimov <vd@datamax.bg> Security: http://curl.haxx.se/docs/security.html#BID15102 Notes: svn path=/head/; revision=145394
* Update to 7.14.1.Peter Pentchev2005-09-054-12/+16
| | | | Notes: svn path=/head/; revision=142013
* - Update to 7.14.0Pav Lucistnik2005-06-054-8/+24
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=136850
* Fix plist.Kirill Ponomarev2005-03-142-5/+8
| | | | | | | | Portlint(1). Bump PORTREVISION. Notes: svn path=/head/; revision=131247
* Update to curl 7.13.1, which also takes care of the recent securityPeter Pentchev2005-03-126-64/+27
| | | | | | | issue. Notes: svn path=/head/; revision=130953
* Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.Peter Pentchev2004-12-211-4/+13
| | | | | | | | | | Add debugging support via the WITH_CURL_DEBUG knob. Properly use LC_ALL=C instead of LANG=C to run the test suite (thanks Fujishima-san!) Notes: svn path=/head/; revision=124711
* Repeat after me: testing the build on lots of machines is not an excusePeter Pentchev2004-12-212-0/+3
| | | | | | | for not checking for packing list changes... Notes: svn path=/head/; revision=124675
* Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).Peter Pentchev2004-12-216-12/+71
| | | | | | | | | | 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) Notes: svn path=/head/; revision=124673
* Update to 7.12.1, which is mainly an important bugfix release, but alsoPeter Pentchev2004-08-103-7/+15
| | | | | | | contains some new functionality. Notes: svn path=/head/; revision=115825
* Update ftp/curl to 7.12.0 and bump the shared library version in allPeter Pentchev2004-06-035-38/+36
| | | | | | | dependent ports. Notes: svn path=/head/; revision=110800
* Update to curl 7.11.1.Peter Pentchev2004-04-094-15/+14
| | | | Notes: svn path=/head/; revision=106566
* Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.Peter Pentchev2004-03-272-2/+5
| | | | | | | | | | Bump PORTREVISION. PR: 64667 Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=105413
* Update curl to 7.11.0.Peter Pentchev2004-02-062-2/+3
| | | | Notes: svn path=/head/; revision=100124
* Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.Peter Pentchev2003-12-136-212/+214
| | | | | | | | PR: 60105 Submitted by: ijliao Notes: svn path=/head/; revision=95712
* Mark BROKEN on 64-bit arches (1).Peter Pentchev2003-09-101-2/+7
| | | | | | | | | | De-quote the COMMENT variable. Fix a typo in a comment. Reported by: naddy (1) Notes: svn path=/head/; revision=88891
* Update to curl-7.10.7; the added patch is needed to actually getPeter Pentchev2003-09-026-26/+41
| | | | | | | the test suite going :) Notes: svn path=/head/; revision=88345
* Use bsd.port.mk's OpenSSL support.Peter Pentchev2003-09-011-1/+3
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=88254