liburcu 0.14.0-1 source package in Ubuntu

Changelog

liburcu (0.14.0-1) unstable; urgency=medium

  * [b470d6b] New upstream version 0.14.0 (Closes: #1032717)
  * [34a5016] Refresh patches for 0.14.0
  * [25af42b] Update symbols for 0.14.0
  * [ba4f49b] Update debian/copyright

 -- Michael Jeanson <email address hidden>  Mon, 12 Jun 2023 15:59:15 -0400

Upload details

Uploaded by:
Jon Bernard
Uploaded to:
Sid
Original maintainer:
Jon Bernard
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main libs

Downloads

File Size SHA-256 Checksum
liburcu_0.14.0-1.dsc 2.2 KiB a1b9f2bcfd614f4f625d3c8b07df620f9e05fe9084a03a8e148b8379e7b86c74
liburcu_0.14.0.orig.tar.bz2 645.8 KiB ca43bf261d4d392cff20dfae440836603bf009fce24fdc9b2697d837a2239d4f
liburcu_0.14.0.orig.tar.bz2.asc 488 bytes abca01ef6ec06c20db35f757272e74cad996e794c34a86d9bfb3eb7b9731f716
liburcu_0.14.0-1.debian.tar.xz 14.7 KiB 928921b09b6459f40f4af382f5a716bc95548379ac647082d3d4e136acac5462

Available diffs

No changes file available.

Binary packages built by this source

liburcu-dev: userspace RCU (read-copy-update) library - development files

 This data synchronization library provides read-side access which scales
 linearly with the number of cores. It does so by allowing multiples copies of
 a given data structure to live at the same time, and by monitoring the data
 structure accesses to detect grace periods after which memory reclamation is
 possible.
 .
 Install this package if you wish to develop your own programs using the
 userspace RCU library.

liburcu8: userspace RCU (read-copy-update) library

 This data synchronization library provides read-side access which scales
 linearly with the number of cores. It does so by allowing multiples copies of
 a given data structure to live at the same time, and by monitoring the data
 structure accesses to detect grace periods after which memory reclamation is
 possible.

liburcu8-dbgsym: debug symbols for liburcu8