From bdce6e4d9441f5e1b21b0ae7814ef46bc62970d1 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Mon, 3 Apr 2023 13:33:14 +0200 Subject: [PATCH 01/20] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f349e98..4949229 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.36.2 + TAILSCALE_VERSION: 1.38.3 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index b41cf05..b48333b 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.36.2 +%define tailscale_version 1.38.3 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake} From 4e0dccdaa795699c508e5a92231b5cc1aab31751 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Sat, 13 May 2023 11:20:04 +0200 Subject: [PATCH 02/20] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4949229..7032388 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.38.3 + TAILSCALE_VERSION: 1.40.1 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index b48333b..4f3310d 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.38.3 +%define tailscale_version 1.40.1 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake} From cd6de448299853284a3f0f73868f74109096a120 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Sat, 13 May 2023 11:25:57 +0200 Subject: [PATCH 03/20] Add Install section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ebc467a..8f04bb0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ This application uses **root** privileges to run as this is needed to start `tai This project **IS NOT** endorsed by Tailscale Inc. +## Install + +Install via [OpenRepos](https://openrepos.net/content/ilpianista/tailscale). + ## Translations [![Translation status](https://hosted.weblate.org/widgets/harbour-tailscale/-/svg-badge.svg)](https://hosted.weblate.org/engage/harbour-tailscale/?utm_source=widget) From 54b93c0a1267c7e20afcb735b3c66d49925575ac Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Wed, 24 May 2023 00:58:10 +0200 Subject: [PATCH 04/20] Disable lipstick to fix tailscale start Fixes #2 --- harbour-tailscale.desktop | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/harbour-tailscale.desktop b/harbour-tailscale.desktop index ac837f4..dd20bbc 100644 --- a/harbour-tailscale.desktop +++ b/harbour-tailscale.desktop @@ -1,6 +1,9 @@ [Desktop Entry] Type=Application -X-Nemo-Application-Type=silica-qt5 +# From https://harbour.jolla.com/faq +# > this will make sure that the application is launched using the right booster, and will make startup faster +# However this makes impossible to start the tailscale service when launched from lipstick. +#X-Nemo-Application-Type=silica-qt5 Categories=Network; Icon=harbour-tailscale Exec=harbour-tailscale From 26f1cbe9df2a37f989b7a1be4d81ca8466736996 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Wed, 24 May 2023 00:59:34 +0200 Subject: [PATCH 05/20] Release 0.0.4 --- rpm/harbour-tailscale.changes | 4 ++++ rpm/harbour-tailscale.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm/harbour-tailscale.changes b/rpm/harbour-tailscale.changes index c7f9e98..6ef0710 100644 --- a/rpm/harbour-tailscale.changes +++ b/rpm/harbour-tailscale.changes @@ -1,3 +1,7 @@ +* Wed May 24 2023 Andrea Scarpino 0.0.4-1 +- Disable liptstick to fix application start from the launcher. +- Bump tailscale version + * Wed Feb 01 2023 Andrea Scarpino 0.0.3-1 - Disable SailJail to fix application start from the launcher. diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index 4f3310d..b15f670 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -10,7 +10,7 @@ Name: harbour-tailscale %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: tailscale -Version: 0.0.3 +Version: 0.0.4 Release: 1 Group: Qt/Qt License: GPLv3 From 08a3a77e4aea49eb1603e8b32e71c56343989388 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Mon, 29 May 2023 23:02:18 +0200 Subject: [PATCH 06/20] Add other files --- Tailscale.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tailscale.pro b/Tailscale.pro index 2041f4f..321e508 100644 --- a/Tailscale.pro +++ b/Tailscale.pro @@ -10,11 +10,12 @@ OTHER_FILES += \ qml/cover/CoverPage.qml \ qml/pages/About.qml \ qml/pages/MainPage.qml \ - qml/tailscale.qml \ + qml/Tailscale.qml \ harbour-tailscale.desktop \ rpm/harbour-tailscale.changes \ rpm/harbour-tailscale.spec \ - rpm/tailscale.service \ + rpm/tailscaled.defaults \ + rpm/tailscaled.service \ translations/*.ts CONFIG += sailfishapp_i18n From fbbf519daae5c21b7dd85183cce25c4746cec0d0 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Mon, 29 May 2023 23:08:34 +0200 Subject: [PATCH 07/20] Drop chum metadata --- rpm/harbour-tailscale.spec | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index b15f670..e0ca8f6 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -48,23 +48,6 @@ BuildRequires: desktop-file-utils Tailscale makes networking easy -%if "%{?vendor}" == "chum" -PackageName: tailscale -Type: desktop-application -DeveloperName: Andrea Scarpino -Categories: - - Network -Custom: - Repo: https://github.com/ilpianista/harbour-tailscale -Screenshots: - - https://raw.githubusercontent.com/ilpianista/harbour-Tailscale/master/screenshots/screenshot_1.png -Url: - Homepage: https://github.com/ilpianista/harbour-tailscale - Bugtracker: https://github.com/ilpianista/harbour-tailscale/issues - Donation: https://liberapay.com/ilpianista -%endif - - %prep %setup -q -n %{name}-%{version} From 6a76345dc2cb39c3a491aad9255f27dd112b7717 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 8 Jun 2023 23:16:19 +0200 Subject: [PATCH 08/20] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7032388..07c9f8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.40.1 + TAILSCALE_VERSION: 1.42.0 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index e0ca8f6..9159cae 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.40.1 +%define tailscale_version 1.42.0 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake} From 365974a689674a8125dc80b393d95f2f7a59f1ac Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Tue, 4 Jul 2023 09:08:27 +0200 Subject: [PATCH 09/20] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07c9f8c..dd0e9b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.42.0 + TAILSCALE_VERSION: 1.44.0 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index 9159cae..a4f3990 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.42.0 +%define tailscale_version 1.44.0 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake} From 26253c64dbfb4ad47e7adc649f6c3ebd2d675510 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 13 Jul 2023 15:31:22 +0200 Subject: [PATCH 10/20] Restart the browser so that it picks up resolv.conf changes Fixes #3 --- qml/pages/MainPage.qml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/qml/pages/MainPage.qml b/qml/pages/MainPage.qml index c5ed112..81ad82f 100644 --- a/qml/pages/MainPage.qml +++ b/qml/pages/MainPage.qml @@ -33,6 +33,15 @@ Page { iface: 'org.freedesktop.systemd1.Manager' } + DBusInterface { + id: systemdUser + + bus: DBus.SessionBus + service: 'org.freedesktop.systemd1' + path: '/org/freedesktop/systemd1' + iface: 'org.freedesktop.systemd1.Manager' + } + Connections { target: client @@ -69,6 +78,7 @@ Page { status.text = client.getStatus(); up.enabled = true; down.enabled = false; + restartBrowser(); } } @@ -77,7 +87,10 @@ Page { text: qsTr("Up") enabled: !client.isUp() - onClicked: client.up() + onClicked: { + client.up(); + restartBrowser(); + } } } @@ -114,4 +127,19 @@ Page { } ); } + + function restartBrowser() { + systemdUser.typedCall('RestartUnit', + [ + { 'type': 's', 'value': 'booster-browser@sailfish-browser.service' }, + { 'type': 's', 'value': 'fail' } + ], + function(result) { + console.log("sailfish-browser restarted") + }, + function(error, message) { + console.log("failed (" + error + ") with:", message) + } + ); + } } From 16baa63ba5df3714349f8be7d019073f0a378ccb Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 13 Jul 2023 15:37:41 +0200 Subject: [PATCH 11/20] Release 0.0.5 --- rpm/harbour-tailscale.changes | 4 ++++ rpm/harbour-tailscale.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm/harbour-tailscale.changes b/rpm/harbour-tailscale.changes index 6ef0710..2c42f2e 100644 --- a/rpm/harbour-tailscale.changes +++ b/rpm/harbour-tailscale.changes @@ -1,3 +1,7 @@ +* Thu Jul 13 2023 Andrea Scarpino 0.0.5-1 +- Restart the browser so that it picks up resolv.conf changes +- Bump tailscale version + * Wed May 24 2023 Andrea Scarpino 0.0.4-1 - Disable liptstick to fix application start from the launcher. - Bump tailscale version diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index a4f3990..1a1352b 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -10,7 +10,7 @@ Name: harbour-tailscale %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: tailscale -Version: 0.0.4 +Version: 0.0.5 Release: 1 Group: Qt/Qt License: GPLv3 From 72b3ec1a02db6c28940ced49c649490aa912645d Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Mon, 17 Jul 2023 17:25:20 +0200 Subject: [PATCH 12/20] Fix segmentation fault on exit --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.cpp b/src/client.cpp index b5e98a4..7574b10 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -36,7 +36,6 @@ Client::Client(QObject *parent) : Client::~Client() { - delete m_cmd; } QString Client::getStatus() const @@ -66,6 +65,7 @@ void Client::onUpFinished(int exitCode) Q_EMIT statusUpdate(true); } m_cmd->deleteLater(); + m_cmd = 0; } void Client::onUpReadyRead() From 43ef9ed445a0a4c72da3ef1691f1f37af870591a Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Mon, 17 Jul 2023 15:47:46 +0200 Subject: [PATCH 13/20] Add up/down action to cover --- qml/Tailscale.qml | 27 +++++++++++++++++++++++++++ qml/cover/CoverPage.qml | 18 ++++++++++++++++++ qml/pages/MainPage.qml | 28 ++-------------------------- 3 files changed, 47 insertions(+), 26 deletions(-) diff --git a/qml/Tailscale.qml b/qml/Tailscale.qml index be97512..ee325c6 100644 --- a/qml/Tailscale.qml +++ b/qml/Tailscale.qml @@ -18,12 +18,39 @@ import QtQuick 2.0 import Sailfish.Silica 1.0 +import Nemo.DBus 2.0 import "pages" ApplicationWindow { + id: appWindow + initialPage: Component { MainPage { } } cover: Qt.resolvedUrl("cover/CoverPage.qml") + + DBusInterface { + id: systemdUser + + bus: DBus.SessionBus + service: 'org.freedesktop.systemd1' + path: '/org/freedesktop/systemd1' + iface: 'org.freedesktop.systemd1.Manager' + } + + function restartBrowser() { + systemdUser.typedCall('RestartUnit', + [ + { 'type': 's', 'value': 'booster-browser@sailfish-browser.service' }, + { 'type': 's', 'value': 'fail' } + ], + function(result) { + console.log("sailfish-browser restarted") + }, + function(error, message) { + console.log("failed (" + error + ") with:", message) + } + ); + } } diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index 780f71c..bd81f0b 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -26,6 +26,7 @@ CoverBackground { onStatusUpdate: { placeholder.text = isUp ? qsTr("Up") : qsTr("Down"); + cover.iconSource = isUp ? "image://theme/icon-m-dismiss" : "image://theme/icon-m-global-proxy"; } } @@ -34,4 +35,21 @@ CoverBackground { text: client.isUp() ? qsTr("Up") : qsTr("Down"); icon.source: "/usr/share/icons/hicolor/86x86/apps/harbour-tailscale.png" } + + CoverActionList { + CoverAction { + id: cover + iconSource: client.isUp() ? "image://theme/icon-m-dismiss" : "image://theme/icon-m-global-proxy"; + + onTriggered: { + if (client.isUp()) { + client.down(); + } else { + client.up(); + } + + appWindow.restartBrowser(); + } + } + } } diff --git a/qml/pages/MainPage.qml b/qml/pages/MainPage.qml index 81ad82f..8fb7fc8 100644 --- a/qml/pages/MainPage.qml +++ b/qml/pages/MainPage.qml @@ -33,15 +33,6 @@ Page { iface: 'org.freedesktop.systemd1.Manager' } - DBusInterface { - id: systemdUser - - bus: DBus.SessionBus - service: 'org.freedesktop.systemd1' - path: '/org/freedesktop/systemd1' - iface: 'org.freedesktop.systemd1.Manager' - } - Connections { target: client @@ -78,7 +69,7 @@ Page { status.text = client.getStatus(); up.enabled = true; down.enabled = false; - restartBrowser(); + appWindow.restartBrowser(); } } @@ -89,7 +80,7 @@ Page { onClicked: { client.up(); - restartBrowser(); + appWindow.restartBrowser(); } } } @@ -127,19 +118,4 @@ Page { } ); } - - function restartBrowser() { - systemdUser.typedCall('RestartUnit', - [ - { 'type': 's', 'value': 'booster-browser@sailfish-browser.service' }, - { 'type': 's', 'value': 'fail' } - ], - function(result) { - console.log("sailfish-browser restarted") - }, - function(error, message) { - console.log("failed (" + error + ") with:", message) - } - ); - } } From bd969c7bd4eed5722f636474c40f0f63416c1dff Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Mon, 17 Jul 2023 17:49:52 +0200 Subject: [PATCH 14/20] Release 0.0.6 --- rpm/harbour-tailscale.changes | 4 ++++ rpm/harbour-tailscale.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm/harbour-tailscale.changes b/rpm/harbour-tailscale.changes index 2c42f2e..ef5dd4d 100644 --- a/rpm/harbour-tailscale.changes +++ b/rpm/harbour-tailscale.changes @@ -1,3 +1,7 @@ +* Mon Jul 17 2023 Andrea Scarpino 0.0.6-1 +- Add up/down action to cover +- Fix segmentation fault on exit + * Thu Jul 13 2023 Andrea Scarpino 0.0.5-1 - Restart the browser so that it picks up resolv.conf changes - Bump tailscale version diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index 1a1352b..23a2dac 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -10,7 +10,7 @@ Name: harbour-tailscale %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: tailscale -Version: 0.0.5 +Version: 0.0.6 Release: 1 Group: Qt/Qt License: GPLv3 From 1b3d2f3070447b4fffd7542cb1f6f96806b4a69e Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Wed, 19 Jul 2023 20:31:46 +0200 Subject: [PATCH 15/20] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd0e9b4..27c2c88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.44.0 + TAILSCALE_VERSION: 1.44.2 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index 23a2dac..788a945 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.44.0 +%define tailscale_version 1.44.2 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake} From b12878e4bfb9e745dd651a2db6858f3d2c668ff9 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 17 Aug 2023 14:53:32 +0200 Subject: [PATCH 16/20] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27c2c88..dd0907e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.44.2 + TAILSCALE_VERSION: 1.48.0 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index 788a945..84fc15a 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.44.2 +%define tailscale_version 1.48.0 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake} From 73880aec279685ce7b06591a5db1f9388e249dc4 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 2 Nov 2023 14:34:45 +0100 Subject: [PATCH 17/20] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd0907e..487a798 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.48.0 + TAILSCALE_VERSION: 1.52.0 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index 84fc15a..cd657ec 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.48.0 +%define tailscale_version 1.52.0 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake} From d6b7147480cb1a7b2dc522c6b8ab45c4b16a63bf Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 1 Dec 2023 15:10:55 +0100 Subject: [PATCH 18/20] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 487a798..cea56b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.52.0 + TAILSCALE_VERSION: 1.54.1 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index cd657ec..bfb9326 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.52.0 +%define tailscale_version 1.54.1 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake} From 9473621b65f6bdc03af8f335600bf6699115c94e Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 12 Jan 2024 18:39:10 +0100 Subject: [PATCH 19/20] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cea56b9..ed1a13c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.54.1 + TAILSCALE_VERSION: 1.56.1 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index bfb9326..0a68305 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.54.1 +%define tailscale_version 1.56.1 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake} From 70d1c421c514cc607a7d1384678f82703b80e985 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 12 Jan 2024 18:40:14 +0100 Subject: [PATCH 20/20] Release 0.0.7 --- rpm/harbour-tailscale.changes | 3 +++ rpm/harbour-tailscale.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm/harbour-tailscale.changes b/rpm/harbour-tailscale.changes index ef5dd4d..03f665a 100644 --- a/rpm/harbour-tailscale.changes +++ b/rpm/harbour-tailscale.changes @@ -1,3 +1,6 @@ +* Fri Jan 12 2024 Andrea Scarpino 0.0.7-1 +- Update tailscale to 1.56.1 + * Mon Jul 17 2023 Andrea Scarpino 0.0.6-1 - Add up/down action to cover - Fix segmentation fault on exit diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index 0a68305..c642e53 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -10,7 +10,7 @@ Name: harbour-tailscale %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: tailscale -Version: 0.0.6 +Version: 0.0.7 Release: 1 Group: Qt/Qt License: GPLv3