raft 0.22.0-1build2 source package in Ubuntu

Changelog

raft (0.22.0-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:53:40 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
raft_0.22.0.orig.tar.gz 357.1 KiB 9f69e60101f44b11ab1a44720f5e7b5a811bd1705f6404b9074c4f7c871cd12d
raft_0.22.0-1build2.debian.tar.xz 6.0 KiB f8c192ed5db7d3c03c59a240f358b087c4c93e70900637bb0a5af4a6e982a764
raft_0.22.0-1build2.dsc 2.1 KiB 29ee873855cbe19576fa311eca64749ee7bf1d4a138ee8386667f53745c627ac

Available diffs

View changes file

Binary packages built by this source

libraft-dev: Raft Consensus protocol implementation - development files

 Fully asynchronous C implementation of the Raft consensus protocol.
 .
 The library has modular design: its core part implements only the core Raft
 algorithm logic, in a fully platform independent way. On top of that, a
 pluggable interface defines the I/O implementation for networking
 (send/receive RPC messages) and disk persistence (store log entries and
 snapshots).
 .
 This package contains the development headers and library files needed to
 compile programs using Raft Consensus protocol.

libraft-tools: Raft Consensus protocol implementation - benchmarking programs

 Fully asynchronous C implementation of the Raft consensus protocol.
 .
 The library has modular design: its core part implements only the core Raft
 algorithm logic, in a fully platform independent way. On top of that, a
 pluggable interface defines the I/O implementation for networking
 (send/receive RPC messages) and disk persistence (store log entries and
 snapshots).
 .
 This package contains tools for benchmarking the libraft library.

libraft-tools-dbgsym: debug symbols for libraft-tools
libraft0: Raft Consensus protocol implementation - shared library

 Fully asynchronous C implementation of the Raft consensus protocol.
 .
 The library has modular design: its core part implements only the core Raft
 algorithm logic, in a fully platform independent way. On top of that, a
 pluggable interface defines the I/O implementation for networking
 (send/receive RPC messages) and disk persistence (store log entries and
 snapshots).
 .
 This package contains the C library needed to run executables that use Raft
 Consensus protocol.

libraft0-dbgsym: debug symbols for libraft0