etcd: update to 3.0.13.

closes #5054
This commit is contained in:
Andrea Brancaleoni 2016-10-27 11:48:12 +02:00
parent a50011f513
commit 7acd8583c2
2 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,13 @@
--- clientv3/balancer.go 2016-09-23 13:49:03.000000000 -0400
+++ clientv3/balancer.go~ 2016-10-26 16:08:39.554660000 -0400
@@ -66,7 +66,9 @@
return sb
}
-func (b *simpleBalancer) Start(target string) error { return nil }
+//func (b *simpleBalancer) Start(target string) error { return nil }
+
+func (b *simpleBalancer) Start(target string, cfg grpc.BalancerConfig) error { return nil }
func (b *simpleBalancer) ConnectNotify() <-chan struct{} {
b.mu.Lock()

View File

@ -1,6 +1,6 @@
# Template file for 'etcd'
pkgname=etcd
version=3.0.10
version=3.0.13
revision=1
build_style=go
short_desc="Distributed reliable key-value store"
@ -10,7 +10,7 @@ hostmakedepends="git"
go_import_path="github.com/coreos/etcd"
homepage="https://coreos.com/etcd/docs/latest/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=1a85bee3c12ebe8d18feff4642f66392e830cfdf458e35970c7ad886d69c0a08
checksum=777d2dff3eb95410feb6ac411b538bed59cb94041fad7f4059827e952ea621c0
conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"