-
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
59 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,59 @@ | ||
From a85345f1672329b0b01c5f6aed7a27909f0cb1ba Mon Sep 17 00:00:00 2001 | ||
From: Wesley Gimenes <wehagy@proton.me> | ||
Date: Sun, 22 Dec 2024 19:21:31 -0300 | ||
Subject: [PATCH 1/2] netbird: revert 7b3d033ab651dd11e0db5fb099d106c9e09a2dc6 | ||
|
||
Signed-off-by: Wesley Gimenes <wehagy@proton.me> | ||
--- | ||
net/netbird/Makefile | 6 ------ | ||
1 file changed, 6 deletions(-) | ||
|
||
diff --git a/net/netbird/Makefile b/net/netbird/Makefile | ||
index 88149d170..4190c0dda 100644 | ||
--- a/net/netbird/Makefile | ||
+++ b/net/netbird/Makefile | ||
@@ -44,12 +44,6 @@ define Package/netbird/conffiles | ||
/etc/netbird/config.json | ||
endef | ||
|
||
-# Workaround for musl 1.2.4 compability in mattn/go-sqlite3 | ||
-# https://github.com/mattn/go-sqlite3/issues/1164 | ||
-ifneq ($(CONFIG_USE_MUSL),) | ||
- TARGET_CFLAGS += -D_LARGEFILE64_SOURCE | ||
-endif | ||
- | ||
define Package/netbird/install | ||
$(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR)) | ||
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc/init.d | ||
|
||
From c0f719b3f71a078052e8ef1a0e0ca51dc522c811 Mon Sep 17 00:00:00 2001 | ||
From: Wesley Gimenes <wehagy@proton.me> | ||
Date: Tue, 24 Dec 2024 15:57:16 -0300 | ||
Subject: [PATCH 2/2] netbird: update to 0.35.0 | ||
|
||
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.35.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 4190c0dda..cf34df059 100644 | ||
--- a/net/netbird/Makefile | ||
+++ b/net/netbird/Makefile | ||
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=netbird | ||
-PKG_VERSION:=0.34.1 | ||
+PKG_VERSION:=0.35.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:=5eb78e815c73b197f36141dbc071520171cd660a1f64a010c5ec5c4db4d006e4 | ||
+PKG_HASH:=a95b7f0f06cca20eaf28d481f41fb3164b966043f2f6212934f22de9aca8dae9 | ||
|
||
PKG_MAINTAINER:=Wesley Gimenes <wehagy@proton.me> | ||
PKG_LICENSE:=BSD-3-Clause |