Re: [OE-core] [PATCH v2] curl: Update from 8.2.1 to 8.3.0

2023-09-27 Thread Robert Joslyn via lists.openembedded.org
On 9/26/23 8:51 PM, Khem Raj wrote: On Tue, Sep 26, 2023 at 7:55 PM Robert Joslyn wrote: On 9/26/23 7:55 AM, Khem Raj wrote: I am seeing a ptest failure on qemx86-64/glibc Failed ptests: {'curl': ['test_1474', 'curl']} In looking at the test, it is marked as flaky with the comment:

Re: [OE-core] [PATCH v2] curl: Update from 8.2.1 to 8.3.0

2023-09-26 Thread Khem Raj
On Tue, Sep 26, 2023 at 7:55 PM Robert Joslyn wrote: > > On 9/26/23 7:55 AM, Khem Raj wrote: > > I am seeing a ptest failure on qemx86-64/glibc > > > >Failed ptests: > >{'curl': ['test_1474', 'curl']} > > In looking at the test, it is marked as flaky with the comment: > > # Because of the

Re: [OE-core] [PATCH v2] curl: Update from 8.2.1 to 8.3.0

2023-09-26 Thread Robert Joslyn via lists.openembedded.org
On 9/26/23 7:55 AM, Khem Raj wrote: I am seeing a ptest failure on qemx86-64/glibc Failed ptests: {'curl': ['test_1474', 'curl']} In looking at the test, it is marked as flaky with the comment: # Because of the timing sensitivity (scheduling delays of 500 msec can cause # the test to

Re: [OE-core] [PATCH v2] curl: Update from 8.2.1 to 8.3.0

2023-09-26 Thread Khem Raj
I am seeing a ptest failure on qemx86-64/glibc Failed ptests: {'curl': ['test_1474', 'curl']} On Sat, Sep 23, 2023 at 10:25 AM Robert Joslyn via lists.openembedded.org wrote: > > From: Robert Joslyn > > NSS support was removed, so adjust PACKAGECONFIG options. > > The --enable-crypto-auth

[OE-core] [PATCH v2] curl: Update from 8.2.1 to 8.3.0

2023-09-23 Thread Robert Joslyn via lists.openembedded.org
From: Robert Joslyn NSS support was removed, so adjust PACKAGECONFIG options. The --enable-crypto-auth option was removed and split into separate options for basic-auth, bearer-auth, digest-auth, kerberos-auth, negotiate-auth, and aws. Enable these new options since upstream enables them by