etcd 3.4.23-1 source package in Ubuntu

Changelog

etcd (3.4.23-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.4.23
    + Address CVE-2018-1098 CVE-2018-1099:
      Mitigate CSRF and DNS Rebinding attacks.
      Added --host-whitelist option.
  * Refresh patches. Drop:
    - 0005-go1.14-cipher.patch
    - 0007-switch-to-creack-pty.patch
    - 0008-use-TLS.Config.MaxVersion-to-TLS-1.2.patch
  * Change Go-Import-Path to go.etcd.io/etcd
  * Add patch for datadriven 1.0.2
  * Exclude tools when building
  * Fix package name in integration test
  * Install symlink for old path github.com/coreos/etcd
  * Add Breaks in golang-etcd-server-dev package
    + golang-github-docker-docker-dev
    + nextcloud-spreed-signaling

 -- Shengjing Zhu <email address hidden>  Sun, 01 Jan 2023 23:54:56 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
etcd_3.4.23-1.dsc 3.1 KiB 6e7c83b8e30e197f8a92d9c98e7bc1e35779b56dbd70f1f0ad3afde7a9daec61
etcd_3.4.23.orig.tar.gz 5.7 MiB 055c608c4898d25f23aefbc845ff074bf5e8a07e61ed41dbd5cc4d4f59c93093
etcd_3.4.23-1.debian.tar.xz 29.3 KiB 085d62ea09914b10a04eaac23e4a22c545f6f028bf33735a80539e5b8107edc2

Available diffs

No changes file available.

Binary packages built by this source

etcd: No summary available for etcd in ubuntu lunar.

No description available for etcd in ubuntu lunar.

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.