From 43b1b9f3459a9fda1f03fbc1a753d3f910935f1c Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Thu, 7 Nov 2024 12:00:25 -0300 Subject: [PATCH] netbird: update to 0.34.1 Signed-off-by: Wesley Gimenes --- .../netbird-2000-update-to-0.34.1.patch | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 patches/packages/netbird-2000-update-to-0.34.1.patch diff --git a/patches/packages/netbird-2000-update-to-0.34.1.patch b/patches/packages/netbird-2000-update-to-0.34.1.patch new file mode 100644 index 0000000..57b09a7 --- /dev/null +++ b/patches/packages/netbird-2000-update-to-0.34.1.patch @@ -0,0 +1,96 @@ +From 824c4992935e1fed258e73fd8637e4e939ba043e Mon Sep 17 00:00:00 2001 +From: Wesley Gimenes +Date: Tue, 12 Nov 2024 07:13:04 -0300 +Subject: [PATCH 1/3] netbird: update to 0.33.0 + +changelog: https://github.com/netbirdio/netbird/releases/tag/v0.33.0 +supersedes: https://github.com/openwrt/packages/pull/25425 + +Signed-off-by: Wesley Gimenes +--- + net/netbird/Makefile | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/net/netbird/Makefile b/net/netbird/Makefile +index 7dc29aec2..802a0c99c 100644 +--- a/net/netbird/Makefile ++++ b/net/netbird/Makefile +@@ -1,12 +1,12 @@ + include $(TOPDIR)/rules.mk + + PKG_NAME:=netbird +-PKG_VERSION:=0.31.0 ++PKG_VERSION:=0.33.0 + 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:=7da075c5e1962b9118d2d17500bf9b22e6f70c595a356ed290b4f7b1d1b84919 ++PKG_HASH:=b5cb027e5821a996e487a827cc0c0a3e183c55820145c1f5a429e5e604ba73ff + + PKG_MAINTAINER:=Oskari Rauta + PKG_LICENSE:=BSD-3-Clause + +From 2afdb392987665a5fefc099bf9ff895df90d591c Mon Sep 17 00:00:00 2001 +From: Wesley Gimenes +Date: Wed, 4 Dec 2024 22:58:35 -0300 +Subject: [PATCH 2/3] netbird: update to 0.34.0 + +changelog: https://github.com/netbirdio/netbird/releases/tag/v0.34.0 + +Signed-off-by: Wesley Gimenes +--- + net/netbird/Makefile | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/net/netbird/Makefile b/net/netbird/Makefile +index 802a0c99c..a8a3c0a5a 100644 +--- a/net/netbird/Makefile ++++ b/net/netbird/Makefile +@@ -1,12 +1,12 @@ + include $(TOPDIR)/rules.mk + + PKG_NAME:=netbird +-PKG_VERSION:=0.33.0 ++PKG_VERSION:=0.34.0 + 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:=b5cb027e5821a996e487a827cc0c0a3e183c55820145c1f5a429e5e604ba73ff ++PKG_HASH:=7e13a62d5f25fa04b15f61c8a66a26b8b790df8335704bbdd1c259e54e29fab4 + + PKG_MAINTAINER:=Oskari Rauta + PKG_LICENSE:=BSD-3-Clause + +From ce8d2404f1453ae88bff755150bfd2ffb3c99a17 Mon Sep 17 00:00:00 2001 +From: Wesley Gimenes +Date: Fri, 6 Dec 2024 00:34:19 -0300 +Subject: [PATCH 3/3] netbird: update to 0.34.1 + +changelog: https://github.com/netbirdio/netbird/releases/tag/v0.34.1 + +Signed-off-by: Wesley Gimenes +--- + net/netbird/Makefile | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/net/netbird/Makefile b/net/netbird/Makefile +index a8a3c0a5a..cb572583d 100644 +--- a/net/netbird/Makefile ++++ b/net/netbird/Makefile +@@ -1,12 +1,12 @@ + include $(TOPDIR)/rules.mk + + PKG_NAME:=netbird +-PKG_VERSION:=0.34.0 ++PKG_VERSION:=0.34.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:=7e13a62d5f25fa04b15f61c8a66a26b8b790df8335704bbdd1c259e54e29fab4 ++PKG_HASH:=5eb78e815c73b197f36141dbc071520171cd660a1f64a010c5ec5c4db4d006e4 + + PKG_MAINTAINER:=Oskari Rauta + PKG_LICENSE:=BSD-3-Clause