Date: Wed, 4 Jan 2017 16:43:17 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430574 - head/sysutils/nomad Message-ID: <201701041643.v04GhHZI084698@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Wed Jan 4 16:43:17 2017 New Revision: 430574 URL: https://svnweb.freebsd.org/changeset/ports/430574 Log: 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) Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Wed Jan 4 16:40:57 2017 (r430573) +++ head/sysutils/nomad/Makefile Wed Jan 4 16:43:17 2017 (r430574) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nomad -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Wed Jan 4 16:40:57 2017 (r430573) +++ head/sysutils/nomad/distinfo Wed Jan 4 16:43:17 2017 (r430574) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701041643.v04GhHZI084698>