Package Details: consul-bin 1.18.1-1

Git Clone URL: https://aur.archlinux.org/consul-bin.git (read-only, click to copy)
Package Base: consul-bin
Description: A tool for service discovery, monitoring and configuration.
Upstream URL: https://www.consul.io
Keywords: consul hashicorp
Licenses: MPL
Provides: consul
Submitter: bvp
Maintainer: bvp
Last Packager: bvp
Votes: 3
Popularity: 0.000000
First Submitted: 2020-06-18 20:22 (UTC)
Last Updated: 2024-03-29 09:49 (UTC)

Latest Comments

bvp commented on 2021-07-21 15:36 (UTC) (edited on 2021-07-21 15:39 (UTC) by bvp)

@soupaloignon, hi

thank you for your feedback

sysuser creation added

soupaloignon commented on 2021-07-15 16:26 (UTC)

Hi! would it be possible to add consul sysuser creation at installation ? This would avoid running consul as root.

I also upvote change of @ElijahLynn to add hashicorp tag to this package

bvp commented on 2020-10-14 14:31 (UTC) (edited on 2020-10-15 05:45 (UTC) by bvp)

@gavinbeatty, thank you!

fixed

gavinbeatty commented on 2020-09-16 19:02 (UTC)

source_armv7h is present (using hashicorp's v6 build, which works), but sha256sum and arch variables are not updated.

diff --git a/PKGBUILD b/PKGBUILD
index af75c46..2497daa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc='A tool for service discovery, monitoring and configuration.'
 #arch=('i686')
 #arch=('x86_64')
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'aarch64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
 url="https://www.consul.io"
 license=('MPL')
 depends=('glibc')
@@ -24,6 +24,7 @@ sha256sums_i686=('be7ccfcaceaa8517919eae58a4f4d215fdbe7ccf1314544aa8e7177e087dc7
 sha256sums_x86_64=('0d74525ee101254f1cca436356e8aee51247d460b56fc2b4f7faef8a6853141f')
 sha256sums_arm=('32b8aebe32879eac6073d3b228ef28a5c49d1bb03d50acfcb5efb00c2674b37e')
 sha256sums_armv6h=('0c115f472582d5bd3adcca060dbf27ad5e34c35d82632ff5d55cf552f25bbd7a')
+sha256sums_armv7h=('0c115f472582d5bd3adcca060dbf27ad5e34c35d82632ff5d55cf552f25bbd7a')
 sha256sums_aarch64=('e0a6ef017ba04ec8654991ebac0654a2a142d8a15ace259be8397e05da078b82')
 options=('!strip')

ElijahLynn commented on 2020-06-25 22:22 (UTC)

Hi, can you please add the "hashicorp" keyword to this package so it shows up alongside Nomad and Vault in a search (https://aur.archlinux.org/packages/?O=0&K=hashicorp).