ivykis 0.43-1build1 source package in Ubuntu

Changelog

ivykis (0.43-1build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 18:32:53 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs

Downloads

File Size SHA-256 Checksum
ivykis_0.43.orig.tar.gz 650.4 KiB ff1c09569a806f2e926c8f9545fbf70d10f6fe14b66e2077e7dab1ca8e52a269
ivykis_0.43-1build1.debian.tar.xz 3.8 KiB fc72cff53a4daec08814a394f6d91e3369c24ca1eba25ad5856c53c1a0cbbd7e
ivykis_0.43-1build1.dsc 1.9 KiB 88331cfc598966bfa0a9f81bcb8261805aef62069936ff2b3832363c056ba798

Available diffs

View changes file

Binary packages built by this source

libivykis-dev: Development libraries, header files and docs for libivykis

 Contains the header files, documentation, examples and static
 libraries for use in developing applications that use the libivykis
 library.
 .
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.

libivykis0-dbg: Asynchronous I/O readiness notification library (debug symbols)

 Contains the debug symbols for the libivykis library. Most people
 will not need this package.
 .
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.

libivykis0t64: Asynchronous I/O readiness notification library

 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.
 .
 Programs written to the ivykis API are generally single-threaded (or
 use only a small number of threads), and never block on I/O. All
 input and output is done in a nonblocking fashion, with I/O readiness
 notification delivered via callback functions.