From: zhengruoqin Date: Mon, 13 Dec 2021 22:29:42 +0000 (+0800) Subject: glib-networking: upgrade 2.70.0 -> 2.70.1 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5736 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb8c9ed208134436aeaa5fe573ee705a9fb5f6b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glib-networking: upgrade 2.70.0 -> 2.70.1 Changelog: ==================== - Fix crashes when handshake is cancelled (#97, #176) - OpenSSL: fix spurious certificate expired verification errors (#179) - GnuTLS: Fix tests on 32-bit systems (!188, Simon McVittie) - GnuTLS: Fix crash when invalid priority string is forced (!189) Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glib-networking/glib-networking_2.70.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.70.1.bb similarity index 93% rename from meta/recipes-core/glib-networking/glib-networking_2.70.0.bb rename to meta/recipes-core/glib-networking/glib-networking_2.70.1.bb index fc700e03b71..f020e160680 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.70.0.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.70.1.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SECTION = "libs" DEPENDS = "glib-2.0" -SRC_URI[archive.sha256sum] = "66b408e7afa86c582fe38963db56133869ab4b57d34e48ec56aba621940d6f35" +SRC_URI[archive.sha256sum] = "2a16bfc2d271ccd3266e3fb462bc8a4103c02e81bbb339aa92d6fb060592d7bc" PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"