From 8ca261055096c3a740b096a8d8106028bb82d76f Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 8 Jan 2023 20:58:32 +0800 Subject: [PATCH] Release 1.4.9 --- debian/changelog | 31 +++++++++++++++++++ packaging/aur/PKGBUILD | 6 ++-- .../obs/globalprotect-openconnect.changes | 31 +++++++++++++++++++ packaging/obs/globalprotect-openconnect.spec | 2 +- 4 files changed, 66 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2dc9b31..6dea723 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +globalprotect-openconnect (1.4.9-1) unstable; urgency=medium + + * Updated VERSION, Bumped 1.4.8 –> 1.4.9 + * fix: update cmake version + * fix: correct the package name + * fix: use the dev package + * fix: use qtkeychain package + * fix: add qt5-tools + * fix: add libsecret-1-dev + * fix: add pkg-config + * fix: use cmake 3.16 + * fix: add missing build dependency + * ci: fix CI + * Merge branch 'master' into develop + * feat: expose os-version to settings + * Add two missing dependencies for building on debian (#198) + * ci: assert no library missing + * fix: update qtkeychain + * ci: run gpclient after build + * fix: add qtkeychain + * chore: update CMake file + * Added install instructions for MX Linux. (#190) + * Credentials autocompleting (secure version) (#179) + * Read all saved Gateways (for selecting in Systray) (#181) + * copy install script for debian (#180) + * add es and pt support to shange status when connected to vpn (#162) + * fix: improve the cli support + * feat: add --reset option to gpclient + + -- Kevin Yue Sun, 08 Jan 2023 20:58:32 +0800 + globalprotect-openconnect (1.4.8-1) unstable; urgency=medium * Updated VERSION, Bumped 1.4.7 –> 1.4.8 diff --git a/packaging/aur/PKGBUILD b/packaging/aur/PKGBUILD index e607ee6..7b663ee 100644 --- a/packaging/aur/PKGBUILD +++ b/packaging/aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Keinv Yue -_pkgver="1.4.8" -_commit="3559834762c1e450887e40c70ed6f775f5421903" +_pkgver="1.4.9" +_commit="acf184134a2ff19e4a39528bd6a7fbbafa4cf017" pkgname=globalprotect-openconnect-git pkgver=${_pkgver} pkgrel=1 @@ -13,7 +13,7 @@ backup=( etc/gpservice/gp.conf ) install=gp.install -depends=('openconnect>=8.0.0' qt5-base qt5-webengine qt5-websockets) +depends=('openconnect>=8.0.0' qt5-base qt5-webengine qt5-websockets qt5-tools qtkeychain-qt5) makedepends=(git cmake) conflicts=('globalprotect-openconnect') provides=('globalprotect-openconnect' 'gpclient' 'gpservice') diff --git a/packaging/obs/globalprotect-openconnect.changes b/packaging/obs/globalprotect-openconnect.changes index 5973750..ff6f048 100644 --- a/packaging/obs/globalprotect-openconnect.changes +++ b/packaging/obs/globalprotect-openconnect.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Jan 8 12:58:32 UTC 2023 - k3vinyue@gmail.com - 1.4.9 + +- Update to 1.4.9 + * Updated VERSION, Bumped 1.4.8 –> 1.4.9 + * fix: update cmake version + * fix: correct the package name + * fix: use the dev package + * fix: use qtkeychain package + * fix: add qt5-tools + * fix: add libsecret-1-dev + * fix: add pkg-config + * fix: use cmake 3.16 + * fix: add missing build dependency + * ci: fix CI + * Merge branch 'master' into develop + * feat: expose os-version to settings + * Add two missing dependencies for building on debian (#198) + * ci: assert no library missing + * fix: update qtkeychain + * ci: run gpclient after build + * fix: add qtkeychain + * chore: update CMake file + * Added install instructions for MX Linux. (#190) + * Credentials autocompleting (secure version) (#179) + * Read all saved Gateways (for selecting in Systray) (#181) + * copy install script for debian (#180) + * add es and pt support to shange status when connected to vpn (#162) + * fix: improve the cli support + * feat: add --reset option to gpclient + ------------------------------------------------------------------- Sun Jun 12 12:28:58 UTC 2022 - k3vinyue@gmail.com - 1.4.8 diff --git a/packaging/obs/globalprotect-openconnect.spec b/packaging/obs/globalprotect-openconnect.spec index b4c01fe..defac74 100644 --- a/packaging/obs/globalprotect-openconnect.spec +++ b/packaging/obs/globalprotect-openconnect.spec @@ -1,5 +1,5 @@ Name: globalprotect-openconnect -Version: 1.4.8 +Version: 1.4.9 Release: 1 Summary: A GlobalProtect VPN client powered by OpenConnect Group: Productivity/Networking/PPP