From be65e1c3babf85b80af0b23484a29564b879fb6b Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 3 Mar 2022 22:48:20 -0800 Subject: [PATCH] python3-privacyidea: update to 3.6.2 Fix license. Signed-off-by: Armin Kuster --- ...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%) 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