Skip to content

Commit

Permalink
netbird: update to 0.37.0
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
  • Loading branch information
wehagy committed Feb 21, 2025
1 parent 7ac478f commit a0d4a82
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
6 changes: 3 additions & 3 deletions owpib
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ dockerfile_sdk() {
for dir in "${custom_feed[@]#*/}"; do
custom_feed_packages+=" ${dir%/}"
done
printf '%s\n' "Directories '${custom_feed_packages}' found inside 'custom-feed'."
#printf '%s\n' "Directories '${custom_feed_packages}' found inside 'custom-feed'."
PACKAGES+="${custom_feed_packages}"
else
printf '%s\n' "No directories found inside 'custom-feed'."
#printf '%s\n' "No directories found inside 'custom-feed'."
patch_custom="false"
fi

Expand Down Expand Up @@ -304,7 +304,7 @@ for package in "\$(compile_packages)"; do
# Compile the package using all available CPU cores
./scripts/feeds install "\${package}"
make package/"\${package}"/compile \\
-j${NPROC}
-j${NPROC} V=s
done
# Enable recursive globbing for directory matching
Expand Down
31 changes: 31 additions & 0 deletions patches/packages/netbird-2000-update-to-0.37.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
From 1d83b55bd830065e997a15209acf70db77aa595d Mon Sep 17 00:00:00 2001
From: Wesley Gimenes <wehagy@proton.me>
Date: Fri, 21 Feb 2025 17:57:29 -0300
Subject: [PATCH] netbird: update to 0.37.0

changelog: https://github.com/netbirdio/netbird/releases/tag/v0.37.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 d00533fae..2db3b7cb5 100644
--- a/net/netbird/Makefile
+++ b/net/netbird/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netbird
-PKG_VERSION:=0.36.7
+PKG_VERSION:=0.37.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:=03b0581ef19fa839fca9172aac3cdadda39a89df42761c497bc81709081574a4
+PKG_HASH:=e920e7036c16954e6c3d768633851c4db8d256013a48ec363af68287d970acca

PKG_MAINTAINER:=Wesley Gimenes <wehagy@proton.me>
PKG_LICENSE:=BSD-3-Clause

0 comments on commit a0d4a82

Please sign in to comment.