From 9434a2dfb2f8d6efa3df4dea46b35eaa423de83a Mon Sep 17 00:00:00 2001 From: Stanislav Petrashov Date: Sun, 16 Oct 2022 18:11:11 +0200 Subject: [PATCH 1/2] tailscale: update to v1.32.0 Signed-off-by: Stanislav Petrashov --- net/tailscale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index e74854d16..460a345b8 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.24.2 +PKG_VERSION:=1.32.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=tailscale-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=f1fe7770b4e372ace47c5b0ac4cbe21af95c3a6fb1828ee4f407fcfe35b7958f +PKG_HASH:=2085bbb34415e0480f118390026c7466f296b3a8851604378a82439b5b69df69 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause From 1ffe60bc859db3b6b900a9fd6950d53ee1184aa1 Mon Sep 17 00:00:00 2001 From: Stanislav Petrashov Date: Sat, 3 Dec 2022 19:49:08 +0100 Subject: [PATCH 2/2] tailscale: Update to version 1.32.3 Signed-off-by: Stanislav Petrashov --- net/tailscale/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 460a345b8..8f979aede 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.32.0 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.32.3 +PKG_RELEASE:=1 PKG_SOURCE:=tailscale-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=2085bbb34415e0480f118390026c7466f296b3a8851604378a82439b5b69df69 +PKG_HASH:=4cf88a1d754240ce71b29d3a65ca480091ad9c614ac99c541cef6fdaf0585dd4 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause