Maintainer: Wesley Gimenes <redacted>
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 <redacted>
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 <wehagy@proton.me>
PKG_LICENSE:=BSD-3-Clause