SHA256
3
0
forked from pool/libuv
Commit Graph

9 Commits

Author SHA256 Message Date
7c0ee01ce2 Accepting request 1124301 from home:mimi_vx:branches:devel:libraries:c_c++
- refresh fix_tests.patch
- Update to 1.47.0
 * test: fix license blurb (Ben Noordhuis)
 * linux: fix harmless warn_unused_result warning (Shuduo Sang)
 * darwin: fix build warnings (小明)
 * linux: don't use io_uring on pre-5.10.186 kernels (Ben Noordhuis)
 * fs: fix WTF-8 decoding issue (Jameson Nash)
 * test: enable disabled tcp_connect6_error_fault Ben Noordhuis)(
 * test: enable disabled fs_link (Ben Noordhuis)
 * test: enable disabled spawn_same_stdout_stderr (Ben Noordhuis)
 * linux: handle UNAME26 personality (Ben Noordhuis)
 * build: move cmake_minimum_required version to 3.9 (Keith Winstein)
 * unix: set ipv6 scope id for link-local addresses (Ben Noordhuis)
 * unix: match kqueue and epoll code (Trevor Norris)
 * win,spawn: allow `%PATH%` to be unset (Kyle Edwards)
 * doc: switch to Furo, a more modern Sphinx theme (Saúl Ibarra Corretgé)
 * darwin: make TCP_KEEPINTVL and TCP_KEEPCNT available (小明)
 * win,fs: avoid winapi macro redefinition (Brad King)
 * linux: add missing riscv syscall numbers (michalbiesek)
 * doc: fix broken "Shared library" Wikipedia link (Alois Klink)
 * unix: get mainline kernel version in Ubuntu (Santiago Gimeno)
 * unix: get mainline kernel version in Debian (Ben Noordhuis)
 * unix: disable io_uring close on selected kernels (Santiago Gimeno)
 * test: skip tests when ipv6 is not available (Santiago Gimeno)
 * ibmi: implement ifaddrs, getifaddrs, freeifaddrs (Abdirahim Musse)
 * unix: reset signal counters after fork (SmorkalovG)
 * unix: remove pread/preadv conditionals (Ben Noordhuis)
 * unix: remove pwrite/pwritev conditionals (Ben Noordhuis)
 * darwin: remove workaround for data corruption bug (Ben Noordhuis)
 * src: default to stream=stderr in handle printer (Ben Noordhuis)

OBS-URL: https://build.opensuse.org/request/show/1124301
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=68
2023-11-15 15:33:38 +00:00
218f21aadc Accepting request 953904 from home:AndreasStieger:branches:devel:libraries:c_c++
libuv 1.43.0

OBS-URL: https://build.opensuse.org/request/show/953904
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=57
2022-02-12 14:42:35 +00:00
1254da9759 Accepting request 905118 from home:mcepl:branches:devel:libraries:c_c++
- Add CVE-2021-22918.patch: patch libuv to fix out of bounds read
  (Medium) (bsc#1187973, CVE-2021-22918)

OBS-URL: https://build.opensuse.org/request/show/905118
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=52
2021-07-08 21:55:28 +00:00
c718898921 Accepting request 833908 from home:AndreasStieger:branches:devel:libraries:c_c++
libuv 1.39.0

OBS-URL: https://build.opensuse.org/request/show/833908
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=46
2020-09-15 16:40:53 +00:00
4e50c9378a - update to 1.38.1
* test: use last matching qemu version (cjihrig)
  * win, util: rearrange uv_hrtime (Bartosz Sosnowski)
  * test: skip signal_multiple_loops test on QEMU (gengjiawen)
  * build: add android build to CI (gengjiawen)
  * test: extend fs_event_error_reporting timeout (cjihrig)
  * build: link libkvm on netbsd only (Alexander Tokmakov)
  * linux: refactor /proc file reader logic (Ben Noordhuis)
  * linux: read load average from /proc/loadavg (Ben Noordhuis)
  * android: remove patch code for below 21 (gengjiawen)
  * win: fix visual studio 2008 build (Arenoros)
  * win,tty: fix deadlock caused by inconsistent state (lander0s)
  * unix: use relaxed loads/stores for feature checks (Ben Noordhuis)
  * build: don't .gitignore m4/ax_pthread.m4 (Ben Noordhuis)
  * unix: fix gcc atomics feature check (Ben Noordhuis)
  * darwin: work around clock jumping back in time (Ben Noordhuis)
  * udp: fix write_queue cleanup on sendmmsg error (Santiago Gimeno)
  * src: build fix for Android (David Carlier)
  * win: remove dep on GetQueuedCompletionStatusEx (Colin Finck)
  * doc: correct source lines (Shohei YOSHIDA)
  * build,android: fix typo (twosee)
  * doc: uv_cancel() handles uv_random_t requests (Philip Chimento)
  * doc: fix unescaped character (Philip Chimento)
  * build,cmake: fix compilation on old MinGW (erw7)
  * build: remove unnessesary MSVC warnings (Bartosz Sosnowski)
  * win: make uv_udp_init_ex() accept UV_UDP_RECVMMSG (Ben Noordhuis)
  * unix: simplify uv__udp_init_ex() (Ben Noordhuis)
  * win: remove MAX_PATH limitations (Bartosz Sosnowski)
  * build, win: add long path aware manifest (Bartosz Sosnowski)
  * doc: check/idle/prepare functions always succeed (Ben Noordhuis)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=43
2020-08-15 21:55:06 +00:00
93328b5e7d Accepting request 769949 from home:marxin:branches:devel:libraries:c_c++
- Update to libuv 1.34.2:
  * Remove fno-common-build-errs.patch and rebase
    fix_tests.patch.
  Changes since version 1.34.1:
  * misc: adjust stalebot deadlines (Jameson Nash)
  * test: fix env-vars flakiness (cjihrig)
  * test: avoid truncating output lines (Jameson Nash)
  * darwin: stop calling SetApplicationIsDaemon() (Ben Noordhuis)
  * ibmi: implement uv_interface_addresses() (Xu Meng)
  * osx,fsevent: fix race during uv_loop_close (Jameson Nash)
  * osx,fsevent: clear pointer when deleting it [NFCI] (Jameson Nash)
  * Revert "aix: replace ECONNRESET with EOF if already closed" (Jameson Nash)
  * unix: handle uv__open_cloexec return value correctly (Anna Henningsen)
  Changes since version 1.34.0:
  * unix: fix -Wstrict-aliasing compiler warning (Ben Noordhuis)
  * unix: cache address of dlsym("mkostemp") (Ben Noordhuis)
  * build: remove -pedantic from compiler flags (Ben Noordhuis)
  * Revert "darwin: assume pthread_setname_np() is available" (Ben Noordhuis)
  * Revert "darwin: speed up uv_set_process_title()" (Ben Noordhuis)
  * darwin: assume pthread_setname_np() is available (Ben Noordhuis)
  * ibmi: fix the false isatty() issue on IBMi (Xu Meng)
  * test: fix test failure under NetBSD and OpenBSD (David Carlier)
  * test: skip some test cases on IBMi (Xu Meng)
  * test: skip uv_(get|set)_process_title on IBMi (Xu Meng)
  * doc: remove binaries for Windows from README (Richard Lau)
  * unix: fix -Wunused-but-set-variable warning (George Zhao)
  * unix: pass sysctl size arg using ARRAY_SIZE macro (David Carlier)
  * test: disallow running the test suite as root (cjihrig)
  * unix: suppress -Waddress-of-packed-member warning (Ben Noordhuis)
  * misc: make more tags "not-stale" (Jameson Nash)

OBS-URL: https://build.opensuse.org/request/show/769949
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=39
2020-02-04 12:39:36 +00:00
fdb0fe989c Accepting request 713180 from home:mcepl:neovim
- Upgrade to 1.30.1:
  * doc: fix incorrect versionchanged (cjihrig)
  * test: allow UV_ECONNRESET in tcp_try_write_error (cjihrig)
  * unix: add uv_get_constrained_memory() cygwin stub (cjihrig)
  * build: fix android cmake build (Ben Noordhuis)
  * unix: squelch -Wcast-function-type warning (Ben Noordhuis)
  * build: fix compile error with uClibc (zlargon)* darwin: fall
    back to F_BARRIERFSYNC (Ben Noordhuis)
  * darwin: add 32 bit close$NOCANCEL implementation
    (ken-cunningham-webuse)
  * build, core, unix: add support for Haiku (Leorize)
  * darwin,linux: more conservative minimum stack size (Ben Noordhuis)
  * threadpool: increase UV_THREADPOOL_SIZE limit (Vlad A)
  * unix: return actual error from `uv_try_write()` (Anna Henningsen)
  * darwin: fix build error with macos 10.10 (Ben Noordhuis)
  * unix: make uv_cwd() report UV_ENOBUFS (Ben Noordhuis)
  * unix: make uv_fs_read() fill all buffers (Ben Noordhuis)
  * test: give hrtime test a custom 10s timeout (Ben Noordhuis)
  * fs: fix uv_fs_copyfile if same src and dst (Santiago Gimeno)
  * build: add cmake option to skip building tests (Niels Lohmann)
  * doc: add link to nodejs.org (Jenil Christo)
  * unix: fix a comment typo in signal.c (Evgeny Ermakov)
  * unix: remove redundant cast in process.c (gengjiawen)
  * doc: fix wrong mutex function prototypes (Leo Chung)
  * unix: simplify uv/posix.h include logic (cjihrig)
  * test: increase test timeout (cjihrig)
  * linux: fix sscanf() overflows reading from /proc (Ben Noordhuis)
  * ibmi: read memory and CPU usage info (Xu Meng)
  * doc: update the cmake testing instruction (zlargon)
  * unix: fix race condition in uv_async_send() (Ben Noordhuis)

OBS-URL: https://build.opensuse.org/request/show/713180
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=33
2019-07-07 13:44:19 +00:00
Ismail Dönmez
d08885ce6a Accepting request 651055 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.24.0: 
  * unix: do not require PATH_MAX to be defined (Brad King)
  * win,doc: path encoding in uv_fs_XX is UTF-8 (hitesh)
  * unix: add missing link dependency on kFreeBSD (Svante Signell)
  * unix: add support for GNU/Hurd (Samuel Thibault)
  * test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón)
  * doc: add vtjnash to maintainers (Jameson Nash)
  * unix: restore skipping of phys_addr copy (cjihrig)
  * unix,win: make uv_interface_addresses() consistent (cjihrig)
  * unix: remove unnecessary linebreaks (cjihrig)
  * unix,win: handle zero-sized allocations uniformly (Ben Noordhuis)
  * unix: remove unused uv__dup() function (Ben Noordhuis)
  * core,bsd: refactor process_title functions (Santiago Gimeno)
  * test: make sure that reading a directory fails (Sakthipriyan Vairamani)
  * win, tty: remove zero-size read callbacks (Bartosz Sosnowski)
  * test: fix test runner getenv async-signal-safety (Ben Noordhuis)
  * test: fix test runner execvp async-signal-safety (Ben Noordhuis)
  * test,unix: fix race in test runner (Ben Noordhuis)
  * unix,win: support IDNA 2008 in uv_getaddrinfo() (Ben Noordhuis)

OBS-URL: https://build.opensuse.org/request/show/651055
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=27
2018-11-22 22:44:02 +00:00
Ismail Dönmez
36910319bc Accepting request 641296 from home:adamm:branches:devel:libraries:c_c++
- Update to version 1.23.2:
  * unix: return 0 retrieving rss on cygwin
  * unix: initialize uv_interface_address_t.phys_addr
  * test: handle uv_os_setpriority() windows edge case
  * tty, win: fix read stop for raw mode
  * Revert "Revert "unix,fs: fix for potential partial reads/writes""
  * unix,readv: always permit partial reads to return
  * win,tty: fix uv_tty_close()
  * doc: remove extraneous "on
  * unix,win: fix threadpool race condition
  * unix: rework thread barrier implementation
  * unix: signal done to last thread barrier waiter
  * unix: optimize uv_fs_readlink() memory allocation
  For complete changelog please see
  https://github.com/libuv/libuv/releases
* install license as %license
* fix_tests.patch: fix unit tests on OBS

OBS-URL: https://build.opensuse.org/request/show/641296
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=25
2018-10-12 07:37:45 +00:00