From: Wesley Gimenes Date: Tue, 17 Feb 2026 05:45:20 +0000 (-0300) Subject: netbird: update to 0.61.2 (breaking change) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=291dacc67ce56c21dc81445a2233979b4511741f;p=openwrt-packages.git netbird: update to 0.61.2 (breaking change) Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.61.2 The second release of `netbird` that introduces a breaking change[1]. A backport will be provided for OpenWrt 25.12 but not for OpenWrt 24.10, since OpenWrt 25.12 has not been released yet. NetBird adds **fine-grained SSH access control**[2]. Self-hosters must update both the `management` and `dashboard`[3]. [1]: https://forum.netbird.io/t/upcoming-breaking-changes-to-netbird-ssh/401 [2]: https://docs.netbird.io/manage/peers/ssh#fine-grained-access-control [3]: https://docs.netbird.io/manage/peers/ssh#v0-61-0 Signed-off-by: Wesley Gimenes --- diff --git a/net/netbird/Makefile b/net/netbird/Makefile index 29d95a4d6..f1734e31b 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.60.8 -PKG_RELEASE:=2 +PKG_VERSION:=0.61.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/netbirdio/netbird/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=c7d13a75dc1e245cafff371e63d20b7f8c977179a3b956ef4ba6caafa7998425 +PKG_HASH:=6a13cba1a1176faf6932926e04cf09916dbfd1e42a269709416eb0b8a8ee3b2a PKG_MAINTAINER:=Wesley Gimenes PKG_LICENSE:=BSD-3-Clause