libuv1 1.42.0-1 source package in Ubuntu

Changelog

libuv1 (1.42.0-1) unstable; urgency=medium

  * new upstream version
  * update fill.copyright.blanks
  * update copyright with cme
  * removed patch for CVE (applied upstream)
  * refresh patch
  * control:
    * declare compliance with policy 4.5.1
    * use debhelper 13
    * set Rules-Requires-Root to no
  * watch: watch github and use v4
  * rules: remove obsolete dbgsym-migration instructions
  * update symbols file
  * converted README.source to org-mode

 -- Dominique Dumont <email address hidden>  Sat, 11 Sep 2021 18:50:00 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libuv1_1.42.0-1.dsc 2.0 KiB 385de2a16d4e6a7c96711260c711b0bfcc390ce05aea04866aec6f66467305ae
libuv1_1.42.0.orig.tar.gz 1.2 MiB 5d93312ea08946055301cd79ede2885eb45e945985a2c9e701b53b0302b07a89
libuv1_1.42.0-1.debian.tar.xz 20.2 KiB f20f33e5331c45187946f9c87d27c3f4990945a26ecca3df5cfc0bdeebc32b7d

No changes file available.

Binary packages built by this source

libuv1: asynchronous event notification library - runtime library

 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.
 .
 This package includes the dynamic library against which you can link
 your program.

libuv1-dbgsym: debug symbols for libuv1
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.