Date: Thu, 11 Feb 2021 16:12:14 +0000 (UTC) From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564959 - in head/security/tailscale: . files Message-ID: <202102111612.11BGCE9f082465@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mikael Date: Thu Feb 11 16:12:13 2021 New Revision: 564959 URL: https://svnweb.freebsd.org/changeset/ports/564959 Log: security/tailscale: Update to 1.4.4 While here fix rc script (pr 253396) Changes: https://github.com/tailscale/tailscale/releases/tag/v1.4.4 PR: 253396 Submitted by: Mike Knell Modified: head/security/tailscale/Makefile head/security/tailscale/distinfo head/security/tailscale/files/tailscaled.in Modified: head/security/tailscale/Makefile ============================================================================== --- head/security/tailscale/Makefile Thu Feb 11 15:21:52 2021 (r564958) +++ head/security/tailscale/Makefile Thu Feb 11 16:12:13 2021 (r564959) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tailscale -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.4 DISTVERSIONPREFIX= v CATEGORIES= security Modified: head/security/tailscale/distinfo ============================================================================== --- head/security/tailscale/distinfo Thu Feb 11 15:21:52 2021 (r564958) +++ head/security/tailscale/distinfo Thu Feb 11 16:12:13 2021 (r564959) @@ -1,6 +1,6 @@ -TIMESTAMP = 1612598378 -SHA256 (tailscale-tailscale-v1.4.2_GH0.tar.gz) = 26eb568be715ddbe02fdbd762179fb5d7920a30d59273c8f8d2967d1e29a000b -SIZE (tailscale-tailscale-v1.4.2_GH0.tar.gz) = 485372 +TIMESTAMP = 1613029876 +SHA256 (tailscale-tailscale-v1.4.4_GH0.tar.gz) = 5312c6d075a32049912e0932a89269869def9ac8ea9d0fdccc6b41db60fc2d4c +SIZE (tailscale-tailscale-v1.4.4_GH0.tar.gz) = 488201 SHA256 (apenwarr-fixconsole-5a9f6489cc29_GH0.tar.gz) = 60a7c20f3c7253049c70bcef2d5cfbc4f33eea5250e7f820eb48748b0a505418 SIZE (apenwarr-fixconsole-5a9f6489cc29_GH0.tar.gz) = 6349 SHA256 (go4org-unsafe-assume-no-moving-gc-1025295fd063_GH0.tar.gz) = 0ebdd7ce2be9c52bf10cdf508b4f7d2dd41347916f71656087712758614a9aca Modified: head/security/tailscale/files/tailscaled.in ============================================================================== --- head/security/tailscale/files/tailscaled.in Thu Feb 11 15:21:52 2021 (r564958) +++ head/security/tailscale/files/tailscaled.in Thu Feb 11 16:12:13 2021 (r564959) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: tailscaled -# REQUIRE: networking +# REQUIRE: NETWORKING # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102111612.11BGCE9f082465>