summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/curl: stable 8.0.1 for hppa, bug #905145Rolf Eike Beer2023-05-161-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: stable 8.0.1 for sparc, bug #905145Rolf Eike Beer2023-05-071-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.0.1 ppc, #905145Sam James2023-04-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.0.1 x86, #905145Sam James2023-04-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.0.1 arm64, #905145Sam James2023-04-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.0.1 amd64, #905145Sam James2023-04-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: keyword ~arm64-macosSam James2023-04-224-4/+4
| | | | | Bug: https://bugs.gentoo.org/904474 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 7.88.1-r2 x86, #903961Arthur Zamarin2023-04-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 7.88.1-r2 arm, #903961Arthur Zamarin2023-04-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 7.88.1-r2 ppc64, #903961Arthur Zamarin2023-04-081-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 7.88.1-r2 hppa, #903961Sam James2023-04-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 7.88.1-r2 arm64, #903961Sam James2023-04-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 7.88.1-r2 ppc, #903961Sam James2023-04-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 7.88.1-r2 amd64, #903961Sam James2023-04-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: fix WhitespaceFoundSam James2023-04-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 7.88.1-r2 sparc, #903961Sam James2023-04-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add bug ref to older patch variantSam James2023-03-231-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 8.0.1Sam James2023-03-233-0/+476
| | | | | | | | | | | | | | | | Note that https://github.com/curl/curl/commit/372b95f77f08ae7a64a5bca53cfb342ec5a8adc9 did get fixed in this release, although the warnings in bug 898364 weren't real issues here. Kangie's done a great job of upstreaming various fixes here but is away at the moment so I'm doing the easy bit of just bumping the ebuild. Also sorted dependencies and some other minor tweaks to comments. Bug: https://bugs.gentoo.org/902801 Closes: https://bugs.gentoo.org/879237 Closes: https://bugs.gentoo.org/898364 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop 7.88.1Matt Jolly2023-03-151-302/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/30020 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 7.88.1-r2Matt Jolly2023-03-152-0/+439
| | | | | | | | | | | | | cURL attempts to resolve .onion tlds and depending on USE flags may leak that you're using Tor. This commit adds the upstream patch for RFC7686 compliance a little early as it may not make the next cURL release. Closes: https://bugs.gentoo.org/887287 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: remove overlooked patchesMatt Jolly2023-02-222-213/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/29716 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 7.88.1-r1Matt Jolly2023-02-224-0/+419
| | | | | | | | Includes fixes for a segfault during "bad" header dumps, silent parallel downloads, and parallel download fixes for >199 connections. Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop 7.88.0-r2Matt Jolly2023-02-202-306/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/29678 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 7.88.1Matt Jolly2023-02-202-0/+304
| | | | | | | | | | add `--enable-socketpair` which should help applications that use `libcurl` to know when to call it again, rather than blindly retrying and waiting. There should be a slight performance increase at the cost of some additional sockets. Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop 7.88.0-r1Matt Jolly2023-02-201-298/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/29676 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 7.88.0-r2 (test fixes)Matt Jolly2023-02-201-0/+304
| | | | | | | | | - Get HTTP/2, HTTP/3 tests into a state where they can actually run Closes: https://bugs.gentoo.org/738054 Closes: https://bugs.gentoo.org/739752 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: remove unused filesMatt Jolly2023-02-173-236/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/29607 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop 7.88.0Matt Jolly2023-02-173-367/+0
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 7.88.0-r1Matt Jolly2023-02-173-0/+511
| | | | | | | | | * Add HTTP/2 patchset * Add test fix patchset Bug: https://bugs.gentoo.org/894676 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 7.88.0Matt Jolly2023-02-164-0/+369
| | | | | | | | | | | | | | | | | | | | | drop ipv6 and quiche USE Using quiche requires building cURL with the same SSL flavour as the quiche library (i.e. BoringSSL). This is currently unsupported on Gentoo. Drop `ipv6` USE; it doesn't require additional deps and `--ipv4` can be used at runtime to force connectivity in dual-stack configurations. Closes: https://bugs.gentoo.org/881711 Closes: https://bugs.gentoo.org/792234 Closes: https://bugs.gentoo.org/847451 Closes: https://bugs.gentoo.org/867985 Closes: https://bugs.gentoo.org/835851 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/29511 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop 7.86.0-r3, 7.87.0-r1Matt Jolly2023-02-013-605/+0
| | | | | | | | | | Drop vulnerable and obsolete. Closes: https://bugs.gentoo.org/887745 Closes: https://bugs.gentoo.org/888801 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/29365 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: stabilize 7.87.0-r2 for arm64Matt Jolly2023-02-012-1/+5
| | | | | | | - Add proxied maintainer Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: adopt for base-system@ (co-maint welcome)Sam James2023-01-291-1/+4
| | | | | | Please feel free to join base-system on this. Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove blueness@ from most of his packages, by his requestMichał Górny2023-01-281-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/curl: Stabilize 7.87.0-r2 amd64, #888801Arthur Zamarin2023-01-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0-r2 ppc64, #888801Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0-r2 arm, #888801Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0-r2 ppc, #888801Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0-r2 sparc, #888801Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0-r2 hppa, #888801Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0-r2 x86, #888801Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: fix regression causing zabbix build failureSam James2023-01-132-0/+350
| | | | | Closes: https://bugs.gentoo.org/890587 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop 7.87.0Sam James2023-01-131-301/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: fix pkgconfig file with +http3Nicolas Werner2023-01-081-0/+301
| | | | | | | | Seems like this was a simple typo. Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de> Closes: https://github.com/gentoo/gentoo/pull/28981 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0 amd64, #888801Sam James2023-01-031-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: remove unused patchesMichael Mair-Keimberger2023-01-012-54/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28858 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-misc/curl: Stabilize 7.87.0 ppc, #888801Sam James2022-12-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0 hppa, #888801Sam James2022-12-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0 ppc64, #888801Sam James2022-12-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 7.87.0 x86, #888801Sam James2022-12-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>