Commit Graph

78 Commits

Author SHA256 Message Date
Ana Guerrero
f4752db7d3 Accepting request 1164081 from devel:libraries:c_c++
- Update to version 1..48.0 
  * CVE-2024-24806: Improper Domain Lookup that potentially leads
    to SSRF attacks (bsc#1219724)
  * misc: remove deprecated stalebot file
  * misc: ignore libuv-release-tool files
  * build,win: remove extraneous -lshell32
  * build,win: work around missing uuid.dll on MinGW
  * build: disable windows asan buildbot
  * build: add .cache clangd folder to .gitignore
  * build: re-enable msvc-asan job on CI
  * linux: disable io_uring on hppa below kernel 6.1.51
  * linux: remove HAVE_IFADDRS_H macro
  * linux: fix bind/connect for abstract sockets
  * linux: retry fs op if unsupported by io_uring
  * linux: disable io_uring on ppc64 and ppc64le
  * unix,win: utility for setting priority for thread
  * unix,win: fix read past end of pipe name buffer
  * unix,win: fix busy loop with zero timeout timers
  * unix,win: reset the timer queue on stop
  * unix: ignore ifaddrs with NULL ifa_addr
  * unix: unbreak macOS < 10.14
  * unix: correct pwritev conditional
  * unix: support full TCP keep-alive on Solaris
  * unix: optimize uv__tcp_keepalive cpp directives
  * freebsd: fix F_KINFO file path handling
  * freebsd: fix build on non-intel archs
  * aix: disable ipv6 link local
  * aix,ibmi: use uv_interface_addresses instead of getifaddrs
  * win: remove check for UV_PIPE_NO_TRUNCATE
  * win: honor NoDefaultCurrentDirectoryInExePath env var

OBS-URL: https://build.opensuse.org/request/show/1164081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=35
2024-04-03 15:18:09 +00:00
3a9ac7d1ca * CVE-2024-24806: Improper Domain Lookup that potentially leads
to SSRF attacks (bsc#1219724)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=74
2024-04-02 11:23:15 +00:00
c9bc8aafe0 Accepting request 1157780 from home:jgwang:branches:devel:libraries:c_c++
Update to version 1..48.0

OBS-URL: https://build.opensuse.org/request/show/1157780
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=73
2024-04-01 18:06:21 +00:00
Ana Guerrero
858cb8699c Accepting request 1138765 from devel:libraries:c_c++
- add ppc64-disable-liburing.patch (bsc#1218365)

  * adjust stalebot deadline
- Update to version 1.24.0:
  0001-linux-remove-epoll-syscall-wrappers.patch and
  * unix: make uv_guess_handle work properly for AIX (Gireesh
  * build: remove unused 'component' GYP option (Saúl Ibarra
  * win: use the MSVC provided snprintf where possible (Jason
  * unix: only undo fs req registration in async mode (Ben
  * test: fix fs_event_watch_file_currentdir flakiness (Santiago
  * unix: skip prohibited syscalls on tvOS and watchOS (Nathan
  * docs: clarify documentation of uv_tcp_init_ex (Andrius
  * win: properly return UV_EBADF when _close() fails (Nicholas
  * test,freebsd: skip udp_dual_stack if not supported (Santiago
  * test: fix -Wtautological-pointer-compare warnings (Saúl Ibarra
  * linux,fs: fix p{read,write}v with a 64bit offset (Saúl Ibarra
  * win: fix path for removed and renamed fs events (Joran Dirk
  * win: do not read more from stream than available (Jeremy
  * test: fix self-deadlocks in thread_rwlock_trylock (Ben
  * unix: don't block for io if any io handle is primed (Saúl
  * linux: work around epoll bug in kernels < 2.6.37 (Ben
  * unix: prevent infinite loop in uv__run_pending (Saúl Ibarra
  * unix: make sure UDP send callbacks are asynchronous (Saúl
  * aix: add ahafs autoconf detection and README notes (Andrew
  * core: add ability to customize memory allocator (Saúl Ibarra
  * doc: clarify that the thread pool primites are not thread safe
  * unix: fix glibc-2.20+ macro incompatibility (Massimiliano
  * doc: add Sphinx plugin for generating links to man pages
  * doc: link system and library calls to man pages (Saúl
  * doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra

OBS-URL: https://build.opensuse.org/request/show/1138765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=34
2024-01-15 21:15:03 +00:00
0fd50d80b4 - add ppc64-disable-liburing.patch (bsc#1218365)
* adjust stalebot deadline
- Update to version 1.24.0:
  0001-linux-remove-epoll-syscall-wrappers.patch and
  * unix: make uv_guess_handle work properly for AIX (Gireesh
  * build: remove unused 'component' GYP option (Saúl Ibarra
  * win: use the MSVC provided snprintf where possible (Jason
  * unix: only undo fs req registration in async mode (Ben
  * test: fix fs_event_watch_file_currentdir flakiness (Santiago
  * unix: skip prohibited syscalls on tvOS and watchOS (Nathan
  * docs: clarify documentation of uv_tcp_init_ex (Andrius
  * win: properly return UV_EBADF when _close() fails (Nicholas
  * test,freebsd: skip udp_dual_stack if not supported (Santiago
  * test: fix -Wtautological-pointer-compare warnings (Saúl Ibarra
  * linux,fs: fix p{read,write}v with a 64bit offset (Saúl Ibarra
  * win: fix path for removed and renamed fs events (Joran Dirk
  * win: do not read more from stream than available (Jeremy
  * test: fix self-deadlocks in thread_rwlock_trylock (Ben
  * unix: don't block for io if any io handle is primed (Saúl
  * linux: work around epoll bug in kernels < 2.6.37 (Ben
  * unix: prevent infinite loop in uv__run_pending (Saúl Ibarra
    Corretgé)
  * unix: make sure UDP send callbacks are asynchronous (Saúl
  * aix: add ahafs autoconf detection and README notes (Andrew
  * core: add ability to customize memory allocator (Saúl Ibarra
  * doc: clarify that the thread pool primites are not thread safe
  * unix: fix glibc-2.20+ macro incompatibility (Massimiliano
  * doc: add Sphinx plugin for generating links to man pages
  * doc: link system and library calls to man pages (Saúl
  * doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=71
2024-01-15 07:45:59 +00:00
Ana Guerrero
719b74147d Accepting request 1126710 from devel:libraries:c_c++
- libuv.keyring: added keyid 79A67C55A3679C8B
  Jameson Nash <vtjnash@gmail.com>

- 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)

OBS-URL: https://build.opensuse.org/request/show/1126710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=33
2023-11-16 19:27:21 +00:00
ed0d93b1c9 - libuv.keyring: added keyid 79A67C55A3679C8B
Jameson Nash <vtjnash@gmail.com>

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=69
2023-11-15 16:59:12 +00:00
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
Dominique Leuenberger
0efbd16061 Accepting request 1101714 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1101714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=32
2023-08-02 14:47:56 +00:00
d7a2110690 Accepting request 1099792 from home:smolsheep:upgrades
- Switched keyring from Jameson Nash (vtjnash) to Santiago Gimeno
  (santigimeno)
- Update to 1.46.0:
  * Add some more iouring backend fs ops
  * work around io_uring IORING_OP_CLOSE bug
- Updates in version 1.45.0:
  * introduce io_uring support
  * give thread pool threads an 8 MB stack
  * change execution order of timers

OBS-URL: https://build.opensuse.org/request/show/1099792
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=66
2023-08-01 11:09:50 +00:00
Dominique Leuenberger
6dc218a660 Accepting request 1060043 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1060043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=31
2023-01-23 17:30:27 +00:00
88deff6683 Accepting request 1059969 from home:pgajdos
* fix for bsc#1199062 (backported as
  0001-linux-remove-epoll-syscall-wrappers.patch and 
  0002-linux-drop-code-path-for-epoll_pwait-less-kernels.patch) is
  included in upstream releases from 1.23.1 on

OBS-URL: https://build.opensuse.org/request/show/1059969
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=64
2023-01-20 21:01:16 +00:00
Dominique Leuenberger
7fb4df204f Accepting request 1005656 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1005656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=30
2022-09-25 13:34:32 +00:00
Martin Liška
a8d16976bb Accepting request 1005623 from home:dirkmueller:Factory
- skip testsuite on qemu_user_mode emulated builds, no chance
  of ever succeeding

OBS-URL: https://build.opensuse.org/request/show/1005623
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=62
2022-09-23 17:03:47 +00:00
Fabian Vogt
dd424e5533 Accepting request 991602 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/991602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=29
2022-07-31 21:00:47 +00:00
bb016171a7 Accepting request 991598 from home:dirkmueller:Factory
- update to 1.44.2:
  * Add SHA to ChangeLog
  * aix, ibmi: handle server hang when remote sends TCP RST
  * process: reset the signal mask if the fork fails
  * zos: implement cmpxchgi() using assembly
  * ibmi: Implement UDP disconnect
  * unix: simplify getpwuid call
  * process,iOS: fix build breakage in process.c
  * test: remove unused declarations in tcp_rst test
  * core: add thread-safe strtok implementation
  * test: fix flaky file watcher test
  * unix,win: fix UV_RUN_ONCE + uv_idle_stop loop hang
  * win: fix unexpected ECONNRESET error on TCP socket
  * doc: make sample cross-platform build
  * test: separate some static variables by test cases
  * sunos: fs-event callback can be called after uv_close()
  * uv: re-register interest in a file after change
  * uv: register UV_RENAME event for _RFIM_UNLINK
  * uv: register __rfim_event 156 as UV_RENAME
  * release: check versions of autogen scripts are newer
  * test: rewrite embed test
  * unix: use MSG_CMSG_CLOEXEC where supported
  * test: remove disabled callback_order test
  * kqueue: skip EVFILT_PROC when invalidating fds
  * zos: don't err when killing a zombie process
  * zos: avoid fs event callbacks after uv_close()
  * zos: correctly format interface addresses names
  * zos: add uv_interface_addresses() netmask support
  * zos: improve memory management of ip addresses
  * tcp,pipe: fail `bind` or `listen` after `close`

OBS-URL: https://build.opensuse.org/request/show/991598
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=60
2022-07-28 20:37:40 +00:00
Dominique Leuenberger
b6787af409 Accepting request 961492 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/961492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=28
2022-03-15 18:04:23 +00:00
53e7e7ab44 Accepting request 961490 from home:AndreasStieger:branches:devel:libraries:c_c++
libuv 1.44.1

OBS-URL: https://build.opensuse.org/request/show/961490
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=58
2022-03-13 20:53:39 +00:00
Dominique Leuenberger
2e08fc95f1 Accepting request 953913 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/953913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=27
2022-02-14 21:35:55 +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
Dominique Leuenberger
82311b4468 Accepting request 918657 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/918657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=26
2021-09-16 21:14:38 +00:00
02bdd42a41 Accepting request 918535 from home:AndreasStieger:branches:devel:libraries:c_c++
libuv 1.42.0

OBS-URL: https://build.opensuse.org/request/show/918535
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=56
2021-09-13 08:00:42 +00:00
Dominique Leuenberger
08d4992dbb Accepting request 906102 from devel:libraries:c_c++
- CVE-2021-22918: fix out of bounds read in punycode decoder
  (bsc#1187973)

OBS-URL: https://build.opensuse.org/request/show/906102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=25
2021-07-15 21:58:59 +00:00
1cd9118f80 Update keyring
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=55
2021-07-13 11:12:02 +00:00
09bdd2c04e Accepting request 906045 from home:AndreasStieger:branches:devel:libraries:c_c++
replace patch with version bump

OBS-URL: https://build.opensuse.org/request/show/906045
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=54
2021-07-13 08:54:55 +00:00
c85edf857f - Fix the patch metadata
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=53
2021-07-12 07:13:48 +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
Richard Brown
2d13d062d0 Accepting request 874896 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/874896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=24
2021-03-02 11:28:03 +00:00
f23d9d73a2 Accepting request 874731 from home:dirkmueller:Factory
- update to 1.41.0:
  * mailmap: update contact information for richardlau
  * build: add asan checks
  * unix: report bind error in uv_tcp_connect
  * doc: uv_tcp_bind
  * test: fix pump and tcp_write_batch benchmarks
  * doc: mark IBM i as Tier 2 support
  * doc,poll: add notes
  * linux: fix -Wincompatible-pointer-types warning
  * linux: fix -Wsign-compare warning
  * unix,win: harmonize uv_read_start
  * unix,win: more uv_read_start
  * build: turn on -fno-strict-aliasing
  * stream: add uv_pipe and uv_socketpair to the API
  * unix,win: initialize timer `timeout` field
  * bsd-ifaddrs: improve comments
  * test: remove unnecessary uv_fs_stat
  * fs: fix utime/futime timestamp rounding errors
  * test: ensure reliable floating point comparison
  * unix,fs: fix uv_fs_sendfile
  * unix: fix uv_fs_stat when using statx
  * linux,macos: fix uv_set_process_title regression
  * doc: clarify UDP errors and recvmmsg
  * test-getaddrinfo: use example.invalid
  * Revert "build: fix android autotools build"
  * unix,fs: on DVS fs, statx returns EOPNOTSUPP
  * win, fs: mkdir really return UV_EINVAL for invalid names
  * tools: migrate tools/make_dist_html.py to python3
  * unix: fix uv_uptime
  * unix: check for partial copy_file_range support

OBS-URL: https://build.opensuse.org/request/show/874731
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=50
2021-02-24 15:25:14 +00:00
Dominique Leuenberger
f54df17127 Accepting request 850730 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/850730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=23
2020-11-29 11:24:46 +00:00
43f7da35ce Accepting request 850727 from home:AndreasStieger:branches:devel:libraries:c_c++
libuv 1.40.0

OBS-URL: https://build.opensuse.org/request/show/850727
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=48
2020-11-25 13:45:33 +00:00
Dominique Leuenberger
704c6f8f47 Accepting request 834720 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/834720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=22
2020-09-18 12:28:01 +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
Dominique Leuenberger
f56b37ccc0 Accepting request 829033 from devel:libraries:c_c++
- 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/request/show/829033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=21
2020-08-28 19:13:07 +00:00
e6b7e4dd04 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=44 2020-08-24 18:52:02 +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
Dominique Leuenberger
01fb9c0ffe Accepting request 778770 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/778770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=20
2020-02-26 14:01:47 +00:00
65494ce3c3 Accepting request 778705 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Add baselibs.conf to generate 32bit lib needed for bind

OBS-URL: https://build.opensuse.org/request/show/778705
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=41
2020-02-24 14:24:36 +00:00
Dominique Leuenberger
2ee79a07a6 Accepting request 769974 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/769974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=19
2020-02-07 14:51:40 +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
Dominique Leuenberger
c687b8dede Accepting request 762234 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/762234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=18
2020-01-12 22:17:34 +00:00
40ecf1a81f Accepting request 762024 from home:mcepl:branches:devel:libraries:c_c++
- Add fno-common-build-errs.patch which fixes gh#libuv/libuv#2603
  (bsc#1160280)

OBS-URL: https://build.opensuse.org/request/show/762024
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=37
2020-01-09 14:28:55 +00:00
Dominique Leuenberger
32d153eaed Accepting request 728113 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/728113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=17
2019-09-11 09:21:26 +00:00
9cbfaaeec2 Accepting request 728112 from home:AndreasStieger:branches:devel:libraries:c_c++
libuv 1.31.0

OBS-URL: https://build.opensuse.org/request/show/728112
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=35
2019-09-04 05:50:15 +00:00
Dominique Leuenberger
45a3fc63bf Accepting request 713849 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/713849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=16
2019-07-23 20:31:12 +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
Dominique Leuenberger
19e990a68e Accepting request 690390 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/690390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=15
2019-04-04 10:02:16 +00:00
62b7abdcc4 Accepting request 687284 from home:mimi_vx:branches:devel:libraries:c_c++
- update to 1.27.0
 * doc: describe unix signal handling better (Vladimír Čunát)
 * linux: use statx() to obtain file birth time (Ben Noordhuis)
 * src: fill sockaddr_in6.sin6_len when it's defined (Santiago Gimeno)
 * test: relax uv_hrtime() test assumptions (Ben Noordhuis)
 * build: make cmake install LICENSE only once (Thomas Karl Pietrowski)
 * bsd: plug uv_fs_event_start() error path fd leak (Ben Noordhuis)
 * doc: add note about uv_run() not being reentrant (Ben Noordhuis)
 * unix, win: make fs-poll close wait for resource cleanup (Anna Henningsen)
 * doc: fix typo in uv_thread_options_t definition (Ryan Liptak)
 * win: skip winsock initialization in safe mode (evgley)
 * unix: refactor getsockname/getpeername methods (Santiago Gimeno)
 * udp: add support for UDP connected sockets (Santiago Gimeno)
 * build: add missing header (cjihrig)
 * test: change spawn_stdin_stdout return to void (Andrew Paprocki)
 * test: remove call to floor() in test driver (Andrew Paprocki)

OBS-URL: https://build.opensuse.org/request/show/687284
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=31
2019-04-01 14:01:34 +00:00
Dominique Leuenberger
3d898edb5e Accepting request 680157 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/680157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=14
2019-03-04 08:14:02 +00:00
3cd3437df1 Accepting request 680138 from home:mimi_vx:branches:devel:libraries:c_c++
- update to version 1.26.0
  * doc: fix uv_get_free_memory doc (Stephen Belanger)
  * unix: fix epoll cpu 100% issue (yeyuanfeng)
  * openbsd,tcp: special handling of EINVAL on connect (ptlomholt)
  * src,include: define UV_MAXHOSTNAMESIZE (cjihrig)
  * thread: allow specifying stack size for new thread (Anna Henningsen)
  * unix: don't attempt to invalidate invalid fd (Ben Noordhuis)
  * Revert "win,fs: retry if uv_fs_rename fails" (Ben Noordhuis)
  * aix: manually trigger fs event monitoring (Gireesh Punathil)
  * unix: rename WRITE_RETRY_ON_ERROR macro (Ben Noordhuis)
  * unix: refactor uv__write() (Ben Noordhuis)
  * unix: don't send handle twice on partial write (Ben Noordhuis)
  * tty,win: fix Alt+key under WSL (Bartosz Sosnowski)
  * build: support running tests in out-of-tree builds (Jameson Nash)
  * fsevents: really watch files with fsevents on macos 10.7+ (Jameson Nash)
  * thread,mingw64: need intrin.h header for SSE2 MemoryBarrier (Jameson Nash)
  * win: fix sizeof-pointer-div warning (cjihrig)
  * unix,win: add uv_os_uname() (cjihrig)
  * win, tty: fix CreateFileW() return value check (Bartosz Sosnowski)
  * unix: enable IPv6 tests on OpenBSD (ptlomholt)
  * test: fix test-ipc spawn_helper exit_cb (Santiago Gimeno)
  * test: fix test-ipc tests (Santiago Gimeno)
  * unix: better handling of unsupported F_FULLFSYNC (Victor Costan)
  * unix,stream: fix zero byte writes (Santiago Gimeno)
  * ibmi: return EISDIR on read from directory fd (Kevin Adler)
  * build: wrap long lines in Makefile.am (cjihrig)
   test: fix platform_output test on cygwin (damon-kwok)
  * gitignore: ignore build/ directory (Damon Kwok)
  * unix: zero epoll_event before use (Ashe Connor)
  * doc: replace deprecated build command on macOS (Rick)

OBS-URL: https://build.opensuse.org/request/show/680138
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=29
2019-02-28 15:35:33 +00:00