From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: wangmy@fujitsu.com
Cc: openembedded-core@lists.openembedded.org,
"João Marcos Costa" <joaomarcos.costa@bootlin.com>
Subject: Re: [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0
Date: Sun, 23 Jun 2024 21:19:04 +0200 [thread overview]
Message-ID: <202406231919041d8454c9@mail.local> (raw)
In-Reply-To: <202406231916228eeeda40@mail.local>
Note that I already did test and replied this to you back in march:
https://lore.kernel.org/all/20240326165030a736ab19@mail.local/
And in this submission:
https://lore.kernel.org/all/20240518215929c3418ae7@mail.local/
So this is the third time this is submitted and not fixed...
On 23/06/2024 21:16:23+0200, Alexandre Belloni wrote:
> This causes new ptest failures:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6563/steps/13/logs/stdio
> https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6740/steps/12/logs/stdio
>
> Failed ptests:
> {'glib-networking': ['glib-networking/connection-gnutls.test',
> 'glib-networking/file-database-gnutls.test']}
>
>
>
> (/usr/libexec/installed-tests/glib-networking/connection-gnutls:400): GLib-Net-WARNING **: 21:17:59.992: Failed to load TLS database: System trust contains zero trusted certificates; please investigate your GnuTLS configuration
> FAIL: glib-networking/connection-gnutls.test (Child process killed by signal 5)
> Running test: glib-networking/certificate-gnutls.test
>
> (/usr/libexec/installed-tests/glib-networking/file-database-gnutls:406): GLib-Net-WARNING **: 21:18:00.068: Failed to load TLS database: System trust contains zero trusted certificates; please investigate your GnuTLS configuration
> FAIL: glib-networking/file-database-gnutls.test (Child process killed by signal 5)
> SUMMARY: total=4; passed=2; skipped=0; failed=2; user=0.1s; system=0.0s; maxrss=8684
> FAIL: glib-networking/connection-gnutls.test (Child process killed by signal 5)
> FAIL: glib-networking/file-database-gnutls.test (Child process killed by signal 5)
>
>
> https://autobuilder.yocto.io/pub/non-release/20240622-19/testresults/qemux86-64-ptest/glib-networking.log
>
>
> On 21/06/2024 10:16:35+0800, wangmy via lists.openembedded.org wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ===========
> > - Mark plugin functions as exports on Windows
> > - Updated translations
> > - GnuTLS: fix improper use of IP address in SNI extension
> > - GnuTLS: major performance improvement: reduce unnecessary trust list creation
> > - OpenSSL: properly handle BIO_CTRL_EOF
> > - GnuTLS: Add warning when system has no trusted certificates
> > - OpenSSL: Fix bug when populating trust store
> > - Fix license on dtls-connection.c test
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> > .../{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename meta/recipes-core/glib-networking/{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} (95%)
> >
> > diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> > similarity index 95%
> > rename from meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
> > rename to meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> > index 5060d9fd7a..c8a1355548 100644
> > --- a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
> > +++ b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> > @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
> > SECTION = "libs"
> > DEPENDS = "glib-2.0-native glib-2.0"
> >
> > -SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f"
> > +SRC_URI[archive.sha256sum] = "d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf"
> >
> > # Upstream note that for the openssl backend, half the tests where this backend don't return
> > # the expected error code or don't work as expected so default to gnutls
> > --
> > 2.34.1
> >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#200988): https://lists.openembedded.org/g/openembedded-core/message/200988
> > Mute This Topic: https://lists.openembedded.org/mt/106792587/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2024-06-23 19:19 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 02/22] alsa-plugins: upgrade 1.2.7.1 " wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 03/22] alsa-ucm-conf: upgrade 1.2.11 " wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 04/22] createrepo-c: upgrade 1.1.1 -> 1.1.2 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 05/22] dhcpcd: upgrade 10.0.6 -> 10.0.8 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 06/22] diffoscope: upgrade 267 -> 271 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 07/22] e2fsprogs: upgrade 1.47.0 -> 1.47.1 wangmy
2024-06-21 23:18 ` Alexandre Belloni
2024-06-21 2:16 ` [OE-core] [PATCH 08/22] enchant2: upgrade 2.7.3 -> 2.8.1 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 09/22] fribidi: upgrade 1.0.14 -> 1.0.15 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 10/22] git: upgrade 2.45.1 -> 2.45.2 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
2024-06-23 19:16 ` Alexandre Belloni
2024-06-23 19:19 ` Alexandre Belloni [this message]
2024-06-21 2:16 ` [OE-core] [PATCH 12/22] gstreamer: upgrade 1.24.3 -> 1.24.4 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 13/22] hwlatdetect: upgrade 2.6 -> 2.7 wangmy
2024-06-22 20:21 ` Alexandre Belloni
2024-06-21 2:16 ` [OE-core] [PATCH 14/22] kea: upgrade 2.4.1 -> 2.6.0 wangmy
2024-06-24 1:51 ` Alexandre Belloni
2024-06-21 2:16 ` [OE-core] [PATCH 15/22] libevdev: upgrade 1.13.1 -> 1.13.2 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 16/22] libjitterentropy: upgrade 3.4.1 -> 3.5.0 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 17/22] libpcre2: upgrade 10.43 -> 10.44 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 18/22] librepo: upgrade 1.17.0 -> 1.17.1 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 19/22] ofono: upgrade 2.7 -> 2.8 wangmy
2024-06-21 7:57 ` Martin Hundebøll
2024-06-21 8:35 ` Mingyu Wang (Fujitsu)
2024-06-21 2:16 ` [OE-core] [PATCH 20/22] pciutils: upgrade 3.12.0 -> 3.13.0 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 21/22] rng-tools: upgrade 6.16 -> 6.17 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 22/22] ttyrun: upgrade 2.32.0 -> 2.33.1 wangmy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202406231919041d8454c9@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=joaomarcos.costa@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=wangmy@fujitsu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.