summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/curl: fix USE=libressl logic, remove it from REQUIRED_USEStefan Strogin2020-08-061-11/+3
| | | | | | | | | USE=libressl must not be mutually exclusive to USE=openssl or any other USE flag. Also USE=openssl must be enabled when using USE=libressl, so that dependencies are checked correctly. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* net-misc/curl: ~riscv has dependency problemsAnthony G. Basile2020-08-041-1/+2
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* net-misc/curl: change RESTRICT="test" to "!test? ( test )"Tom Gillespie2020-08-041-1/+1
| | | | | | | | | | | This allows testing when FEATURES=test is set explicitly. On amd64 all tests are passing for curl-7.71.1-r1.ebuild with multiple use flag combinations, so it seems to make sense to make it possible to run tests without having to modify the ebuild. Signed-off-by: Tom Gillespie <tgbugs@gmail.com> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* net-misc/curl: enable multiple ssl implementationsTom Gillespie2020-08-041-14/+44
| | | | | | | | | | | | | | This commit makes it possible to enable multiple ssl backends for curl by setting any of the gnutls, libressl/openssl, mbedtls, nss, and winssl use flags. The behavior of CURL_SSL is slighly modified so that it sets the default ssl backend that curl uses rather than the only backend that it uses. This allows it to continue to be used on other ebuilds without users having to make any changes to their current use flag configuration. Signed-off-by: Tom Gillespie <tgbugs@gmail.com> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* net-misc/curl: 7.71.1-r1 base from 7.71.1Tom Gillespie2020-08-041-0/+266
Signed-off-by: Tom Gillespie <tgbugs@gmail.com> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>