Bug 283071 - [PATCH] security/openbao update to 2.1.0
Summary: [PATCH] security/openbao update to 2.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Zsolt Udvari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-02 04:00 UTC by jake
Modified: 2024-12-03 18:47 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update openbao to 2.1.0 and build with go123 (4.30 KB, patch)
2024-12-02 04:00 UTC, jake
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!