diff mbox series

[6/6] glib-networking: upgrade 2.78.1 -> 2.80.0

Message ID 20240719132523.976790-6-ross.burton@arm.com
State Accepted, archived
Commit 0e52a74bcf08cfdd879c74bff9b241a5007c7ef5
Headers show
Series [1/6] ell: upgrade 0.66 -> 0.67 | expand

Commit Message

Ross Burton July 19, 2024, 1:25 p.m. UTC
2.80.0 - March 14, 2024
=======================

- Mark plugin functions as exports on Windows (!250, Amyspark)
- Updated translations

2.80.rc - February 29, 2024
===========================

- GnuTLS: fix improper use of IP address in SNI extension (!247, MARTINSONS Frederic)
- GnuTLS: major performance improvement: reduce unnecessary trust list creation (!249)
- OpenSSL: properly handle BIO_CTRL_EOF (!248)
- Updated translations

2.80.alpha - January 5, 2024
============================

- GnuTLS: Add warning when system has no trusted certificates (!243)
- OpenSSL: Fix bug when populating trust store (!244, Alessandro Bono)
- Fix license on dtls-connection.c test (!245, David King)
- Updated translations

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-core/glib-networking/glib-networking/eagain.patch  | 2 +-
 .../{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/glib-networking/{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} (95%)

Comments

Richard Purdie July 20, 2024, 9:08 p.m. UTC | #1
On Fri, 2024-07-19 at 14:25 +0100, Ross Burton via lists.openembedded.org wrote:
> 2.80.0 - March 14, 2024
> =======================
> 
> - Mark plugin functions as exports on Windows (!250, Amyspark)
> - Updated translations
> 
> 2.80.rc - February 29, 2024
> ===========================
> 
> - GnuTLS: fix improper use of IP address in SNI extension (!247, MARTINSONS Frederic)
> - GnuTLS: major performance improvement: reduce unnecessary trust list creation (!249)
> - OpenSSL: properly handle BIO_CTRL_EOF (!248)
> - Updated translations
> 
> 2.80.alpha - January 5, 2024
> ============================
> 
> - GnuTLS: Add warning when system has no trusted certificates (!243)
> - OpenSSL: Fix bug when populating trust store (!244, Alessandro Bono)
> - Fix license on dtls-connection.c test (!245, David King)
> - Updated translations
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  meta/recipes-core/glib-networking/glib-networking/eagain.patch  | 2 +-
>  .../{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb}    | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-core/glib-networking/{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} (95%)

Sadly this resulted in ptest failures:

https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6652
https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6828

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-core/glib-networking/glib-networking/eagain.patch b/meta/recipes-core/glib-networking/glib-networking/eagain.patch
index 98ff4760716..98974aa4e77 100644
--- a/meta/recipes-core/glib-networking/glib-networking/eagain.patch
+++ b/meta/recipes-core/glib-networking/glib-networking/eagain.patch
@@ -1,4 +1,4 @@ 
-From 5604707bed4b4a4bc4658c7158a18c1774775775 Mon Sep 17 00:00:00 2001
+From f917ef5579257007bc02850e79769fe5ec48b2b7 Mon Sep 17 00:00:00 2001
 From: Richard Purdie <richard.purdie@linuxfoundation.org>
 Date: Sat, 6 May 2023 12:18:50 +0100
 Subject: [PATCH] In autobuilder testing we regularly see glib-networking ptest
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 5060d9fd7a1..c8a13555486 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