dqlite 1.16.0-5build2 source package in Ubuntu

Changelog

dqlite (1.16.0-5build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

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

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
dqlite_1.16.0.orig.tar.gz 211.7 KiB beb37049b766a2396d81b6128bf386a1f10c5f90b9be64b3fc200902fc59af13
dqlite_1.16.0-5build2.debian.tar.xz 5.9 KiB 3a213615cee00b7f3820c7b82a33bd289bb4c4b991231295e6b4cb43ff33206a
dqlite_1.16.0-5build2.dsc 2.2 KiB 1e622e9b7ea998f063093d382bba8c3865c230edffb4fa24b7cf6b830c6c35e0

Available diffs

View changes file

Binary packages built by this source

libdqlite-dev: Embeddable, replicated and fault tolerant SQL engine - development files

 Embeddable SQL database engine with high availability and automatic failover.
 .
 The acronym "dqlite" stands for "distributed SQLite", meaning that dqlite
 extends SQLite with a network protocol that can connect together various
 instances of your application and have them act as a highly-available cluster,
 with no dependency on external databases.
 .
 This package contains the development headers and library files needed to
 compile programs using dqlite.

libdqlite0: Embeddable, replicated and fault tolerant SQL engine - shared library

 Embeddable SQL database engine with high availability and automatic failover.
 .
 The acronym "dqlite" stands for "distributed SQLite", meaning that dqlite
 extends SQLite with a network protocol that can connect together various
 instances of your application and have them act as a highly-available cluster,
 with no dependency on external databases.
 .
 This package contains the C library needed to run executables that use dqlite.

libdqlite0-dbgsym: debug symbols for libdqlite0