diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-01-04 16:43:17 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-01-04 16:43:17 +0000 |
commit | 8a319720d62f56f4b2005dbe5ed7d830087d82ad (patch) | |
tree | 2714427c7d15f8235cdbed80acfb842fa16558e5 /sysutils/nomad | |
parent | 64e2a5bd49bf4bfc5a48db7e3def01b799a2dadf (diff) |
sysutils/nomad: Update from 0.5.1 to 0.5.2
- client: Fixed a race condition and remove panic
when handling duplicate allocations
- client: Cancel wait for remote allocation if migration is no longer required
- client: Failure to stat a single mountpoint does not cause all of host
resource usage collection to fail
PR: 215744
Submitted by: jhixson@gmail.com (maintainer)
Notes
Notes:
svn path=/head/; revision=430574
Diffstat (limited to 'sysutils/nomad')
-rw-r--r-- | sysutils/nomad/Makefile | 2 | ||||
-rw-r--r-- | sysutils/nomad/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile index 8d84322b5579..e4f168489d60 100644 --- a/sysutils/nomad/Makefile +++ b/sysutils/nomad/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nomad -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils diff --git a/sysutils/nomad/distinfo b/sysutils/nomad/distinfo index d3121542d7f7..82c91b4d5a4a 100644 --- a/sysutils/nomad/distinfo +++ b/sysutils/nomad/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1481616683 -SHA256 (hashicorp-nomad-v0.5.1_GH0.tar.gz) = 7bbd5f8c23affb3c1b70d1c8fda22271b6ef7941fed938f79e94fce27139e7b6 -SIZE (hashicorp-nomad-v0.5.1_GH0.tar.gz) = 17724166 +TIMESTAMP = 1483474874 +SHA256 (hashicorp-nomad-v0.5.2_GH0.tar.gz) = 6d76955211a9d4d3c8cd37de4dc258ea211a04cd73dc4a2b1dc3844396d02a72 +SIZE (hashicorp-nomad-v0.5.2_GH0.tar.gz) = 17726650 SHA256 (kardianos-govendor-v1.0.8_GH0.tar.gz) = 7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7 SIZE (kardianos-govendor-v1.0.8_GH0.tar.gz) = 114321 SHA256 (mitchellh-gox-v0.3.0_GH0.tar.gz) = 29dc6b689f670a5444cc54cd9111549ccb01501901bc9197d0e1325a35157802 |