From: Maksym Vasylchenko Date: Tue, 8 Sep 2026 20:22:38 +0000 (+0200) Subject: netbird: update to 0.78.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5a193ef051c938a3ca434a16f988ceae4bc21455;p=openwrt-packages.git netbird: update to 0.78.1 Maintainer: Wesley Gimenes Changelog: https://github.com/netbirdio/netbird/compare/v0.73.2...v0.78.1 Compile tested: x86_64, OpenWrt packages master (Go 1.27) Run tested: x86_64, OpenWrt 25.12.4 (Hyper-V VM) Notable upstream changes: - fix local privilege escalation via unauthenticated IPC socket (GHSA-qcpp-8vwj-hhwr), affects all versions < 0.76.0 - fix nftables route rule expression ordering - fallback to per-IP ACL rules when ipset is unavailable - client ICEBind / route / fwmark fixes (v0.78.0) - Go 1.26 toolchain (compatible with OpenWrt golang 1.26/1.27) Signed-off-by: Maksym Vasylchenko --- diff --git a/net/netbird/Makefile b/net/netbird/Makefile index 2893c4c17..41e1417e9 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.73.2 +PKG_VERSION:=0.78.1 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:=ba8d1615a6676e6d17f5d4a3c8027cd2e7437c862da3f963d3b337c09efff423 +PKG_HASH:=2adde8bbd77ea595b5f50174be10574466f1c07fc9fbf827024245aec2f4dabc PKG_MAINTAINER:=Wesley Gimenes PKG_LICENSE:=BSD-3-Clause