Skip to content

Commit

Permalink
netbird: update to 0.33.0
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Gimenes <[email protected]>
  • Loading branch information
wehagy committed Nov 28, 2024
1 parent 55e0883 commit f9c4699
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions patches/packages/netbird-2000-update-to-0.33.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
From 9e3d070b8e3e154ee37c4b2bbfc4221dd60a3f99 Mon Sep 17 00:00:00 2001
From: Maycon Santos <[email protected]>
Date: Fri, 22 Nov 2024 15:22:55 +0100
Subject: [PATCH 1/3] Update NetBird to 0.32.0

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

diff --git a/net/netbird/Makefile b/net/netbird/Makefile
index 7dc29aec2a0da1..9c4d213ede1a6d 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.32.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:=b4647050bc09245b30f019fad609e9b4179282dda34c68ce7b99cbb797c0e80a

PKG_MAINTAINER:=Oskari Rauta <[email protected]>
PKG_LICENSE:=BSD-3-Clause

From 29df593cdc76cdd6e73eb959786d3ff324d2203e Mon Sep 17 00:00:00 2001
From: Maycon Santos <[email protected]>
Date: Sun, 24 Nov 2024 11:43:31 +0100
Subject: [PATCH 2/3] Update to 0.33.0 version

Co-authored-by: Wesley Gimenes <[email protected]>
Signed-off-by: Maycon Santos <[email protected]>
---
net/netbird/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netbird/Makefile b/net/netbird/Makefile
index 9c4d213ede1a6d..513470492c94cd 100644
--- a/net/netbird/Makefile
+++ b/net/netbird/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netbird
-PKG_VERSION:=0.32.0
+PKG_VERSION:=0.33.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

From bff3ac87d742fb7172fc80de9a1db69ff8af9d6c Mon Sep 17 00:00:00 2001
From: Maycon Santos <[email protected]>
Date: Sun, 24 Nov 2024 11:43:48 +0100
Subject: [PATCH 3/3] Update to 0.33.0 hash

Co-authored-by: Wesley Gimenes <[email protected]>
Signed-off-by: Maycon Santos <[email protected]>
---
net/netbird/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netbird/Makefile b/net/netbird/Makefile
index 513470492c94cd..802a0c99cb9660 100644
--- a/net/netbird/Makefile
+++ b/net/netbird/Makefile
@@ -6,7 +6,7 @@ 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:=b4647050bc09245b30f019fad609e9b4179282dda34c68ce7b99cbb797c0e80a
+PKG_HASH:=b5cb027e5821a996e487a827cc0c0a3e183c55820145c1f5a429e5e604ba73ff

PKG_MAINTAINER:=Oskari Rauta <[email protected]>
PKG_LICENSE:=BSD-3-Clause

0 comments on commit f9c4699

Please sign in to comment.