Commit Graph

23 Commits

Author SHA1 Message Date
ajacoutot c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
ajacoutot a2ef0dcae6 Update to (hashicorp-)serf-0.10.1. 2022-11-07 18:41:16 +00:00
naddy 2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
ajacoutot 2120e41ce5 Use the new rc_stop_signal / rc_reload_signal variables.
Need a recent rc.subr.
2021-11-06 10:38:40 +00:00
sthen 3046e0772e bump the golang ports so that pkg_add -u knows to update them 2021-03-08 13:59:23 +00:00
ajacoutot 9414c14649 Update to (hashicorp-)serf-0.9.5. 2020-11-01 18:18:49 +00:00
sthen 9c0d186099 add a comment next to BROKEN-aarch64 to suggest trying removing it with the
next update, hopefully vendored libs will be updated by then
2020-04-17 23:59:50 +00:00
sthen f1ff1d33e1 disable some golang ports on aarch64, failing builds mostly due to
golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which
suggests they have old vendored copies that don't include aarch64 support)
2020-04-14 21:38:00 +00:00
ajacoutot 931b2dc944 Update to (hashicorp-)serf-0.8.5. 2019-10-05 09:03:03 +00:00
ajacoutot 855f380266 Update to (hashicorp-)serf-0.8.4. 2019-09-22 07:46:40 +00:00
sthen 77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
ajacoutot 4d63d7cec2 Update to (hashicorp-)serf-0.8.3. 2019-04-16 08:14:43 +00:00
ajacoutot 2ce630756a Update to (hashicorp-)serf-0.8.2. 2019-04-03 08:08:42 +00:00
sthen f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00
rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
ajacoutot 7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot 958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot 13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
ajacoutot 1a82b697eb Update to hashicorp-serf-0.8.1. 2017-03-17 10:02:47 +00:00
ajacoutot 49af9cc433 Update to (hashicorp-)serf-0.8.0. 2017-01-21 05:03:28 +00:00
ajacoutot 7dd96039df Bump after recent go MODULE change.
ok czarkoff@
2016-08-03 09:34:39 +00:00
ajacoutot cbd36dddd8 No need for /var/serf. 2016-05-14 09:55:07 +00:00
ajacoutot f96f0066b8 Import hashicorp-serf-0.7.0.
("serf" was already taken by net/serf)

Serf is a decentralized solution for service discovery and orchestration that is
lightweight, highly available, and fault tolerant.

An efficient and lightweight gossip protocol is used to communicate with other
nodes. Serf can detect node failures and notify the rest of the cluster. An
event system is built on top of Serf, letting you use Serf's gossip protocol to
propagate events such as deploys, configuration changes, etc. Serf is completely
masterless with no single point of failure.

ok jasper@
2016-05-06 15:10:00 +00:00