1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
Commit graph

37 commits

Author SHA1 Message Date
Francesco Colista
52d6a93ed1 testing/etcd: upgrade to 3.4.3 2019-10-24 10:10:39 +00:00
Francesco Colista
ba579fb163 testing/etcd: upgrade to 3.4.2 2019-10-10 14:46:33 +00:00
Joe Searle
49bed19c1a testing/etcd: upgrade to 3.4.1 2019-09-18 14:02:26 +00:00
Leo
e29926352f testing/etcd: upgrade to 3.4.0 2019-09-01 21:21:33 -03:00
Francesco Colista
777e88861d testing/etcd: upgrade to 3.3.15 2019-08-20 16:30:55 +00:00
Leo
f7a74f652d testing/etcd: upgrade to 3.3.14 2019-08-19 15:51:23 +00:00
Sören Tempel
bd80f73f14 testing/[various]: rebuild against go 1.12.8-r0
go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
2019-08-18 17:51:43 +02:00
Francesco Colista
8654640fef testing/etcd: upgrade to 3.3.13 2019-05-03 06:15:59 +00:00
Andy Postnikov
4acb00d9aa testing/etcd: upgrade to 3.3.12 2019-03-19 23:52:52 +02:00
Gareth Williams
8a89854d9f testing/etcd: fix inability to read config options
Fixes #7161

Options in /etc/conf.d/etcd aren't passed to the daemon.  This patch
configures etcd to read options from a YAML file instead.
2019-03-06 12:48:09 +00:00
Gareth Williams
cf730eaa47 testing/etcd: Fixed permissions on config file
Removed the execute bit from /etc/config.d/etcd
2019-03-06 12:42:40 +00:00
Francesco Colista
8f2f60ec08 testing/etcd: upgrade to 3.3.10 2018-12-08 13:01:16 +00:00
Sören Tempel
468990bcc2 enable stripping of go binaries
Stripping go binaries used to be an issue but nowadays it should work as
expected.

> We don't intentionally do anything that would make stripping a binary
> not OK, and strip has worked for the past five years or so.

https://groups.google.com/forum/?_escaped_fragment_=topic/golang-dev/ABppMOjYP6w#!topic/golang-dev/ABppMOjYP6w
2018-09-24 11:49:25 +02:00
Francesco Colista
d89d931cd8 testing/etcd: added -openrc subpackage 2018-07-30 09:59:55 +00:00
Francesco Colista
8d89d1180c testing/etcd: upgrade to 3.3.9 2018-07-30 09:57:05 +00:00
Francesco Colista
8eb96e75a6 testing/etcd: upgrade to 3.3.8 2018-06-20 13:05:55 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Roberto Oliveira
00c57b1137 testing/etcd: upgrade to 3.2.8 2017-10-01 15:18:22 +00:00
Roberto Oliveira
93d70155af testing/etcd: enable build on ppc64le 2017-10-01 15:13:02 +00:00
Francesco Colista
af36677e18 testing/etcd: upgrade to 3.2.7 2017-09-12 07:02:06 +00:00
Francesco Colista
6f7d355033 testing/etcd: upgrade to 3.2.1 2017-06-28 08:21:52 +00:00
Francesco Colista
b4fe815ab2 testing/etcd: upgrade to 3.2.0 2017-06-16 12:02:13 +00:00
A. Wilcox
8aa68fc2c6 testing/etcd: fix origin/desc of -ctl subpackage 2017-06-13 11:13:12 +00:00
Francesco Colista
e45fe46ada testing/etcd: upgrade to 3.1.6 2017-04-21 08:17:09 +00:00
Jakub Jirutka
a953366dea testing/etcd: rename subpkg etcd-etcdctl to etcd-ctl 2017-04-11 03:58:04 +02:00
Ed Robinson
d1d1723b36 testing/etcd: move etcdctl to subpackage
etcdctl can be a useful utility to have without etcd itself, when
connecting to a remote cluster, or from within a container.

Equaly it might not be needed when installing the server.
2017-04-11 01:31:59 +02:00
Francesco Colista
69149e4c33 testing/etcd: upgrade to 3.1.5 2017-04-07 13:35:37 +00:00
Francesco Colista
999f28e6c4 testing/etcd: upgrade to 3.1.2 2017-03-07 14:11:07 +00:00
Francesco Colista
a7fddb6e08 testing/etcd: upgrade to 3.1.1 2017-02-21 12:48:13 +00:00
Francesco Colista
d29d3b90f0 testing/etcd: upgrade to 3.1.0 2017-01-23 19:19:26 +00:00
Francesco Colista
0778d46dde testing/etcd: fixed build. Fixes #6669 2017-01-12 07:55:59 +00:00
Francesco Colista
87b76d67a5 testing/etcd: upgrade to 3.0.15 2017-01-10 11:51:52 +00:00
Sören Tempel
9efebb0441 testing/etcd: don't strip binary (go binaries shouldn't be stripped)
Also change license to conform with:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
2016-06-22 13:46:11 +02:00
Francesco Colista
cbbbd410bc testing/etcd: upgrade to 2.3.7 2016-06-22 08:18:22 +00:00
Francesco Colista
527e815805 testing/etcd: upgrade to 2.3.6 2016-06-06 14:39:45 +00:00
Francesco Colista
69d4c59d00 testing/etcd: upgrade to 2.3.4 2016-05-16 11:21:43 +00:00
Francesco Colista
d37d8fe99b testing/etcd: new aport 2016-05-09 08:21:00 +00:00