Bug 287622 - security/netbird: update to 0.47.2
Summary: security/netbird: update to 0.47.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-18 06:58 UTC by Hakan Sarıman
Modified: 2025-06-18 17:59 UTC (History)
2 users (show)

See Also:


Attachments
netbird_v0.47.2.diff (1.31 KB, patch)
2025-06-18 06:58 UTC, Hakan Sarıman
no flags Details | Diff
netbird_v0.47.2.diff (2.68 KB, patch)
2025-06-18 11:46 UTC, Hakan Sarıman
no flags Details | Diff
netbird_v0.47.2.diff (3.41 KB, patch)
2025-06-18 14:36 UTC, Hakan Sarıman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hakan Sarıman 2025-06-18 06:58:20 UTC
Created attachment 261361 [details]
netbird_v0.47.2.diff

security/netbird: update to 0.47.2
Comment 1 Herbert J. Skuhra 2025-06-18 11:42:08 UTC
Can this be committed as well?

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286830
Comment 2 Hakan Sarıman 2025-06-18 11:46:08 UTC
Created attachment 261378 [details]
netbird_v0.47.2.diff
Comment 3 Hakan Sarıman 2025-06-18 11:46:31 UTC
(In reply to Herbert J. Skuhra from comment #1)

Committed related changes.
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2025-06-18 11:57:57 UTC
Can you add description for netbird_config, netbird_socket and netbird_env?
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2025-06-18 12:00:33 UTC
netbird_logfile too
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2025-06-18 12:03:08 UTC
: ${netbird_config="/var/db/netbird/config.json"}
: ${netbird_socket="/var/run/netbird.sock"}
: ${netbird_logfile="/var/log/netbird/client.log"}
: ${netbird_env="IS_DAEMON=1"}
Probably you mean:
: ${netbird_config:="/var/db/netbird/config.json"}
: ${netbird_socket:="/var/run/netbird.sock"}
: ${netbird_logfile:="/var/log/netbird/client.log"}
: ${netbird_env:="IS_DAEMON=1"}
?
Comment 7 Hakan Sarıman 2025-06-18 14:36:00 UTC
Created attachment 261383 [details]
netbird_v0.47.2.diff
Comment 8 Hakan Sarıman 2025-06-18 14:36:51 UTC
(In reply to Vladimir Druzenko from comment #6)
thanks, fixed the description.
Comment 9 commit-hook freebsd_committer freebsd_triage 2025-06-18 17:58:43 UTC
A commit in branch main references this bug:

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

commit f461db476ca666320139604e1f4e663a7671f53b
Author:     Hakan Sarıman <hakan.external@netbird.io>
AuthorDate: 2025-06-18 17:42:51 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-06-18 17:56:18 +0000

    security/netbird: Update 0.46.0 => 0.47.2

    Changelogs:
    https://github.com/netbirdio/netbird/releases/tag/v0.47.0
    https://github.com/netbirdio/netbird/releases/tag/v0.47.1
    https://github.com/netbirdio/netbird/releases/tag/v0.47.2

    Improve rc script: honor $PREFIX, parameterize some file paths and add
    description for parameters.

    PR:             287622 286830
    Co-authored-by: Chad Jacob Milios <milios@ccsys.com>

 security/netbird/Makefile         |  2 +-
 security/netbird/distinfo         | 10 +++++-----
 security/netbird/files/netbird.in | 30 +++++++++++++++++++++++++++---
 3 files changed, 33 insertions(+), 9 deletions(-)
Comment 10 Vladimir Druzenko freebsd_committer freebsd_triage 2025-06-18 17:59:13 UTC
Thanks.