aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl
Commit message (Collapse)AuthorAgeFilesLines
* Use built-in CA store of OpenSSL/GnuTLS when CA_BUNDLE is disabledSunpoet Po-Chuan Hsieh2020-09-121-0/+4
| | | | | | | | | PR: 248047 Reported by: Michael Osipov <michael.osipov@siemens.com> Submitted by: kevans Notes: svn path=/head/; revision=548355
* Update to 7.72.0Sunpoet Po-Chuan Hsieh2020-08-193-4/+5
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: b905dff4-e227-11ea-b0ea-08002728f74c MFH: 2020Q3 Notes: svn path=/head/; revision=545347
* Cosmetic changeSunpoet Po-Chuan Hsieh2020-08-081-20/+20
| | | | Notes: svn path=/head/; revision=544387
* Update to 7.71.1Sunpoet Po-Chuan Hsieh2020-07-082-4/+4
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=541516
* Remove pre-test-PROXY-off:Sunpoet Po-Chuan Hsieh2020-06-261-7/+0
| | | | | | | | | | | | | | | Tests run without error regardless of PROXY option. PROXY disabled: TESTDONE: 930 tests out of 930 reported OK: 100% TESTDONE: 1364 tests were considered during 369 seconds. PROXY enabled: TESTDONE: 1052 tests out of 1052 reported OK: 100% TESTDONE: 1364 tests were considered during 410 seconds. Notes: svn path=/head/; revision=540494
* Convert PORTDOCS and PORTEXAMPLES to PLIST entriesSunpoet Po-Chuan Hsieh2020-06-262-3/+166
| | | | Notes: svn path=/head/; revision=540430
* Update to 7.71.0Sunpoet Po-Chuan Hsieh2020-06-243-7/+13
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: 6bff5ca6-b61a-11ea-aef4-08002728f74c MFH: 2020Q2 Notes: svn path=/head/; revision=540077
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-0/+1
| | | | Notes: svn path=/head/; revision=535391
* Update to 7.70.0Sunpoet Po-Chuan Hsieh2020-04-303-43/+4
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=533434
* Fix runtime error (for CARES enabled and IPV6 disabled builds)Sunpoet Po-Chuan Hsieh2020-04-022-0/+39
| | | | | | | | | | | - Bump PORTREVISION for package change Obtained from: https://github.com/curl/curl/commit/3bfda07004a5739fb306e55cb9529ba3de35fbdb PR: 245237 Reported by: Michael Osipov <michael.osipov@siemens.com> Notes: svn path=/head/; revision=530365
* Update LIBSSH2 option descriptionSunpoet Po-Chuan Hsieh2020-04-011-1/+1
| | | | | | | | PR: 245070 Reported by: <iron.udjin@gmail.com> Notes: svn path=/head/; revision=530231
* Update to 7.69.1Sunpoet Po-Chuan Hsieh2020-03-313-4/+5
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=530029
* Remove USES=gmakeSunpoet Po-Chuan Hsieh2020-03-281-1/+1
| | | | | | | | | | It compiles fine without gmake now. PR: 244647 Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> Notes: svn path=/head/; revision=529729
* Remove BROKENSunpoet Po-Chuan Hsieh2020-01-291-1/+0
| | | | | | | | | | It builds fine with wolfssl 4.3.0. PR: 242824 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=524598
* Update to 7.68.0Sunpoet Po-Chuan Hsieh2020-01-083-4/+5
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=522438
* ftp/curl: Add NTLM option (Fix OpenSSL build w/o DES)Kubilay Kocak2019-12-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | curl fails to build when OpenSSL is built without DES support, with many "use of undeclared identifier" errors. For example: curl_ntlm_core.c:392:3: error: use of undeclared identifier 'DES_key_schedule' DES_key_schedule ks; ^ An issue was reported back in 2015 [1], requesting support for ./configure detecting OPENSSL_NO_DES, but the issue was ultimately closed: "We just don't support very custom OpenSSL builds. I could be talked into accepting patches that introduce support for this however". Accordingly and leui of an upstream configure patch, this change adds an NTLM option, enabled by default, and when disabled, defines CURL_DISABLE_NTLM, which prevents #define'ing USE_NTLM in WRKSRC/lib/curl_setup.h, resulting in a successful build. This allows users the opportunity to easily disable the DES requiring functionality in curl, if they happen to run custom or stripped down OpenSSL builds. Note: This issue may impact builds with other SSL libraries that allow disabling DES, but I did not investigate this question. [1] https://sourceforge.net/p/curl/bugs/1439/ [2] Would require a version update, which granted, is mostly bugfixes Reviewed by: sunpoet (maintainer) Approved by: sunpoet (maintainer) MFH: No [2] Differential Revision: D22498 Notes: svn path=/head/; revision=520074
* - Mark BROKEN with WOLFSSL - does not build neither with 3.13.0 nor with ↵Dmitry Marakasov2019-12-111-0/+1
| | | | | | | | | pending update to 4.2.0 Approved by: portmgr blanket Notes: svn path=/head/; revision=519806
* Remove unmodified file from REINPLACE_CMDSunpoet Po-Chuan Hsieh2019-11-141-1/+1
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D22176 Submitted by: swills Notes: svn path=/head/; revision=517574
* Update to 7.67.0Sunpoet Po-Chuan Hsieh2019-11-134-19/+9
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=517413
* Drop the ipv6 virtual category for f* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+0
| | | | Notes: svn path=/head/; revision=514132
* Update to 7.66.0Sunpoet Po-Chuan Hsieh2019-09-144-18/+21
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: 9fb4e57b-d65a-11e9-8a5f-e5c82b486287 MFH: 2019Q3 Notes: svn path=/head/; revision=512057
* Update to 7.65.3Sunpoet Po-Chuan Hsieh2019-07-202-4/+4
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=507027
* Update to 7.65.2Sunpoet Po-Chuan Hsieh2019-07-182-5/+4
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=506885
* Update security/nettle to 3.5.1Sunpoet Po-Chuan Hsieh2019-07-091-0/+1
| | | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change - Fix build of devel/pijul [1] Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS PR: 238991 Exp-run by: antoine Thanks to: tobik [1] Notes: svn path=/head/; revision=506289
* Update to 7.65.1Sunpoet Po-Chuan Hsieh2019-06-056-180/+4
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=503519
* Fix runtime with OpenSSL without MD4Sunpoet Po-Chuan Hsieh2019-05-312-1/+16
| | | | | | | | | - Bump PORTREVISION for package change Obtained from: https://github.com/curl/curl/commit/0dc9a8019962d31787c4929d36de6817ae3090e7 Notes: svn path=/head/; revision=503135
* Fix runtime with PROXY disabledSunpoet Po-Chuan Hsieh2019-05-303-1/+152
| | | | | | | | | - Bump PORTREVISION for package change Obtained from: https://github.com/curl/curl/commit/f4f485c17b9a8b41c23ad1fa9fbcfc1973172ead Notes: svn path=/head/; revision=503090
* Fix RTSP optionSunpoet Po-Chuan Hsieh2019-05-271-1/+2
| | | | | | | | | | - Bump PORTREVISION for package change PR: 238137 Reported by: tobik Notes: svn path=/head/; revision=502822
* Fix build with FTP disabled and FILE enabledSunpoet Po-Chuan Hsieh2019-05-261-0/+9
| | | | | | | | Obtained from: https://github.com/curl/curl/commit/dc0a671213fa94489933755828b26f5807d61a7a Reported by: Charlie Li <ml+freebsd@vishwin.info> Notes: svn path=/head/; revision=502732
* Update to 7.65.0Sunpoet Po-Chuan Hsieh2019-05-255-32/+13
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: dd343a2b-7ee7-11e9-a290-8ddc52868fa9 MFH: 2019Q2 Notes: svn path=/head/; revision=502638
* Fix undefined Curl_get_line when ALTSVC enabled and COOKIES disabledSunpoet Po-Chuan Hsieh2019-03-301-0/+19
| | | | | | | | | | | ALTSVC requires Curl_get_line which is defined in lib/cookie.c inside a #if check of HTTP and COOKIES. That makes Curl_get_line undefined if COOKIES is disabled. This is a workaround to define Curl_get_line unconditionally. PR: 236885, 236890 Notes: svn path=/head/; revision=497348
* Do not install curl.fish to avoid conflicts with shells/fishSunpoet Po-Chuan Hsieh2019-03-293-1/+22
| | | | | | | | | | - Bump PORTREVISION for package change PR: 236878 Reported by: Laszlo Karolyi <laszlo@karolyi.hu> Notes: svn path=/head/; revision=497165
* Remove outdated patchesSunpoet Po-Chuan Hsieh2019-03-292-24/+0
| | | | Notes: svn path=/head/; revision=497121
* Update to 7.64.1Sunpoet Po-Chuan Hsieh2019-03-283-14/+15
| | | | | | | | | - Add ALTSVC option Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=497034
* Update dns/libidn2 to 2.1.1Sunpoet Po-Chuan Hsieh2019-02-091-0/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=492534
* Update to 7.64.0Sunpoet Po-Chuan Hsieh2019-02-076-21/+22
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: 714b033a-2b09-11e9-8bc3-610fd6e6cd05 MFH: 2019Q1 Notes: svn path=/head/; revision=492389
* Update dns/libidn2 to 2.1.0Sunpoet Po-Chuan Hsieh2019-01-061-0/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=489529
* Update to 7.63.0Sunpoet Po-Chuan Hsieh2019-01-013-6/+8
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=488945
* Fix build with wolfSSLSunpoet Po-Chuan Hsieh2018-11-171-0/+1
| | | | | | | | PR: 233189 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=485177
* Update to 7.62.0Sunpoet Po-Chuan Hsieh2018-11-017-45/+42
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: e0ab1773-07c1-46c6-9170-4c5e81c00927 MFH: 2018Q4 Notes: svn path=/head/; revision=483704
* Update to 7.61.1Sunpoet Po-Chuan Hsieh2018-09-052-5/+4
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: f4d638b9-e6e5-4dbe-8c70-571dbc116174 MFH: 2018Q3 Notes: svn path=/head/; revision=479050
* Fix r475433Sunpoet Po-Chuan Hsieh2018-07-281-1/+3
| | | | | | | | | - Restore RELEASE-PROCEDURE.md - Fix CARES option - Bump PORTREVISION for package change Notes: svn path=/head/; revision=475522
* ftp/curl: Update to 7.61.0Steve Wills2018-07-273-5/+15
| | | | | | | | | | | PR: 229753 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer timeout (sunpoet, >2 weeks) MFH: 2018Q3 Security: 3849e28f-8693-11e8-9610-9c5c8e75236a Notes: svn path=/head/; revision=475433
* Update GNUTLS and NSS optionsSunpoet Po-Chuan Hsieh2018-06-031-2/+4
| | | | | | | | | nettle for gnutls support in curl is always enabled because it is an unconditional dependency of security/gnutls. Do not bump PORTREVISION because package-depends-list is unchanged. Notes: svn path=/head/; revision=471500
* Update to 7.60.0Sunpoet Po-Chuan Hsieh2018-05-163-5/+7
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: 04fe6c8d-2a34-4009-a81e-e7a7e759b5d2 MFH: 2018Q2 Notes: svn path=/head/; revision=470160
* Drop support for expired security/polarssl13Rene Ladan2018-05-011-4/+2
| | | | Notes: svn path=/head/; revision=468780
* Fix build with LibreSSL 2.7Sunpoet Po-Chuan Hsieh2018-03-241-0/+28
| | | | | | | | | | Obtained from: https://github.com/openbsd/ports/blob/master/net/curl/patches/patch-lib_vtls_openssl_c PR: 226845 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2018Q1 Notes: svn path=/head/; revision=465485
* Update to 7.59.0Sunpoet Po-Chuan Hsieh2018-03-143-8/+13
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=464515
* Update dns/libpsl to 0.20.1Sunpoet Po-Chuan Hsieh2018-02-271-1/+1
| | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS https://github.com/rockdaboot/libpsl/blob/libpsl-0.20.1/NEWS Notes: svn path=/head/; revision=463125
* Update options dependencySunpoet Po-Chuan Hsieh2018-02-261-0/+2
| | | | Notes: svn path=/head/; revision=463056