FreeBSD Bugzilla – Attachment 252014 Details for
Bug 280256
sysutils/nomad: Nomad v1.8.1 crashing on startup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix segfault on loading plugins due to missing numa support
nomad-1.8.1-plugin.patch (text/plain), 2.08 KB, created by
Michael Gmelin
on 2024-07-13 12:36:49 UTC
(
hide
)
Description:
Fix segfault on loading plugins due to missing numa support
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2024-07-13 12:36:49 UTC
Size:
2.08 KB
patch
obsolete
>diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile >index 13438e1d72b..d1dd2237968 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 0ca7b1043fe..4be75ea3a04 100644 >--- a/sysutils/nomad/distinfo >+++ b/sysutils/nomad/distinfo >@@ -1,7 +1,11 @@ >-TIMESTAMP = 1719734388 >+TIMESTAMP = 1720872387 > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
grembo
:
maintainer-approval?
(
jhixson
)
Actions:
View
|
Diff
Attachments on
bug 280256
: 252014