mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
r12b has been forever the default. Let's explicitly request that version where we know we need it. Note; there's other builds that still implicitly rely on that version that don't use the buildjni flag. We don't really have a good way of finding those, except manually.
37 lines
1 KiB
YAML
37 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
|
|
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
|
|
ndk: r12b
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 2
|