fdroiddata/metadata/de.schaeuffelhut.android.openvpn.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

49 lines
1.2 KiB
YAML

Categories:
- Internet
License: GPL-3.0-only
WebSite: https://code.google.com/p/android-openvpn-settings
SourceCode: https://code.google.com/p/android-openvpn-settings/source
FlattrID: '621822'
Summary: VPN settings
Description: |-
Start, stop and monitor the state of openvpn tunnels in a style very similar to
the WiFi Settings app that comes with Android. Copy your config file into
sdcard/openvpn.
Requirements (app does a check):
* su (root)
* tun kernel module, for your device (likely already there on Android 4+ or CyanogenMod)
* busybox (for busybox ifconfig and route)
* openvpn binary
RequiresRoot: 'yes'
Builds:
- versionName: 0.4.14
versionCode: 39
commit: b78a64143ef8
extlibs:
- android/android-support-v4.jar
prebuild:
- mkdir -p src
- rm -rf tests
- mv libs/android-support-v4.jar lib_app/libs/
- versionName: 0.4.15test1
versionCode: 40
disable: Skip test version
MaintainerNotes: |-
Tags are unreliable.
Uses embedded copy of openssl source based on 0.9.8h. Not vulnerable to CVE-2014-0160.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 0.4.15test1
CurrentVersionCode: 40
NoSourceSince: 0.4.16