From: Peter Marko <[email protected]> Release info [1]:
Changes since version 1.52.0: * misc: add simple clang-tidy setup (Jameson Nash) * unix: check RLIMIT_AS and RLIMIT_DATA in uv_get_constrained_memory (Jameson Nash) * win: add fs-fd-hash-inl.h to tarball (tobil4sk) * unix,win: support NULL loop for sync uv_getaddrinfo (Saúl Ibarra Corretgé) * Fix const-correctness warning in linux.c (Quaylyn Rimer) * build(deps): bump actions/upload-artifact from 6 to 7 (dependabot[bot]) * build(deps): bump actions/download-artifact from 7 to 8 (dependabot[bot]) * unix: fix compilation warnings with GCC 15 (Saúl Ibarra Corretgé) * test: remove conditionals from `uv_thread_self` usage (Yasser Nascimento) * unix: fix discard const (Rudi Heitbaum) * unix: do not cast to char variables that are const char (Rudi Heitbaum) * linux: fix crash if poll callback closes handle before `POLLERR` (Juan José Arboleda) [1] https://github.com/libuv/libuv/releases/tag/v1.52.1 Signed-off-by: Peter Marko <[email protected]> --- .../libuv/{libuv_1.52.0.bb => libuv_1.52.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/libuv/{libuv_1.52.0.bb => libuv_1.52.1.bb} (94%) diff --git a/meta/recipes-connectivity/libuv/libuv_1.52.0.bb b/meta/recipes-connectivity/libuv/libuv_1.52.1.bb similarity index 94% rename from meta/recipes-connectivity/libuv/libuv_1.52.0.bb rename to meta/recipes-connectivity/libuv/libuv_1.52.1.bb index 25177bc05d..08f0755911 100644 --- a/meta/recipes-connectivity/libuv/libuv_1.52.0.bb +++ b/meta/recipes-connectivity/libuv/libuv_1.52.1.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \ file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324" -SRCREV = "b556c0629d0fd250b5feefbc91b84c6f5e3dae48" +SRCREV = "1cfa32ff59c076ffb6ed735bbc8c18361558661f" SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https;tag=v${PV}" UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232913): https://lists.openembedded.org/g/openembedded-core/message/232913 Mute This Topic: https://lists.openembedded.org/mt/118268402/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
