| Commit message (Expand) | Author | Age | Files | Lines |
* | Add upstream patch to fix the build with Qt 5.10. | rakuco | 2018-05-15 | 1 | -0/+21 |
* | emulators/mgba: unbreak with ffmpeg 4.0 | jbeich | 2018-05-02 | 2 | -1/+5 |
* | multimedia/ffmpeg: update to 4.0 | jbeich | 2018-05-02 | 1 | -1/+2 |
* | Cleanup LIB_DEPENDS on libpng | antoine | 2017-12-01 | 1 | -1/+1 |
* | multimedia/ffmpeg: update to 3.4 | jbeich | 2017-10-21 | 1 | -0/+1 |
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
|
| |
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Requested by: Jonathan Simon <info@simonabc.com>
Obtained from: https://github.com/curl/curl/commit/0936ecd0ee5e3e28c098fefc9e2c0e6847cb7a82
|
|
|
|
|
|
|
|
| |
Changes: https://curl.se/changes.html
PR: 251773
Submitted by: lwhsu
Security: 3c77f139-3a09-11eb-929d-d4c9ef517024
MFH: 2020Q4
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compilation.
Since August 2020, curl would auto-enable ZSTD if available while
configuring, this would however not propagate to the LIB_DEPENDS.
Make sure to explicitly control ZSTD by introducing an option that
defaults to off.
While here, also mark BROKEN if GSSAPI_BASE is selected while
krb5 is installed when building.
PR: 250414
Approved by: sunpoet@ (maintainer timeout, 14d)
|
|
|
|
|
|
| |
PR: 250384
Reported by: Dewayne Geraghty <dewayne@heuristicsystems.com.au>
Obtained from: https://github.com/curl/curl/commit/a3d5b199f96a108f38bd1f6adaf3a7585f721d02
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
|
|
|
|
|
|
| |
PR: 248047
Reported by: Michael Osipov <michael.osipov@siemens.com>
Submitted by: kevans
|
|
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
Security: b905dff4-e227-11ea-b0ea-08002728f74c
MFH: 2020Q3
|
| |
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
Security: 6bff5ca6-b61a-11ea-aef4-08002728f74c
MFH: 2020Q2
|
| |
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Obtained from: https://github.com/curl/curl/commit/3bfda07004a5739fb306e55cb9529ba3de35fbdb
PR: 245237
Reported by: Michael Osipov <michael.osipov@siemens.com>
|
|
|
|
|
| |
PR: 245070
Reported by: <iron.udjin@gmail.com>
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
|
|
|
|
|
|
|
| |
It compiles fine without gmake now.
PR: 244647
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|
|
|
|
|
|
| |
It builds fine with wolfssl 4.3.0.
PR: 242824
Submitted by: Takefu <takefu@airport.fm>
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
pending update to 4.2.0
Approved by: portmgr blanket
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D22176
Submitted by: swills
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
|
| |
|
|
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
Security: 9fb4e57b-d65a-11e9-8a5f-e5c82b486287
MFH: 2019Q3
|
|
|
|
| |
Changes: https://curl.haxx.se/changes.html
|
|