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

2023-09-23 Thread Robert Joslyn via lists.openembedded.org
On 9/20/23 10:12 PM, Alexander Kanavin wrote: I applied the patch on current poky master with default config (a83a16b7939e066b6686b62ae7ec66f12ef34f1e) and ran the tests locally: root@qemux86-64:/usr/lib/curl/ptest/tests# ./runtests.pl -a -n -j4 The failure I am getting is: test 1964...[HTTP

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

2023-09-20 Thread Alexander Kanavin
I applied the patch on current poky master with default config (a83a16b7939e066b6686b62ae7ec66f12ef34f1e) and ran the tests locally: root@qemux86-64:/usr/lib/curl/ptest/tests# ./runtests.pl -a -n -j4 The failure I am getting is: test 1964...[HTTP AWS_SIGV4 with one provider and auth cred via UR

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

2023-09-20 Thread Robert Joslyn via lists.openembedded.org
On 9/20/23 3:20 PM, Richard Purdie wrote: On Wed, 2023-09-20 at 14:50 -0700, Robert Joslyn wrote: On 9/19/23 5:54 AM, Richard Purdie wrote: On Tue, 2023-09-19 at 05:40 -0700, Robert Joslyn wrote: On 9/18/23 4:59 AM, Richard Purdie wrote: On Sun, 2023-09-17 at 18:57 -0700, Robert Joslyn via li

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

2023-09-20 Thread Richard Purdie
On Wed, 2023-09-20 at 14:50 -0700, Robert Joslyn wrote: > On 9/19/23 5:54 AM, Richard Purdie wrote: > > On Tue, 2023-09-19 at 05:40 -0700, Robert Joslyn wrote: > > > On 9/18/23 4:59 AM, Richard Purdie wrote: > > > > On Sun, 2023-09-17 at 18:57 -0700, Robert Joslyn via > > > > lists.openembedded.org

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

2023-09-20 Thread Robert Joslyn via lists.openembedded.org
On 9/19/23 5:54 AM, Richard Purdie wrote: On Tue, 2023-09-19 at 05:40 -0700, Robert Joslyn wrote: On 9/18/23 4:59 AM, Richard Purdie wrote: On Sun, 2023-09-17 at 18:57 -0700, Robert Joslyn via lists.openembedded.org wrote: NSS support was removed, so adjust PACKAGECONFIG options. The --enable

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

2023-09-19 Thread Alexander Kanavin
It helps if you copy-paste the complete output of ptest-runner somewhere where we can see it and identify what fails. It might be not a particular test case, but something in the test harness. Please do not randomly disable tests if they are not actually failing: quite often tests are safely skipp

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

2023-09-19 Thread Richard Purdie
On Tue, 2023-09-19 at 05:40 -0700, Robert Joslyn wrote: > On 9/18/23 4:59 AM, Richard Purdie wrote: > > On Sun, 2023-09-17 at 18:57 -0700, Robert Joslyn via > > lists.openembedded.org wrote: > > > NSS support was removed, so adjust PACKAGECONFIG options. > > > > > > The --enable-crypto-auth option

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

2023-09-19 Thread Robert Joslyn via lists.openembedded.org
On 9/18/23 4:59 AM, Richard Purdie wrote: On Sun, 2023-09-17 at 18:57 -0700, Robert Joslyn via lists.openembedded.org wrote: 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-

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

2023-09-18 Thread Richard Purdie
On Sun, 2023-09-17 at 18:57 -0700, Robert Joslyn via lists.openembedded.org wrote: > 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

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

2023-09-17 Thread Robert Joslyn via lists.openembedded.org
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 basic, bearer, digest, and negotiate by default as these are probably the m