etcd 3.2.26+dfsg-4 source package in Ubuntu

Changelog

etcd (3.2.26+dfsg-4) unstable; urgency=medium

  * Team upload.

  [ Arnaud Rebillout ]
  * Add upstream patch to build against golang-google-grpc-dev in sid.
  * Add upstream patch to fix test with go 1.12.

  [ Dmitry Smirnov ]
  * (Build-)Depends:
    - golang-github-dgrijalva-jwt-go-v3-dev
    + golang-github-dgrijalva-jwt-go-dev (>= 3.2.0~)

 -- Arnaud Rebillout <email address hidden>  Fri, 25 Oct 2019 16:51:45 +1100

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.2.26+dfsg-4.dsc 3.6 KiB 2e1894ac801e18b0f2e65f8d72a862d8b7ee80d0cae86392cc7f49a23ed56930
etcd_3.2.26+dfsg.orig.tar.xz 979.9 KiB b372c18626b884ce810cc1086a9eec7019967776e03d6b91151064398a4bb2fa
etcd_3.2.26+dfsg-4.debian.tar.xz 25.1 KiB 8cf9067e0829984534c673e5786b84cb5c4f4c71867d803d1ef0d7fc6bcd88f5

Available diffs

No changes file available.

Binary packages built by this source

etcd: Transitional package for etcd-client and etcd-server

 This is a transitional package to ease upgrades for splitting the
 etcd package into a separate client and server piece. It can be
 safely removed.

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.