From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: wangmy@fujitsu.com
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-Core] [PATCH 06/34] glib-networking: upgrade 2.78.1 -> 2.80.0
Date: Tue, 26 Mar 2024 17:50:30 +0100 [thread overview]
Message-ID: <20240326165030a736ab19@mail.local> (raw)
In-Reply-To: <1711413292-3025-6-git-send-email-wangmy@fujitsu.com>
This causes ptest failures:
Failed ptests:
{'glib-networking': ['glib-networking/connection-gnutls.test',
'glib-networking/file-database-gnutls.test']}
(/usr/libexec/installed-tests/glib-networking/file-database-gnutls:400): GLib-Net-WARNING **: 10:09:00.679: 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)
Running test: glib-networking/connection-gnutls.test
(/usr/libexec/installed-tests/glib-networking/connection-gnutls:402): GLib-Net-WARNING **: 10:09:00.693: 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
I guess the ptests need ca-certificates.
On 26/03/2024 08:34:24+0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> - Mark plugin functions as exports on Windows
> - 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
> - Updated translations
>
> 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 (#197497): https://lists.openembedded.org/g/openembedded-core/message/197497
> Mute This Topic: https://lists.openembedded.org/mt/105150499/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
next prev parent reply other threads:[~2024-03-26 16:50 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-26 0:34 [OE-Core] [PATCH 01/34] adwaita-icon-theme: upgrade 45.0 -> 46.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 02/34] at-spi2-core: upgrade 2.50.1 -> 2.52.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 03/34] bind: upgrade 9.18.24 -> 9.18.25 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 04/34] createrepo-c: upgrade 1.0.4 -> 1.1.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 05/34] enchant2: upgrade 2.6.7 -> 2.6.8 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 06/34] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
2024-03-26 16:50 ` Alexandre Belloni [this message]
2024-03-26 0:34 ` [OE-Core] [PATCH 07/34] glslang: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
2024-03-26 8:44 ` Alexander Kanavin
2024-03-26 0:34 ` [OE-Core] [PATCH 08/34] gnutls: upgrade 3.8.3 -> 3.8.4 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 09/34] harfbuzz: upgrade 8.3.0 -> 8.3.1 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 10/34] libbsd: upgrade 0.12.1 -> 0.12.2 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 11/34] libcomps: upgrade 0.1.20 -> 0.1.21 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 12/34] libpciaccess: upgrade 0.18 -> 0.18.1 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 13/34] libwpe: upgrade 1.14.2 -> 1.16.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 14/34] libxkbcommon: upgrade 1.6.0 -> 1.7.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 15/34] libxml2: upgrade 2.12.5 -> 2.12.6 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 16/34] lighttpd: upgrade 1.4.74 -> 1.4.75 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 17/34] mesa: upgrade 24.0.2 -> 24.0.3 wangmy
2024-03-26 8:49 ` Alexander Kanavin
2024-03-26 0:34 ` [OE-Core] [PATCH 18/34] openssh: upgrade 9.6p1 -> 9.7p1 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 19/34] python3-hatchling: upgrade 1.21.1 -> 1.22.4 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 20/34] python3-importlib-metadata: upgrade 7.0.2 -> 7.1.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 21/34] python3-license-expression: upgrade 30.2.0 -> 30.3.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 22/34] python3-markdown: upgrade 3.5.2 -> 3.6 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 23/34] python3-packaging: upgrade 23.2 -> 24.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 24/34] python3-pyelftools: upgrade 0.30 -> 0.31 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 25/34] python3-referencing: upgrade 0.33.0 -> 0.34.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 26/34] python3-scons: upgrade 4.6.0 -> 4.7.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 27/34] python3-setuptools: upgrade 69.1.1 -> 69.2.0 wangmy
2024-04-23 12:37 ` Ross Burton
2024-04-23 15:39 ` Ross Burton
2024-03-26 0:34 ` [OE-Core] [PATCH 28/34] python3-wheel: upgrade 0.42.0 -> 0.43.0 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 29/34] python3-zipp: upgrade 3.17.0 -> 3.18.1 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 30/34] spirv-headers: upgrade 1.3.275.0 -> 1.3.280.0 wangmy
2024-03-27 11:34 ` Jose Quaresma
2024-03-26 0:34 ` [OE-Core] [PATCH 31/34] spirv-tools: " wangmy
2024-03-27 11:34 ` Jose Quaresma
2024-03-27 12:45 ` Alexandre Belloni
2024-03-27 12:54 ` Alexander Kanavin
2024-03-26 0:34 ` [OE-Core] [PATCH 32/34] vala: upgrade 0.56.15 -> 0.56.16 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 33/34] wayland-protocols: upgrade 1.33 -> 1.34 wangmy
2024-03-26 0:34 ` [OE-Core] [PATCH 34/34] wget: upgrade 1.21.4 -> 1.24.5 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=20240326165030a736ab19@mail.local \
--to=alexandre.belloni@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox