aboutsummaryrefslogtreecommitdiffstats
path: root/main/curl
Commit message (Collapse)AuthorAgeFilesLines
* main/curl: upgrade to 7.69.1Kevin Daudt2020-03-122-58/+4
|
* main/curl: apply upstream revertKevin Daudt2020-03-072-3/+57
| | | | | | | Upstream has reverted a change that causes timeout with http2. This breaks tools like cargo and flatpak. Upstream issue: https://github.com/curl/curl/issues/5044
* main/curl: upgrade to 7.69.0Leo2020-03-041-9/+9
|
* main/curl: upgrade to 7.68.0Leo2020-01-091-5/+3
|
* main/curl: upgrade to 7.67.0prspkt2019-11-141-2/+2
|
* main/curl: security upgrade to 7.66.0J0WI2019-09-121-2/+5
|
* main/curl: upgrade to 7.65.3J0WI2019-07-211-2/+2
| | | Closes GH-9548
* main/curl: define static() for older stable versionsLeo2019-07-021-1/+8
|
* main/curl: modernizeprspkt2019-06-081-2/+5
| | | Closes GH-8602
* main/curl: upgrade to 7.65.1prspkt2019-06-081-3/+3
| | | | | - Switch checkdepends to python3. Closes GH-8602
* main/curl: security upgrade to 7.65.0J0WI2019-05-271-4/+6
| | | | | CVE-2019-5435 CVE-2019-5436
* main/curl: split out static subpackageNatanael Copa2019-05-041-2/+3
|
* main/curl: disable flaky testsNatanael Copa2019-05-031-1/+1
|
* main/curl: disable SSH support via libssh2Leo2019-04-291-4/+4
| | | | | | fixes #10222 See: https://bugs.alpinelinux.org/issues/10222 for more info
* main/curl: enable check()Andy Postnikov2019-04-171-2/+1
|
* main/curl: upgrade to 7.64.1J0WI2019-04-122-17/+5
|
* main/curl: fix secfixesAriel Zelivansky2019-04-101-1/+1
|
* main/curl: fix CVE numbers for 7.64.0Natanael Copa2019-02-201-2/+2
|
* main/curl: fix segfault when running cargoMilan P. Stanić2019-02-122-3/+15
| | | | | | Patch is taken from upstream at https://github.com/curl/curls The http2 code for connection checking needs a transfer to use. Make sure a working one is set before handler->connection_check() is called.
* main/curl: Security upgrade to 7.64.0Simon Frankenberger2019-02-071-2/+6
|
* main/curl: upgrade to 7.63.0Francesco Colista2018-12-251-3/+3
|
* main/curl: rebuild against openssl 1.1Natanael Copa2018-11-071-2/+2
|
* main/curl: temporarily disable testsLeonardo Arena2018-11-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All SFTP tests are failing with: * Connected to 127.0.0.1 (127.0.0.1) port 8999 (#0) Add socket fd 4 for read * SSH MD5 fingerprint: f3a429d3208890747a7a14cb627c766f * SSH authentication methods available: publickey * Using SSH public key file 'curl_client_key.pub' * Using SSH private key file 'curl_client_key' * SSH public key authentication failed: Callback returned error * Failure connecting to agent * Authentication failure * Closing connection 0 preauth is never completed: Accepted key RSA SHA256:8DiksTcXmFiiYuFp8xYMbDu3fhTv/BSHp1bSBjbZ4GQ found at /home/larena/aports/main/curl/src/curl-7.62.0/tests/curl_client_key.pub:1 debug1: restore_uid: (unprivileged) debug3: mm_answer_keyallowed: publickey authentication test: RSA key is allowed debug3: mm_request_send entering: type 23 debug3: send packet: type 60 [preauth] debug2: userauth_pubkey: authenticated 0 pkalg ssh-rsa [preauth] debug3: user_specific_delay: user specific delay 0.000ms [preauth] debug3: ensure_minimum_time_since: elapsed 0.425ms, delaying 7.556ms (requested 7.981ms) [preauth] Postponed publickey for larena from 127.0.0.1 port 36104 ssh2 [preauth] Connection closed by authenticating user larena 127.0.0.1 port 36104 [preauth] debug1: do_cleanup [preauth] debug1: monitor_read_log: child log fd closed debug3: mm_request_receive entering debug1: do_cleanup debug1: Killing privsep child 17284
* main/curl: security upgrade to 7.62.0Leonardo Arena2018-11-053-90/+7
| | | | | | CVE-2018-16839, CVE-2018-16840, CVE-2018-16842 Fixes #9611
* main/curl: add secfixes commentNatanael Copa2018-09-101-0/+2
|
* main/curl: security upgrade to 7.61.1 (CVE-2018-14618)Natanael Copa2018-09-101-2/+2
| | | | fixes #9393
* main/curl: upgrade to 7.61.0, add secfixes commentprspkt2018-07-131-3/+5
|
* main/curl: fix crashes due to LibreSSL/OpenSSL engines conflictsJakub Jirutka2018-05-252-2/+45
|
* main/curl: add missing checkdepend python2Jakub Jirutka2018-05-201-0/+1
|
* main/curl: improve abuildprspkt2018-05-201-8/+8
|
* main/curl: upgrade to 7.60.0prspkt2018-05-202-6/+9
|
* main/curl: rebuild against libressl 2.7Natanael Copa2018-04-062-4/+50
|
* main/curl: upgrade to 7.59.0prspkt2018-03-191-5/+9
| | | | fixes #8643
* main/curl: enable nghttp2Natanael Copa2018-02-271-2/+3
| | | | fixes #4520
* main/curl: re-enable ssh supportNatanael Copa2018-02-271-1/+2
| | | | | | This was unintentionally disabled with the 7.58 upgrade. fixes #8578
* main/curl: upgrade to 7.58.0TBK2018-02-031-3/+3
|
* main/curl: upgrade to 7.57.0TBK2017-11-302-41/+11
|
* main/curl: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/curl: add secfix commentNatanael Copa2017-10-241-0/+2
|
* main/curl: security upgrade to 7.56.1 (CVE-2017-1000257)Natanael Copa2017-10-241-2/+2
| | | | fixes #8038
* main/curl: upgrade to 7.56.0Natanael Copa2017-10-041-2/+2
|
* main/curl: upgrade to 7.55.1Sören Tempel2017-08-201-8/+2
|
* main/curl: security upgrade to 7.55.0Natanael Copa2017-08-113-199/+44
| | | | | | | | CVE-2017-1000099 CVE-2017-1000100 CVE-2017-1000101 fixes #7653
* main/curl: upgrade to 7.54.1Natanael Copa2017-06-141-2/+2
|
* main/curl: upgrade to 7.54.0Natanael Copa2017-04-191-6/+6
|
* main/curl: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/curl: security fixes #7133Sergey Lukin2017-04-142-3/+206
| | | | CVE-2017-7407: write-out out of buffer read
* main/curl: rearrange functions into more logical orderJakub Jirutka2017-04-111-5/+5
|
* main/curl: add static libraryJakub Jirutka2017-04-111-2/+1
|
* main/curl: upgrade to 7.53.1, modernize APKBUILDFrancesco Colista2017-04-031-0/+5
|