liburing 2.3-2 source package in Ubuntu

Changelog

liburing (2.3-2) unstable; urgency=medium

  * Artificially bump symbol versions to 2.3 for functions involved in a
    forward compatibility ABI break, for objects built against the new
    library and run-time linked against the old one, until upstream decides
    how to fix/improve this. Closes: #1023654

 -- Guillem Jover <email address hidden>  Mon, 14 Nov 2022 00:15:08 +0100

Upload details

Uploaded by:
Guillem Jover
Uploaded to:
Sid
Original maintainer:
Guillem Jover
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
liburing_2.3-2.dsc 2.2 KiB d20a29c8fd452cf6dc03bfe99faac8c823f2fd6792603d6879fd63de7cd4f886
liburing_2.3.orig.tar.gz 257.5 KiB 2eac26f880125d83f75ba8641fde5d88226dd352d3cee95d45a9128758a8f1be
liburing_2.3.orig.tar.gz.asc 858 bytes bb3cb1e9e478e4ff1825aa9a8cc0f840da91878e4d79d198bbdfa350b00f7221
liburing_2.3-2.debian.tar.xz 14.5 KiB bd0dd5a30547fd33e9c9e2ea96562ffcd8164cbe50244c42c4e41826959bd81f

Available diffs

No changes file available.

Binary packages built by this source

liburing-dev: Linux kernel io_uring access library - development files

 This library provides helpers to setup and teardown io_uring instances,
 and also a simplified interface for applications that do not need (or
 want) to deal with the full kernel side implementation.
 .
 This package contains the static library and the header files.

liburing2: Linux kernel io_uring access library - shared library

 This library provides helpers to setup and teardown io_uring instances,
 and also a simplified interface for applications that do not need (or
 want) to deal with the full kernel side implementation.
 .
 This package contains the shared library.

liburing2-dbgsym: debug symbols for liburing2