[OE-core] [PATCH v2] curl: Update to 8.9.1

2024-08-07 Thread Robert Joslyn via lists.openembedded.org
From: Robert Joslyn This update contains minor features, bugfixes, and addresses several CVEs: * https://curl.se/docs/CVE-2024-6197.html * https://curl.se/docs/CVE-2024-6874.html * https://curl.se/docs/CVE-2024-7264.html Full relese notes available at https://curl.se/ch/8.9.1.html Backport a pa

Re: [OE-core] [PATCH] curl: Update to 8.9.1

2024-08-07 Thread Robert Joslyn via lists.openembedded.org
a v2. Thanks, Robert On 4 Aug 2024, at 02:44, Robert Joslyn via lists.openembedded.org wrote: From: Robert Joslyn This update contains minor features, bugfixes, and addresses several CVEs: * https://curl.se/docs/CVE-2024-6197.html * https://curl.se/docs/CVE-2024-6874.html * https://curl.se

[OE-core] [PATCH] curl: Update to 8.9.1

2024-08-03 Thread Robert Joslyn via lists.openembedded.org
From: Robert Joslyn This update contains minor features, bugfixes, and addresses several CVEs: * https://curl.se/docs/CVE-2024-6197.html * https://curl.se/docs/CVE-2024-6874.html * https://curl.se/docs/CVE-2024-7264.html Full relese notes available at https://curl.se/ch/8.9.1.html Signed-off-by

[OE-core] [master][scarthgap][PATCH] libgloss: Do not apply non-existent patch

2024-05-27 Thread Robert Joslyn via lists.openembedded.org
From: Robert Joslyn When newlib and libgloss were updated to 4.3.0, SRC_URI was updated to append a fix-rs6000-cflags.patch file when building on PowerPC, but this file was not added to the repo. Remove appending the missing patch. Signed-off-by: Robert Joslyn --- meta/recipes-core/newlib/lib

Re: [OE-core] [PATCH] curl: Update to 8.8.0

2024-05-26 Thread Robert Joslyn via lists.openembedded.org
On Sun, 2024-05-26 at 08:57 -0700, Robert Joslyn via lists.openembedded.org wrote: > From: Robert Joslyn > > Remove backported patch that is upsteam in this version. Disable test > 1481 since it requires --libcurl option that is disabled by default. > > Signed-off

[OE-core] [PATCH v2] curl: Update to 8.8.0

2024-05-26 Thread Robert Joslyn via lists.openembedded.org
From: Robert Joslyn Remove backported patch that is upsteam in this version. Disable test 1481 since it requires --libcurl option that is disabled by default. Remove --disable-ntlm-wb option since support for ntlm_wb was removed in this version Signed-off-by: Robert Joslyn --- ...41aadf4adf4f6

[OE-core] [PATCH] curl: Update to 8.8.0

2024-05-26 Thread Robert Joslyn via lists.openembedded.org
From: Robert Joslyn Remove backported patch that is upsteam in this version. Disable test 1481 since it requires --libcurl option that is disabled by default. Signed-off-by: Robert Joslyn --- ...41aadf4adf4f6aeb3f4c0ab489bb89610c36.patch | 64 --- meta/recipes-support/curl/curl

[OE-core] [PATCH] curl: Skip tests marked flaky

2023-09-27 Thread Robert Joslyn via lists.openembedded.org
From: Robert Joslyn Some tests can fail intermittently and upstream has marked these as flaky so they can easily be skipped. At present there are 12 tests marked flaky with 10 of them running in the default recipe configuration. Skip them to avoid the failures. Signed-off-by: Robert Joslyn ---

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 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 fa

[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 defa

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 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

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

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

[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