Created attachment 265470 [details] update to new versions update of hostd, renterd, walletd to latest release. hostd_2.5.1 renterd_2.7.1 walletd_2.11.0 This update is mandatory to continue participating in the network, previous versions will cease to work in december 2025 !
Should be merged into the quarterly branch then. Please set the "maintainer-approved" flag on the patch for this to be fast-tracked.
Please provide links to changelogs for these three updates. In future patches, please make sure to clear PORTREVISION on update to a new DISTVERSION. Do not resubmit attachment 265470 [details], I have already done these changes locally. For future patches, please submit one commit per port to be updated.
hostd changelog https://github.com/SiaFoundation/hostd/releases/tag/v2.5.1 renterd changelog https://github.com/SiaFoundation/renterd/releases/tag/v2.7.1 walletd changelog https://github.com/SiaFoundation/walletd/releases/tag/v2.11.0 in the future, should I file one bug per port, or one bug and three patch files are ok ?
(In reply to bruno from comment #3) One bug report three patch files is ideal. Or submit one file containing three concatenated files (as produced by "git format-patch").
" Or submit one file containing three concatenated files (as produced by "git format-patch")." what I did is that I branched off main for a "release", then merge into that branch from my devel branch with git merge --squash devel so all the little commits for typos and what not are not visible. so what you are saying is that I should for each port, git merge --squash devel into my release, then do a git format-patch for those 3 commits ?
(In reply to bruno from comment #5) > so what you are saying is that I should for each port, git merge --squash devel into my release, then do a git format-patch for those 3 commits ? What I do is that I have all my development work in one tree and then I do "git rebase -i" to rearrange and squash the commits into a logical order. Your approach works, too.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0837c81099086e4e4d64fd520bd437c6a2b483d8 commit 0837c81099086e4e4d64fd520bd437c6a2b483d8 Author: bruno <bruno@tinkerbox.org> AuthorDate: 2025-11-18 10:09:55 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-11-22 16:01:29 +0000 net-p2p/walletd: update to 2.11.0 This update is mandatory to continue participating in the network, previous versions will cease to work in December 2025! Changelog: https://github.com/SiaFoundation/walletd/releases/tag/v2.11.0 PR: 291057 MFH: 2025Q4 net-p2p/walletd/Makefile | 59 +++++++++++------------ net-p2p/walletd/distinfo | 66 +++++++++++++------------- net-p2p/walletd/files/patch-build_meta.go | 8 ++-- net-p2p/walletd/files/patch-vendor_modules.txt | 54 ++++++++++----------- 4 files changed, 93 insertions(+), 94 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b412029a4f6188e935b1fe30be66a321c118c45 commit 3b412029a4f6188e935b1fe30be66a321c118c45 Author: bruno <bruno@tinkerbox.org> AuthorDate: 2025-11-18 10:07:26 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-11-22 16:01:29 +0000 net-p2p/hostd: update to 2.5.1 This update is mandatory to continue participating in the network, previous versions will cease to work in December 2025! Changelog: https://github.com/SiaFoundation/hostd/releases/tag/v2.5.1 PR: 291057 MFH: 2025Q4 net-p2p/hostd/Makefile | 40 +++++++------- net-p2p/hostd/distinfo | 80 ++++++++++++++-------------- net-p2p/hostd/files/hostd.yml.in | 5 -- net-p2p/hostd/files/patch-build_meta.go | 8 +-- net-p2p/hostd/files/patch-vendor_modules.txt | 68 +++++++++++------------ 5 files changed, 94 insertions(+), 107 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=790a4934ee403bf87db70f719fb7de2da651f942 commit 790a4934ee403bf87db70f719fb7de2da651f942 Author: bruno <bruno@tinkerbox.org> AuthorDate: 2025-11-18 10:09:22 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-11-22 16:01:29 +0000 net-p2p/renterd: update to 2.7.1 This update is mandatory to continue participating in the network, previous versions will cease to work in December 2025! Changelog: https://github.com/SiaFoundation/renterd/releases/tag/v2.7.1 PR: 291057 MFH: 2025Q4 net-p2p/renterd/Makefile | 84 ++++++++++++----------- net-p2p/renterd/distinfo | 92 +++++++++++++------------- net-p2p/renterd/files/patch-build_meta.go | 8 +-- net-p2p/renterd/files/patch-vendor_modules.txt | 84 +++++++++++------------ 4 files changed, 132 insertions(+), 136 deletions(-)
A commit in branch 2025Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0560f74d4e516b4c5ff0393b6c3f2ab52b2b21d commit d0560f74d4e516b4c5ff0393b6c3f2ab52b2b21d Author: bruno <bruno@tinkerbox.org> AuthorDate: 2025-11-18 10:09:55 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-11-22 16:04:50 +0000 net-p2p/walletd: update to 2.11.0 This update is mandatory to continue participating in the network, previous versions will cease to work in December 2025! Changelog: https://github.com/SiaFoundation/walletd/releases/tag/v2.11.0 PR: 291057 MFH: 2025Q4 (cherry picked from commit 0837c81099086e4e4d64fd520bd437c6a2b483d8) net-p2p/walletd/Makefile | 59 +++++++++++------------ net-p2p/walletd/distinfo | 66 +++++++++++++------------- net-p2p/walletd/files/patch-build_meta.go | 8 ++-- net-p2p/walletd/files/patch-vendor_modules.txt | 54 ++++++++++----------- 4 files changed, 93 insertions(+), 94 deletions(-)
A commit in branch 2025Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed7d224d0c8632b308ca544f35f99c31f4173a31 commit ed7d224d0c8632b308ca544f35f99c31f4173a31 Author: bruno <bruno@tinkerbox.org> AuthorDate: 2025-11-18 10:09:22 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-11-22 16:04:35 +0000 net-p2p/renterd: update to 2.7.1 This update is mandatory to continue participating in the network, previous versions will cease to work in December 2025! Changelog: https://github.com/SiaFoundation/renterd/releases/tag/v2.7.1 PR: 291057 MFH: 2025Q4 (cherry picked from commit 790a4934ee403bf87db70f719fb7de2da651f942) net-p2p/renterd/Makefile | 84 ++++++++++++----------- net-p2p/renterd/distinfo | 92 +++++++++++++------------- net-p2p/renterd/files/patch-build_meta.go | 8 +-- net-p2p/renterd/files/patch-vendor_modules.txt | 84 +++++++++++------------ 4 files changed, 132 insertions(+), 136 deletions(-)
A commit in branch 2025Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5afeb735946c605dc57283e9b5f4a4310d43cd83 commit 5afeb735946c605dc57283e9b5f4a4310d43cd83 Author: bruno <bruno@tinkerbox.org> AuthorDate: 2025-11-18 10:07:26 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-11-22 16:04:21 +0000 net-p2p/hostd: update to 2.5.1 This update is mandatory to continue participating in the network, previous versions will cease to work in December 2025! Changelog: https://github.com/SiaFoundation/hostd/releases/tag/v2.5.1 PR: 291057 MFH: 2025Q4 (cherry picked from commit 3b412029a4f6188e935b1fe30be66a321c118c45) net-p2p/hostd/Makefile | 40 +++++++------- net-p2p/hostd/distinfo | 80 ++++++++++++++-------------- net-p2p/hostd/files/hostd.yml.in | 5 -- net-p2p/hostd/files/patch-build_meta.go | 8 +-- net-p2p/hostd/files/patch-vendor_modules.txt | 68 +++++++++++------------ 5 files changed, 94 insertions(+), 107 deletions(-)
Thank you for your contribution.