Merge branch 'otpdroid' into 'master'
remove OTPDroid (archived, no builds). closes #1025 Closes #1025 See merge request fdroid/fdroiddata!5093
This commit is contained in:
commit
557a1f2516
|
@ -1,47 +0,0 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Categories:Security
|
||||
License:GPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/felixb/otpdroid
|
||||
Issue Tracker:https://github.com/felixb/otpdroid/issues
|
||||
|
||||
Auto Name:OTPdroid
|
||||
Summary:OTP generator
|
||||
Description:
|
||||
'''This app has pending licensing issues'''
|
||||
|
||||
An One Time Password (rfc2289) implementation for the Android: a fork of
|
||||
[http://android.f00d.nl/opiekey opiekey].
|
||||
|
||||
It is used for logging into a (OTP enabled) system from an untrusted terminal by
|
||||
generating a password that is only valid for one login. Supports SHA1 and MD5.
|
||||
Option to store passphrase and challenge (encrypted with IMEI (device) and IMSI
|
||||
(sim) via AES-256).
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/felixb/otpdroid.git
|
||||
|
||||
Build:2.1,157
|
||||
disable=non-free, https://github.com/felixb/otpdroid/issues/3
|
||||
commit=5643184
|
||||
srclibs=ub0rlib@75e4a553dd,ActionBarSherlock@6e3f2bb5
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
rm -f libs/ub0rlib.jar && \
|
||||
echo "android.library.reference.2=$$ub0rlib$$" >> project.properties
|
||||
|
||||
Maintainer Notes:
|
||||
The app includes GPL-3.0-only files as well as "BeerLicense". The latter one should
|
||||
not to be confused with the "Beerware License". The license text is shown at
|
||||
https://github.com/felixb/otpdroid/blob/HEAD/src/de/ub0r/android/otpdroid/BeerLicense.java
|
||||
and includes a non-free part:
|
||||
|
||||
"If you redistribute this piece of software, you are not allowed to charge money for this
|
||||
piece of software itself."
|
||||
.
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.1
|
||||
Current Version Code:157
|
Loading…
Reference in a new issue