summaryrefslogtreecommitdiff
path: root/ftp/curl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix LP64 bugs and bump PORTREVISION. This still detects the bogusKris Kennaway2003-06-165-0/+50
| | | | | | | | gethostbyaddr_r() "implementation" in libc, which may be causing problems in certain cases. Notes: svn path=/head/; revision=83087
* Update to curl-7.10.5.Peter Pentchev2003-06-062-2/+2
| | | | | | | Submitted by: Phillip Oleson <poleson@verio.net> Notes: svn path=/head/; revision=82348
* Update to 7.10.4.Peter Pentchev2003-04-253-9/+3
| | | | | | | | PR: 51315 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=79637
* - Use bsd.openssl.mkDirk Meyer2003-04-161-1/+1
| | | | | | | | (No response from maintainer after 2003-04-09) PR: 48978 Notes: svn path=/head/; revision=79090
* Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSLPeter Pentchev2003-03-051-6/+8
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=76916
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894
* Add a .netrc handling patch from the cURL CVS repository.Peter Pentchev2003-01-222-0/+7
| | | | | | | Reported by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=73768
* Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.Peter Pentchev2003-01-171-1/+2
| | | | | | | Submitted by: ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author) Notes: svn path=/head/; revision=73357
* Update to curl-7.10.3. There is a minor problem with the lib503 andPeter Pentchev2003-01-152-2/+2
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=73158
* Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.Peter Pentchev2003-01-024-3/+182
| | | | | | | Add PORTDOCS handling. Notes: svn path=/head/; revision=72221
* Update to 7.9.8.Peter Pentchev2002-07-026-84/+2
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=62315
* Fix a segfault in an IPv4-only case - realloc() may really, well,Peter Pentchev2002-06-243-1/+47
| | | | | | | | | | | | | | | "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). Notes: svn path=/head/; revision=61882
* Bump PORTREVISION for bugfixes just committed.Kris Kennaway2002-06-071-0/+1
| | | | Notes: svn path=/head/; revision=60738
* Correct some non-exploitable format string errors and an extraneousKris Kennaway2002-06-072-0/+38
| | | | | | | format string argument. Notes: svn path=/head/; revision=60737
* Update to curl-7.9.7.Peter Pentchev2002-05-213-2/+12
| | | | Notes: svn path=/head/; revision=59637
* Update to 7.9.6.Peter Pentchev2002-04-163-9/+7
| | | | Notes: svn path=/head/; revision=57750