diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-07 11:10:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-14 17:31:06 +0100 |
commit | d913b5c931266c6b08cef757f688a2f56a59a707 (patch) | |
tree | 369bc2f240bab5f486fd75cf81ad6d3d0458c472 /meta/recipes-connectivity | |
parent | 9b5e961f04f63aa3f93e39ed3470541323c2272f (diff) | |
download | poky-d913b5c931266c6b08cef757f688a2f56a59a707.tar.gz |
libuv: upgrade 1.45.0 -> 1.46.0
Changes since version 1.45.0:
* Add SHA to ChangeLog
* misc: update readthedocs config
* test: remove erroneous RETURN_SKIP
* android: disable io_uring support
* linux: add some more iouring backed fs ops
* build: add autoconf option for disable-maintainer-mode
* fs: use WTF-8 on Windows (Stefan Karpinski)
* unix,win: replace QUEUE with struct uv__queue
* linux: fs_read to use io_uring if iovcnt > IOV_MAX
* ios: fix uv_getrusage() ru_maxrss calculation
* include: update outdated code comment
* linux: support abstract unix sockets
* unix,win: add UV_PIPE_NO_TRUNCATE flag
* unix: add loongarch support
* doc: add DPS8M to LINKS.md
* include: add EUNATCH errno mapping
* src: don't run timers if loop is stopped/unref'd
* win: fix -Wpointer-to-int-cast warning
* test,win: fix -Wunused-variable warning
* test,win: fix -Wformat warning
* linux: work around io_uring IORING_OP_CLOSE bug
* win: remove unused functions
* bench: add bench to check uv_loop_alive
* test: add uv_cancel test for threadpool
* unix: skip prohibited syscalls on tvOS and watchOS
* unix,fs: make no_pwritev access thread-safe
* unix: fix build for lower versions of Android
(From OE-Core rev: 22c2d5d1e4c47a3cbaaef240fd1c86070a4d2e3d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/libuv/libuv_1.46.0.bb (renamed from meta/recipes-connectivity/libuv/libuv_1.45.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/libuv/libuv_1.45.0.bb b/meta/recipes-connectivity/libuv/libuv_1.46.0.bb index 456cb2f962..c9aa25c518 100644 --- a/meta/recipes-connectivity/libuv/libuv_1.45.0.bb +++ b/meta/recipes-connectivity/libuv/libuv_1.46.0.bb | |||
@@ -6,8 +6,8 @@ LICENSE = "MIT" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \ |
7 | file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324" | 7 | file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324" |
8 | 8 | ||
9 | SRCREV = "96e05543f53b19d9642b4b0dd73b86ad3cea313e" | 9 | SRCREV = "f0bb7e40f0508bedf6fad33769b3f87bb8aedfa6" |
10 | SRC_URI = "git://github.com/libuv/libuv.git;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https" |
11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |