Update tailscale to 1.74.1

This commit is contained in:
iamromulan
2024-10-05 19:35:42 -04:00
parent 79d0e4db3f
commit 40d57e9930
16 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1 @@
/etc/config/tailscale

View File

@@ -0,0 +1,15 @@
Package: tailscaled
Version: 1.74.1-1
Depends: libc, ca-bundle, kmod-tun
Source: feeds/packages/net/tailscale
SourceName: tailscaled
License: BSD-3-Clause
LicenseFiles: LICENSE
Section: net
SourceDateEpoch: 1671394068
Maintainer: Jan Pavlinec <jan.pavlinec1@gmail.com>
Architecture: aarch64_cortex-a53
Installed-Size: 6285065
Description: It creates a secure network between your servers, computers,
and cloud instances. Even when separated by firewalls or subnets. Updated
by iamromulan to 1.74.1

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_postinst $0 $@

View File

@@ -0,0 +1,4 @@
#!/bin/sh
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_prerm $0 $@