fdroiddata/metadata/com.max2idea.android.fwknop.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

38 lines
1 KiB
YAML

Categories:
- Internet
License: GPL-2.0-only
WebSite: http://www.cipherdyne.org
SourceCode: https://github.com/mrash/fwknop
IssueTracker: https://github.com/mrash/fwknop/issues
AutoName: Firewall Knock Operator
Summary: Port Knocker
Description: |-
Michael Rash's Perl-based "fwknop" program: firewall knock operator. Implements
an authorization scheme called Single Packet Authorization (SPA). This method of
authorization is based around a default-drop packet filter (fwknop supports
iptables on Linux, ipfw on FreeBSD and Mac OS X, and PF on OpenBSD) and libpcap.
RepoType: git
Repo: https://github.com/mrash/fwknop.git
Builds:
- versionName: '1.0'
versionCode: 2
disable: Doesn't build (native code)
commit: 9e990c9b
subdir: android/project
rm:
- android/project/custom_rules.xml
prebuild:
- cd jni/fwknop
- ./get_libfko_header.sh
target: android-7
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 2