mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Release 1.4.9
This commit is contained in:
parent
acf184134a
commit
8ca2610550
31
debian/changelog
vendored
31
debian/changelog
vendored
@ -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 <k3vinyue@gmail.com> Sun, 08 Jan 2023 20:58:32 +0800
|
||||||
|
|
||||||
globalprotect-openconnect (1.4.8-1) unstable; urgency=medium
|
globalprotect-openconnect (1.4.8-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Updated VERSION, Bumped 1.4.7 –> 1.4.8
|
* Updated VERSION, Bumped 1.4.7 –> 1.4.8
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Keinv Yue <yuezk001@gmail.com>
|
# Maintainer: Keinv Yue <yuezk001@gmail.com>
|
||||||
|
|
||||||
_pkgver="1.4.8"
|
_pkgver="1.4.9"
|
||||||
_commit="3559834762c1e450887e40c70ed6f775f5421903"
|
_commit="acf184134a2ff19e4a39528bd6a7fbbafa4cf017"
|
||||||
pkgname=globalprotect-openconnect-git
|
pkgname=globalprotect-openconnect-git
|
||||||
pkgver=${_pkgver}
|
pkgver=${_pkgver}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
@ -13,7 +13,7 @@ backup=(
|
|||||||
etc/gpservice/gp.conf
|
etc/gpservice/gp.conf
|
||||||
)
|
)
|
||||||
install=gp.install
|
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)
|
makedepends=(git cmake)
|
||||||
conflicts=('globalprotect-openconnect')
|
conflicts=('globalprotect-openconnect')
|
||||||
provides=('globalprotect-openconnect' 'gpclient' 'gpservice')
|
provides=('globalprotect-openconnect' 'gpclient' 'gpservice')
|
||||||
|
@ -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
|
Sun Jun 12 12:28:58 UTC 2022 - k3vinyue@gmail.com - 1.4.8
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: globalprotect-openconnect
|
Name: globalprotect-openconnect
|
||||||
Version: 1.4.8
|
Version: 1.4.9
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A GlobalProtect VPN client powered by OpenConnect
|
Summary: A GlobalProtect VPN client powered by OpenConnect
|
||||||
Group: Productivity/Networking/PPP
|
Group: Productivity/Networking/PPP
|
||||||
|
Loading…
Reference in New Issue
Block a user