summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/curl: Stabilize 8.3.0-r1 ppc, #915509Arthur Zamarin2023-10-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 8.3.0-r1 x86, #915509Arthur Zamarin2023-10-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 8.3.0-r1 hppa, #915509Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.3.0-r1 arm, #915509Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.2.1 hppa, #913543Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.1.2 ppc64, #910089Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.1.2 ppc, #910089Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.2.1 ppc64, #913543Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.2.1 ppc, #913543Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: fix tests on arm+muslSam James2023-10-102-0/+476
| | | | | Bug: https://github.com/curl/curl/issues/11900 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.2.1 sparc, #913543Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.1.2 sparc, #910089Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: reduce parallelism for testsSam James2023-10-103-6/+9
| | | | | | | | On jiji, with nproc=80, we end up with the runner being very confused and aborting early with 7*$(nproc). just do 2*(nproc) for now to reduce flakiness. Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.2.1 arm64, #913543Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.1.2 arm64, #910089Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.2.1 arm, #913543Sam James2023-10-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.2.1 amd64, #913543Sam James2023-09-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: make openssl and nghttp3 mutually exclusive (again)Matt Jolly2023-09-182-0/+4
| | | | | | | | | | | This was applied for 8.2.1 but the live ebuild template was missed so we get to play the game again for 8.3.0! Bug: https://bugs.gentoo.org/912029 Closes: https://bugs.gentoo.org/914277 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/32894 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.2.1 x86, #913543Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: drop old configure argsSam James2023-09-142-36/+18
| | | | | | | | No revbump as it makes 0 diff. to the effective configuration as NSS was straight up removed in 8.3.0 and the rest are just reflecting defaults (renamed options anyway). Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 8.3.0Matt Jolly2023-09-143-2/+370
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/32767 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: update LICENSEMatt Jolly2023-09-144-4/+4
| | | | | | | | | The 'curl' licence isn't the only one that appears in the source code. Closes: https://bugs.gentoo.org/912723 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: disable pthreads for mingw crossSam James2023-09-062-0/+12
| | | | | | | | Can't use kernel_Winnt (at least at the moment) as it's an implicit IUSE only in embedded profiles... Bug: https://bugs.gentoo.org/910605 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: set minimum versions for http2 tcp2 dependsMatt Jolly2023-08-153-10/+20
| | | | | | | Bug: https://bugs.gentoo.org/910089 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: make openssl and nghttp3 mutually exclusiveMatt Jolly2023-08-151-1/+3
| | | | | | | Bug: https://bugs.gentoo.org/912029 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: remove unused patchesMichael Mair-Keimberger2023-08-142-159/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/32285 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-misc/curl: stabilize 8.1.2 for x86Matt Jolly2023-08-101-1/+1
| | | | | | | Bug: https://bugs.gentoo.org/910089 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/32194 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: stabilize 8.1.2 for amd64Matt Jolly2023-08-101-1/+1
| | | | | | Bug: https://bugs.gentoo.org/910089 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: fix USE=ldap,static-libs combinationMatt Jolly2023-08-102-2/+2
| | | | | | | Closes: https://bugs.gentoo.org/622862 Reported-by: David E. Narváez <david.narvaez@computer.org> Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop 8.2.0-r1Matt Jolly2023-07-272-355/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/32049 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 8.2.1Matt Jolly2023-07-273-2/+355
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.1.2 hppa, #910089Arthur Zamarin2023-07-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: drop 8.2.0Matt Jolly2023-07-231-351/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/32006 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 8.2.0-r1Matt Jolly2023-07-233-0/+512
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.1.2 arm, #910089Sam James2023-07-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 8.2.0Matt Jolly2023-07-192-0/+353
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/31956 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add die to impossible path, not just eerrorSam James2023-07-011-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: install zsh, fish completionsSam James2023-07-011-3/+22
| | | | | | Noticed after Alpine fixed theirs (thanks!) Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: remove unused patchesMichael Mair-Keimberger2023-06-104-422/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31371 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop 8.1.0-r1Matt Jolly2023-06-092-321/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/31339 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop 8.1.1Matt Jolly2023-06-092-334/+0
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: enable parallel testsMatt Jolly2023-06-091-2/+5
| | | | | | | | parallel tests shave a solid 6 minutes off a curl build-and-test round on ~amd64. Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 8.1.2Matt Jolly2023-05-303-10/+344
| | | | | | | | | - put `einfo` messages in configure behind `multilib_is_native_abi` so that they aren't duplicated when built in multilib. Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/31226 Signed-off-by: Sam James <sam@gentoo.org>
* */*: drop dropped keywords, againFabian Groffen2023-05-272-2/+2
| | | | | | drop x86-solaris, sparc-solaris and sparc64-solaris keywords Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* *: drop elibc_Winnt usageFabian Groffen2023-05-272-2/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-misc/curl: fix hanging configure testSam James2023-05-262-0/+74
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: add 8.1.1, 9999Matt Jolly2023-05-267-2/+697
| | | | | | | | | | | | | | | | | | | Bugfix release for 8.1.0 which already has the important fixes backported. Additional `REQUIRED_USE` checks to ensure that the default SSL provider is actually enabled. Rename the prefix patch; it hasn't changed in a major version and won't for a while Closes: https://bugs.gentoo.org/905222 Closes: https://bugs.gentoo.org/742641 Closes: https://bugs.gentoo.org/750752 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/31152 Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove x64-cygwin keywordFabian Groffen2023-05-252-2/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc64-solaris keywordFabian Groffen2023-05-252-2/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove sparc-solaris keywordFabian Groffen2023-05-252-2/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>