etcd 3.4.23-4ubuntu1 source package in Ubuntu

Changelog

etcd (3.4.23-4ubuntu1) mantic; urgency=medium

  * SECURITY UPDATE: debug leaks credentials
    - debian/patches/CVE-2021-28235.patch: blanks out password
    - CVE-2021-28235

 -- Mark Esler <email address hidden>  Thu, 22 Jun 2023 18:51:27 -0500

Upload details

Uploaded by:
Mark Esler
Sponsored by:
Marc Deslauriers
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
etcd_3.4.23.orig.tar.gz 5.7 MiB 055c608c4898d25f23aefbc845ff074bf5e8a07e61ed41dbd5cc4d4f59c93093
etcd_3.4.23-4ubuntu1.debian.tar.xz 28.1 KiB 60f26255ef9749a9a840652c6a10cf4b9546ee818cc763cea9f2d3e5c724b99d
etcd_3.4.23-4ubuntu1.dsc 3.8 KiB 5608f6560708be8d8d45e4c056d0e6f02494984b61d98c58df48b05e4e9109fe

View changes file

Binary packages built by this source

etcd-client: highly-available key value store -- client

 A highly-available key value store for shared configuration and service
 discovery. etcd is inspired by zookeeper and doozer, with a focus on:
 .
  * Simple: curl'able user facing API (HTTP+JSON)
  * Secure: optional SSL client cert authentication
  * Fast: benchmarked 1000s of writes/s per instance
  * Reliable: Properly distributed using Raft
 .
 Etcd uses the Raft consensus algorithm to manage a highly-available replicated
 log.
 .
 This package contains the client binaries.

etcd-client-dbgsym: debug symbols for etcd-client
etcd-server: highly-available key value store -- daemon

 A highly-available key value store for shared configuration and service
 discovery. etcd is inspired by zookeeper and doozer, with a focus on:
 .
  * Simple: curl'able user facing API (HTTP+JSON)
  * Secure: optional SSL client cert authentication
  * Fast: benchmarked 1000s of writes/s per instance
  * Reliable: Properly distributed using Raft
 .
 Etcd uses the Raft consensus algorithm to manage a highly-available replicated
 log.
 .
 This package contains the server binaries.

etcd-server-dbgsym: debug symbols for etcd-server
golang-etcd-server-dev: highly-available key value store -- source

 A highly-available key value store for shared configuration and service
 discovery. etcd is inspired by zookeeper and doozer, with a focus on:
 .
  * Simple: curl'able user facing API (HTTP+JSON)
  * Secure: optional SSL client cert authentication
  * Fast: benchmarked 1000s of writes/s per instance
  * Reliable: Properly distributed using Raft
 .
 Etcd uses the Raft consensus algorithm to manage a highly-available replicated
 log.
 .
 This package contains the source.