Fixes to app.openconnect
This commit is contained in:
parent
a196059fdb
commit
887b263909
|
@ -4,25 +4,24 @@ Source Code:https://github.com/cernekee/ics-openconnect
|
|||
Issue Tracker:https://github.com/cernekee/ics-openconnect/issues
|
||||
|
||||
Auto Name:OpenConnect
|
||||
Summary:SSL VPN client for Cisco AnyConnect protocol
|
||||
Summary:SSL VPN client for Cisco AnyConnect
|
||||
Description:
|
||||
OpenConnect for Android is an SSL VPN client used with Cisco AnyConnect or
|
||||
ocserv based gateways.
|
||||
|
||||
Features:
|
||||
|
||||
*One-click connection (batch mode)
|
||||
*Supports RSA SecurID and TOTP software tokens
|
||||
*Keepalive feature to prevent unnecessary disconnections
|
||||
*Compatible with ARMv7, x86, and MIPS devices
|
||||
*No root required
|
||||
*Based on the popular [http://www.infradead.org/openconnect/ OpenConnect Linux package]
|
||||
*100% open source
|
||||
* One-click connection (batch mode)
|
||||
* Supports RSA SecurID and TOTP software tokens
|
||||
* Keepalive feature to prevent unnecessary disconnections
|
||||
* Compatible with ARMv7, x86, and MIPS devices
|
||||
* No root required
|
||||
* Based on the popular [http://www.infradead.org/openconnect/ OpenConnect Linux package]
|
||||
|
||||
Requirements:
|
||||
|
||||
*Android 4.0 (ICS) or higher
|
||||
*An account on a suitable VPN server
|
||||
* Android 4.0 (ICS) or higher
|
||||
* An account on a suitable VPN server
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -35,7 +34,7 @@ Build:0.1,1
|
|||
make -C external/openconnect/android sources
|
||||
build=make -C external NDK=$$NDK$$
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1
|
||||
Current Version Code:1
|
||||
|
|
Loading…
Reference in a new issue