summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-03-03 22:48:20 -0800
committerArmin Kuster <akuster808@gmail.com>2022-03-11 21:08:22 -0800
commitbe65e1c3babf85b80af0b23484a29564b879fb6b (patch)
tree3905f9dc8ffbc6ba525a029c2e1124ca9d3379f0
parentdac1280dee7cdc9afcee2117d213ed3b23a215f9 (diff)
downloadmeta-security-be65e1c3babf85b80af0b23484a29564b879fb6b.tar.gz
python3-privacyidea: update to 3.6.2
Fix license. Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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