diff mbox series

[11/22] glib-networking: upgrade 2.78.1 -> 2.80.0

Message ID 1718936206-8080-11-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 | expand

Commit Message

Mingyu Wang (Fujitsu) June 21, 2024, 2:16 a.m. UTC
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%)

Comments

Alexandre Belloni June 23, 2024, 7:16 p.m. UTC | #1
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 June 23, 2024, 7:19 p.m. UTC | #2
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
diff mbox series

Patch

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