/security/freebsd-update/

://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/mgba
s'>+10
Commit message (Expand)AuthorAgeFilesLines
* Add upstream patch to fix the build with Qt 5.10.rakuco2018-05-151-0/+21
* emulators/mgba: unbreak with ffmpeg 4.0jbeich2018-05-022-1/+5
* multimedia/ffmpeg: update to 4.0jbeich2018-05-021-1/+2
* Cleanup LIB_DEPENDS on libpngantoine2017-12-011-1/+1
* multimedia/ffmpeg: update to 3.4jbeich2017-10-211-0/+1
| | | | Changes: https://curl.haxx.se/changes.html
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 7.75.0Sunpoet Po-Chuan Hsieh2021-02-075-53/+7
| | | | Changes: https://curl.haxx.se/changes.html
* Make User-Agent header setting reliableSunpoet Po-Chuan Hsieh2021-02-043-2/+51
| | | | | | | - Bump PORTREVISION for package change Requested by: Jonathan Simon <info@simonabc.com> Obtained from: https://github.com/curl/curl/commit/0936ecd0ee5e3e28c098fefc9e2c0e6847cb7a82
* Update to 7.74.0Sunpoet Po-Chuan Hsieh2020-12-134-61/+15
| | | | | | | | Changes: https://curl.se/changes.html PR: 251773 Submitted by: lwhsu Security: 3c77f139-3a09-11eb-929d-d4c9ef517024 MFH: 2020Q4
* Update WWWSunpoet Po-Chuan Hsieh2020-12-111-1/+1
|
* ftp/curl: avoid auto-enabling ZSTD, make explicit option; ensure GSSAPI ↵Matthias Andree2020-11-021-1/+9
| | | | | | | | | | | | | | | 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)
* Fix build when TLS_SRP is disabledSunpoet Po-Chuan Hsieh2020-10-181-0/+55
| | | | | | PR: 250384 Reported by: Dewayne Geraghty <dewayne@heuristicsystems.com.au> Obtained from: https://github.com/curl/curl/commit/a3d5b199f96a108f38bd1f6adaf3a7585f721d02
* Update to 7.73.0Sunpoet Po-Chuan Hsieh2020-10-163-14/+17
| | | | Changes: https://curl.haxx.se/changes.html
* 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
* Update to 7.72.0Sunpoet Po-Chuan Hsieh2020-08-203-4/+5
| | | | | | Changes: https://curl.haxx.se/changes.html Security: b905dff4-e227-11ea-b0ea-08002728f74c MFH: 2020Q3
* Cosmetic changeSunpoet Po-Chuan Hsieh2020-08-081-20/+20
|
* Update to 7.71.1Sunpoet Po-Chuan Hsieh2020-07-092-4/+4
| | | | Changes: https://curl.haxx.se/changes.html
* 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.
* Convert PORTDOCS and PORTEXAMPLES to PLIST entriesSunpoet Po-Chuan Hsieh2020-06-262-3/+166
|
* Update to 7.71.0Sunpoet Po-Chuan Hsieh2020-06-253-7/+13
| | | | | | Changes: https://curl.haxx.se/changes.html Security: 6bff5ca6-b61a-11ea-aef4-08002728f74c MFH: 2020Q2
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-0/+1
|
* Update to 7.70.0Sunpoet Po-Chuan Hsieh2020-04-303-43/+4
| | | | Changes: https://curl.haxx.se/changes.html
* 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>
* Update LIBSSH2 option descriptionSunpoet Po-Chuan Hsieh2020-04-021-1/+1
| | | | | PR: 245070 Reported by: <iron.udjin@gmail.com>
* Update to 7.69.1Sunpoet Po-Chuan Hsieh2020-04-013-4/+5
| | | | Changes: https://curl.haxx.se/changes.html
* 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>
* Remove BROKENSunpoet Po-Chuan Hsieh2020-01-301-1/+0
| | | | | | | It builds fine with wolfssl 4.3.0. PR: 242824 Submitted by: Takefu <takefu@airport.fm>
* Update to 7.68.0Sunpoet Po-Chuan Hsieh2020-01-093-4/+5
| | | | Changes: https://curl.haxx.se/changes.html
* 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
* - 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
* Remove unmodified file from REINPLACE_CMDSunpoet Po-Chuan Hsieh2019-11-151-1/+1
| | | | | Differential Revision: https://reviews.freebsd.org/D22176 Submitted by: swills
* Update to 7.67.0Sunpoet Po-Chuan Hsieh2019-11-144-19/+9
| | | | Changes: https://curl.haxx.se/changes.html
* Drop the ipv6 virtual category for f* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+0
|
* Update to 7.66.0Sunpoet Po-Chuan Hsieh2019-09-154-18/+21
| | | | | | Changes: https://curl.haxx.se/changes.html Security: 9fb4e57b-d65a-11e9-8a5f-e5c82b486287 MFH: 2019Q3
* Update to 7.65.3Sunpoet Po-Chuan Hsieh2019-07-212-4/+4
| | | | Changes: https://curl.haxx.se/changes.html
* Update to 7.65.2Sunpoet Po-Chuan Hsieh2019-07-192-5/+4