libuv1 1.48.0-1 source package in Ubuntu

Changelog

libuv1 (1.48.0-1) unstable; urgency=medium

  [ Dominique Dumont ]
  * new upstream version:
    * Fix CVE-2024-24806 (Closes: #1063484)
  * copyright: update with cme
  * refreshed patches
  * rm patch lp2046442-linux-don-t-use-io_uring-...
  * refreshed symbols file

 -- Dominique Dumont <email address hidden>  Wed, 14 Feb 2024 18:47:19 +0100

Upload details

Uploaded by:
Dominique Dumont
Uploaded to:
Sid
Original maintainer:
Dominique Dumont
Architectures:
linux-any hurd-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libuv1_1.48.0-1.dsc 1.9 KiB 996d16066c08481bdd938fc83a421cc343afb0eace6de884d53caa625ba97ac9
libuv1_1.48.0.orig.tar.gz 1.3 MiB 95b66faf3c19b021eb475c0a04c4febfe0442efbd88bca3174d32a1f8957cb71
libuv1_1.48.0-1.debian.tar.xz 20.9 KiB e119946f811d731e1150ae3d639f68ae31bd303429f04a95aae164439ecc10b3

No changes file available.

Binary packages built by this source

libuv1: No summary available for libuv1 in ubuntu noble.

No description available for libuv1 in ubuntu noble.

libuv1-dbgsym: No summary available for libuv1-dbgsym in ubuntu noble.

No description available for libuv1-dbgsym in ubuntu noble.

libuv1-dev: asynchronous event notification library - development files

 Libuv is the asynchronous library behind Node.js. Very similar to libevent or
 libev, it provides the main elements for event driven systems: watching and
 waiting for availability in a set of sockets, and some other events like timers
 or asynchronous messages. However, libuv also comes with some other extras
 like:
  * files watchers and asynchronous operations
  * a portable TCP and UDP API, as well as asynchronous DNS resolution
  * processes and threads management, and a portable inter-process
    communications mechanism, with pipes and work queues
  * a plugins mechanism for loading libraries dynamically
  * interface with external libraries that also need to access the I/O.
 .
 Install this package if you wish to develop your own programs using the
 libuv engine.