summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/mfa/python3-privacyidea_3.6.2.bb (renamed from recipes-security/mfa/python3-privacyidea_3.5.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/mfa/python3-privacyidea_3.5.2.bb b/recipes-security/mfa/python3-privacyidea_3.6.2.bb
index 043cbfd..ecfeca6 100644
--- a/recipes-security/mfa/python3-privacyidea_3.5.2.bb
+++ b/recipes-security/mfa/python3-privacyidea_3.6.2.bb
@@ -2,11 +2,11 @@ SUMMARY = "identity, multifactor authentication (OTP), authorization, audit"
2DESCRIPTION = "privacyIDEA is an open solution for strong two-factor authentication like OTP tokens, SMS, smartphones or SSH keys. Using privacyIDEA you can enhance your existing applications like local login (PAM, Windows Credential Provider), VPN, remote access, SSH connections, access to web sites or web portals with a second factor during authentication. Thus boosting the security of your existing applications." 2DESCRIPTION = "privacyIDEA is an open solution for strong two-factor authentication like OTP tokens, SMS, smartphones or SSH keys. Using privacyIDEA you can enhance your existing applications like local login (PAM, Windows Credential Provider), VPN, remote access, SSH connections, access to web sites or web portals with a second factor during authentication. Thus boosting the security of your existing applications."
3 3
4HOMEPAGE = "http://www.privacyidea.org/" 4HOMEPAGE = "http://www.privacyidea.org/"
5LICENSE = "AGPL-3.0" 5LICENSE = "AGPL-3.0-only"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=c0acfa7a8a03b718abee9135bc1a1c55" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=c0acfa7a8a03b718abee9135bc1a1c55"
7 7
8PYPI_PACKAGE = "privacyIDEA" 8PYPI_PACKAGE = "privacyIDEA"
9SRC_URI[sha256sum] = "26aeb0d353af1f212c4df476202516953c20f7f31566cfe0b67cbb553de04763" 9SRC_URI[sha256sum] = "4441282d086331dac0aee336286de8262d9ac8eb11e14b7f9aa69f865caebe17"
10 10
11inherit pypi setuptools3 11inherit pypi setuptools3
12 12