-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
- Loading branch information
Showing
1 changed file
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
From 824c4992935e1fed258e73fd8637e4e939ba043e Mon Sep 17 00:00:00 2001 | ||
From: Wesley Gimenes <wehagy@proton.me> | ||
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 <wehagy@proton.me> | ||
--- | ||
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 <oskari.rauta@gmail.com> | ||
PKG_LICENSE:=BSD-3-Clause | ||
|
||
From 2afdb392987665a5fefc099bf9ff895df90d591c Mon Sep 17 00:00:00 2001 | ||
From: Wesley Gimenes <wehagy@proton.me> | ||
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 <wehagy@proton.me> | ||
--- | ||
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 <oskari.rauta@gmail.com> | ||
PKG_LICENSE:=BSD-3-Clause | ||
|
||
From ce8d2404f1453ae88bff755150bfd2ffb3c99a17 Mon Sep 17 00:00:00 2001 | ||
From: Wesley Gimenes <wehagy@proton.me> | ||
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 <wehagy@proton.me> | ||
--- | ||
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 <oskari.rauta@gmail.com> | ||
PKG_LICENSE:=BSD-3-Clause |