mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
a50011f513
commit
7acd8583c2
2 changed files with 15 additions and 2 deletions
13
srcpkgs/etcd/patches/libs.patch
Normal file
13
srcpkgs/etcd/patches/libs.patch
Normal 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()
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'etcd'
|
# Template file for 'etcd'
|
||||||
pkgname=etcd
|
pkgname=etcd
|
||||||
version=3.0.10
|
version=3.0.13
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="Distributed reliable key-value store"
|
short_desc="Distributed reliable key-value store"
|
||||||
|
@ -10,7 +10,7 @@ hostmakedepends="git"
|
||||||
go_import_path="github.com/coreos/etcd"
|
go_import_path="github.com/coreos/etcd"
|
||||||
homepage="https://coreos.com/etcd/docs/latest/"
|
homepage="https://coreos.com/etcd/docs/latest/"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=1a85bee3c12ebe8d18feff4642f66392e830cfdf458e35970c7ad886d69c0a08
|
checksum=777d2dff3eb95410feb6ac411b538bed59cb94041fad7f4059827e952ea621c0
|
||||||
conf_files="/etc/sv/etcd/conf"
|
conf_files="/etc/sv/etcd/conf"
|
||||||
system_accounts="etcd"
|
system_accounts="etcd"
|
||||||
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
make_dirs="/var/lib/etcd 0755 etcd etcd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue