[gentoo-dev] Last rites: sci-libs/h5hut

2024-06-21 Thread Arthur Zamarin
# Arthur Zamarin (2024-06-22) # EAPI=6, no reverse-dependencies, various issues with modern C, # installs libtools files. # Removal on 2024-07-22. Bugs #934689, #741440, #849920, #832789, # #862714, #828579. sci-libs/h5hut OpenPGP_signature.asc Description: OpenPGP digital signature

[gentoo-dev] Last rites: sci-libs/coinor-os

2024-06-21 Thread Arthur Zamarin
# Arthur Zamarin (2024-06-22) # EAPI=6, failing tests, fails to compile in various envs, various # QA issues. # Removal on 2024-07-22. Bugs #934687, #928028, #862687, #836104, # #741430, #811561, #526442. sci-libs/coinor-os OpenPGP_signature.asc Description: OpenPGP digital signature

[gentoo-dev] Last rites: sci-astronomy/aatm

2024-06-21 Thread Arthur Zamarin
# Arthur Zamarin (2024-06-21) # EAPI=6, not maintained in gentoo for a long time, fails to # configure. # Removal on 2024-07-21. Bugs #934680, #677444, #898100. sci-astronomy/aatm OpenPGP_signature.asc Description: OpenPGP digital signature

[gentoo-dev] Last rites EAPI=6 packages: dev-php/*

2024-06-21 Thread Arthur Zamarin
# Arthur Zamarin (2024-06-21) # Last dev-php/* EAPI=6 packages, and reverse dependencies of them. # composer has active security vulnerabilities. Others are waiting # for version bumps, and unbundling of dependencies. # Removal on 2024-07-21. Bugs #934666. dev-php/phpDocumentor dev-php/phpcov dev

Re: [gentoo-dev] [PATCH 1/3] profiles/desc: add curl_quic

2024-06-21 Thread Jaco Kroon
Hi, On 2024/06/21 15:15, kan...@gentoo.org wrote: From: Matt Jolly The CURL_QUIC USE_EXPAND enables us to sanely manage QUIC (RFC 9000) backends as they are added to cURL in the future: currently there are two supported implementations, OpenSSL and ngtcp2, however it's likely that other popu

Re: [gentoo-dev] [PATCH 2/3] profiles/base: make.defaults: add CURL_QUIC

2024-06-21 Thread Mike Gilbert
On Fri, Jun 21, 2024 at 9:15 AM wrote: I would combine this with the previous commit which adds the values to curl_quic.desc, and has a much better commit message. For the summary, something like "profiles: add CURL_QUIC USE_EXPAND" should do the trick.

[gentoo-dev] [PATCH 3/3] net-misc/curl: wire up live ebuild for openssl-quic

2024-06-21 Thread kangie
From: Matt Jolly Thanks to dev-libs/openssl exposing a QUIC API from 3.2, cURL is able to use OpenSSL as a QUIC backend. This commit enables users to select between the `curl_quic_ngtcp2` and `curl_quic_openssl` backends via their associated USE_EXPAND and provides a mechanism to easily add more

[gentoo-dev] [PATCH 2/3] profiles/base: make.defaults: add CURL_QUIC

2024-06-21 Thread kangie
From: Matt Jolly Signed-off-by: Matt Jolly --- profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index c70c5d198531..957af187bda2 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/

[gentoo-dev] [PATCH 1/3] profiles/desc: add curl_quic

2024-06-21 Thread kangie
From: Matt Jolly The CURL_QUIC USE_EXPAND enables us to sanely manage QUIC (RFC 9000) backends as they are added to cURL in the future: currently there are two supported implementations, OpenSSL and ngtcp2, however it's likely that other popular TLS libraries will expose QUIC APIs over time, and

[gentoo-dev] [PATCH 0/3] net-misc/curl: add curl_quic USE_EXPAND

2024-06-21 Thread kangie
From: Matt Jolly Hi all, Thanks to dev-libs/openssl exposing an RFC 9000 (QUIC) API from 3.2, cURL is able to use OpenSSL as a QUIC backend in addition to its current suppport via net-libs/ngtcp2. Considering the current state of QUIC implementations, the popularity of cURL, its support for a m