Bug 283071

Summary: [PATCH] security/openbao update to 2.1.0
Product: Ports & Packages Reporter: jake
Component: Individual Port(s)Assignee: Zsolt Udvari <uzsolt>
Status: Closed FIXED    
Severity: Affects Only Me CC: uzsolt
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update openbao to 2.1.0 and build with go123 none

Description jake 2024-12-02 04:00:28 UTC
Created attachment 255576 [details]
Patch to update openbao to 2.1.0 and build with go123

This patch will update openbao to 2.1.0 and build it using go1.23
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-12-03 18:45:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c8e7bad8d0aa430ac1308937e079902a8c7a4a1

commit 9c8e7bad8d0aa430ac1308937e079902a8c7a4a1
Author:     jake <jake@metalrip.com>
AuthorDate: 2024-12-03 18:43:35 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-12-03 18:45:06 +0000

    security/openbao: Update to 2.1.0

    Use go 1.23.

    Changelog: https://github.com/openbao/openbao/releases/tag/v2.1.0

    PR:             283071
    Approved by:    submitter is maintainer

 security/openbao/Makefile |  5 ++---
 security/openbao/distinfo | 30 +++++++++++++++---------------
 2 files changed, 17 insertions(+), 18 deletions(-)
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-12-03 18:47:59 UTC
Committed, thanks!