Skip to content

Commit

Permalink
netbird: update to 0.36.5
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Gimenes <[email protected]>
  • Loading branch information
wehagy committed Feb 5, 2025
1 parent 7ac478f commit 56e2c69
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 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
32 changes: 32 additions & 0 deletions patches/packages/netbird-2000-update-to-0.36.5.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
From 2879138168c198484a5b98484c90b888012eee9f Mon Sep 17 00:00:00 2001
From: Wesley Gimenes <[email protected]>
Date: Wed, 5 Feb 2025 17:04:51 -0300
Subject: [PATCH] netbird: update to 0.36.5

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

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 8c703118b036e6..91fbc23a21d033 100644
--- a/net/netbird/Makefile
+++ b/net/netbird/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netbird
-PKG_VERSION:=0.36.3
+PKG_VERSION:=0.36.5
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:=71d0e7c342bdcd1b74b9b4e99d2c87f898ed54f780b4adf6bbda77900b842ec8
+PKG_HASH:=0943c667c38c129980bf5e7436d503801c041ddd3e4d79671349c5fda0b8d4d9

PKG_MAINTAINER:=Wesley Gimenes <[email protected]>
PKG_LICENSE:=BSD-3-Clause

0 comments on commit 56e2c69

Please sign in to comment.