Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libuv-devel-1.52.0-1.1 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: libuv-devel Distribution: openSUSE Tumbleweed
Version: 1.52.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Mar 5 21:18:58 2026
Group: Unspecified Build host: reproducible
Size: 352823 Source RPM: libuv-1.52.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://libuv.org
Summary: Development libraries for libuv
Development files for libuv.

libuv is a support library with a focus on asynchronous I/O. It was
primarily developed for use by Node.js, but it is also used by
Mozilla's Rust language, Luvit, Julia, pyuv, and others.

Provides

Requires

License

MIT

Changelog

* Thu Mar 05 2026 Dirk Müller <dmueller@suse.com>
  - add fix-crash-if-poll-callback-closes.patch
* Wed Feb 18 2026 Felix Stegmeier <felix.stegmeier@suse.com>
  - libuv.keyring: added keyid 5804F9998A922AFB
      Colin Ihrig <cjihrig@gmail.com>
  - Update to 1.52.0:
    * Bugfix release
    * tcp: support customizing TCP_KEEPINTVL and TCP_KEEPCNT
* Thu Jul 31 2025 Felix Stegmeier <felix.stegmeier@suse.com>
  - Update to 1.51.0
    * unix,win: accept NAN/INFINITY as file timestamps #4702
    * win: add ENABLE_VIRTUAL_TERMINAL_INPUT raw tty mode #4688
    * linux: align CPU quota calculation with Rust #4746
    * win: fix leak in uv_os_tmpdir #4680
    * linux: try preadv64/pwritev64 before preadv/pwritev #4683
* Mon Jul 07 2025 Lubos Kocman <lubos.kocman@suse.com>
  - Unify the changelog format to make source_validator pass
* Wed Mar 26 2025 Richard Rahl <rrahl0@opensuse.org>
  - update to 1.50.0:
    * misc: implement uv_getrusage_thread
    * linux: always use io_uring for epoll batching
* Thu Mar 14 2024 jun wang <jgwang@suse.com>
  - 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
    * win: stop using deprecated names
    * win: replace c99 comments with c89 comments
    * win: fix ESRCH implementation
    * win/spawn: optionally run executable paths with no file
      extension
    * test: don't run tcp_writealot under msan
    * test: check if ipv6 link-local traffic is routable
    * test: skip tcp-write-in-a-row on IBM i
    * test: empty strings are not valid IDNA
    * test_fs.c: Fix issue on 32-bit systems using btrfs
    * idna: fix compilation warning
    * pipe: add back error handling to connect / bind
    * fix: always zero-terminate idna output
    * fix: reject zero-length idna inputs
    * doc: move cjihrig to emeriti
    * doc: add very basic Security Policy document
    * Merge pull request from GHSA-f74f-cvh7-c6q6
  - Remove ppc64-disable-liburing.patch because it was applied
    in the current source code
* Mon Jan 15 2024 Dirk Müller <dmueller@suse.com>
  - add ppc64-disable-liburing.patch (bsc#1218365)
* Wed Nov 15 2023 Marcus Meissner <meissner@suse.com>
  - libuv.keyring: added keyid 79A67C55A3679C8B
    Jameson Nash <vtjnash@gmail.com>
* Wed Nov 08 2023 Ondřej Súkup <mimi.vx@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)
    * 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)
    * test: switch to new-style ASSERT_EQ macros (Pleuvens)
    * zos: correctly get cpu model in uv_cpu_info() (jolai)
    * test: fix get_passwd2 on IBM i (Abdirahim Musse)
    * unix: don't malloc on sync uv_fs_read (Ben Noordhuis)
    * freebsd: get fs event path with fcntl(F_KINFO) (David Carlier)
    * test: switch from ASSERT_* to ASSERT_PTR_* (Pleuvens)
    * darwin: workaround apple pthread_cond_wait bug (Julien Roncaglia)
    * doc: uv_close should be called after exit callback (Pleuvens)
    * test: 192.0.2.0/24 is the actual -TEST-NET-1 (prubel)
    * unix: add back preadv/pwritev fallback (Ben Noordhuis)
    * unix: rename variable for consistency (Ben Noordhuis)
    * unix: merge read/write code into single functions (Ben Noordhuis)
    * doc: filename arg to uv_fs_event_cb can be NULL (Ben Noordhuis)
    * build,win: we need to link against shell32.lib (Per Allansson)
    * unix: no preadv/pwritev workaround if not needed (Jeffrey H. Johnson)
    * build: add CI for Windows ARM64 (build only) (Per Allansson)
    * linux: disable io_uring on 32 bits arm systems (Ben Noordhuis)
    * misc: export WTF8 conversion utilities (Jameson Nash)
    * build: fix libuv.a file name for cmake (Jameson Nash)
    * build: add windows ubsan and clang ci (Matheus Izvekov)
    * win: improve accuracy of ProductName between arch (Christian Heimlich))
* Thu Jul 20 2023 Joshua Smith <jsmithfpv@gmail.com>
  - 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

Files

/usr/include/uv
/usr/include/uv.h
/usr/include/uv/errno.h
/usr/include/uv/linux.h
/usr/include/uv/threadpool.h
/usr/include/uv/unix.h
/usr/include/uv/version.h
/usr/lib/libuv.so
/usr/lib/pkgconfig/libuv.pc
/usr/share/doc/packages/libuv-devel
/usr/share/doc/packages/libuv-devel/AUTHORS
/usr/share/doc/packages/libuv-devel/CONTRIBUTING.md
/usr/share/doc/packages/libuv-devel/ChangeLog
/usr/share/doc/packages/libuv-devel/README.md
/usr/share/licenses/libuv-devel
/usr/share/licenses/libuv-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:39:17 2026