Skip to content

Commit

Permalink
netbird: update to 0.34.0
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Gimenes <[email protected]>
  • Loading branch information
wehagy committed Dec 5, 2024
1 parent 55e0883 commit 3d9cab2
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions patches/packages/netbird-2000-update-to-0.34.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
From 824c4992935e1fed258e73fd8637e4e939ba043e Mon Sep 17 00:00:00 2001
From: Wesley Gimenes <[email protected]>
Date: Tue, 12 Nov 2024 07:13:04 -0300
Subject: [PATCH 1/2] 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 <[email protected]>
---
net/netbird/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/netbird/Makefile b/net/netbird/Makefile
index 7dc29aec2a0da..802a0c99cb966 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 <[email protected]>
PKG_LICENSE:=BSD-3-Clause

From 2afdb392987665a5fefc099bf9ff895df90d591c Mon Sep 17 00:00:00 2001
From: Wesley Gimenes <[email protected]>
Date: Wed, 4 Dec 2024 22:58:35 -0300
Subject: [PATCH 2/2] netbird: update to 0.34.0

changelog: https://github.com/netbirdio/netbird/releases/tag/v0.34.0

Signed-off-by: Wesley Gimenes <[email protected]>
---
net/netbird/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/netbird/Makefile b/net/netbird/Makefile
index 802a0c99cb966..a8a3c0a5a6c37 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 <[email protected]>
PKG_LICENSE:=BSD-3-Clause

0 comments on commit 3d9cab2

Please sign in to comment.