Date: Thu, 8 Aug 2024 12:53:46 GMT From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 8bd599c5b2b0 - 2024Q3 - sysutils/nomad: Fix crashing on startup Message-ID: <202408081253.478Crka7086729@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=8bd599c5b2b06dda2f72015f8fc2bacac9e640a0 commit 8bd599c5b2b06dda2f72015f8fc2bacac9e640a0 Author: John Hixson <jhixson@FreeBSD.org> AuthorDate: 2024-07-13 21:15:57 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2024-08-08 12:52:03 +0000 sysutils/nomad: Fix crashing on startup PR: 280256 Reported by: Bretton Vine <bv@honeyguide.eu> Obtained from: Michael Gremlin <grembo@FreeBSD.org> (cherry picked from commit d799c7d268ff351136575e6f53b4a7d5420bc3b8) --- sysutils/nomad/Makefile | 6 +++++- sysutils/nomad/distinfo | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile index 13438e1d72b1..d1dd2237968b 100644 --- a/sysutils/nomad/Makefile +++ b/sysutils/nomad/Makefile @@ -1,12 +1,16 @@ PORTNAME= nomad DISTVERSIONPREFIX= v DISTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/hashicorp/nomad/${DISTVERSIONFULL}/ DISTFILES= go.mod \ api/go.mod +PATCH_SITES= https://github.com/hashicorp/nomad/commit/ +PATCHFILES= 2c86fe02834dc17a518d6e485aed66e971f7ed68.patch:-p1 \ + ed748105c9284e7c1d0feec20bb450d1d3c7007d.patch:-p1 + MAINTAINER= jhixson@FreeBSD.org COMMENT= Cluster manager and scheduler WWW= https://www.nomadproject.io/ diff --git a/sysutils/nomad/distinfo b/sysutils/nomad/distinfo index 0ca7b1043fef..aeeb2fe7b624 100644 --- a/sysutils/nomad/distinfo +++ b/sysutils/nomad/distinfo @@ -1,7 +1,11 @@ -TIMESTAMP = 1719734388 +TIMESTAMP = 1720895514 SHA256 (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/go.mod) = 337e0baea6cdf6d1048dad7dd0b001d234bb5bfd6892252c15a2050bf953269e SIZE (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/go.mod) = 14729 SHA256 (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/api/go.mod) = fbcc54abdb959be14d0e44d080a001ae030b97170f79ba4bd3bd78d277f053bf SIZE (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/api/go.mod) = 666 SHA256 (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/hashicorp-nomad-v1.8.1_GH0.tar.gz) = 4e6c3b97030c0d836180fa636d7c401adac43c0ac0322fd18e4033c679b9b4bb SIZE (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/hashicorp-nomad-v1.8.1_GH0.tar.gz) = 26295940 +SHA256 (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/2c86fe02834dc17a518d6e485aed66e971f7ed68.patch) = bafd4b3789d1e750203762b6f71beddcf8cbd78a52ce42de403c6473fced7559 +SIZE (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/2c86fe02834dc17a518d6e485aed66e971f7ed68.patch) = 1101 +SHA256 (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/ed748105c9284e7c1d0feec20bb450d1d3c7007d.patch) = d438ef866eeeea66f36c44f0ea3999374b500a5f69ceef4e8c6559db2127a877 +SIZE (go/sysutils_nomad/hashicorp-nomad-v1.8.1_GH0/ed748105c9284e7c1d0feec20bb450d1d3c7007d.patch) = 809
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408081253.478Crka7086729>