[meta-security,2/2] python3-privacyidea: update to 3.6.2

Message ID 20220304064935.3276672-2-akuster808@gmail.com
State New
Headers show
Series [meta-security,1/2] python3-privacyidea: fix QA ERROR | expand

Commit Message

akuster808 March 4, 2022, 6:49 a.m. UTC
Fix license.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 ...hon3-privacyidea_3.5.2.bb => python3-privacyidea_3.6.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-security/mfa/{python3-privacyidea_3.5.2.bb => python3-privacyidea_3.6.2.bb} (95%)

Patch

diff --git a/recipes-security/mfa/python3-privacyidea_3.5.2.bb b/recipes-security/mfa/python3-privacyidea_3.6.2.bb
similarity index 95%
rename from recipes-security/mfa/python3-privacyidea_3.5.2.bb
rename to 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"
 DESCRIPTION = "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."
 
 HOMEPAGE = "http://www.privacyidea.org/"
-LICENSE = "AGPL-3.0"
+LICENSE = "AGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c0acfa7a8a03b718abee9135bc1a1c55"
 
 PYPI_PACKAGE = "privacyIDEA"
-SRC_URI[sha256sum] = "26aeb0d353af1f212c4df476202516953c20f7f31566cfe0b67cbb553de04763"
+SRC_URI[sha256sum] = "4441282d086331dac0aee336286de8262d9ac8eb11e14b7f9aa69f865caebe17"
 
 inherit pypi setuptools3