aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-01-23 03:47:50 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-01-23 06:52:58 +0000
commitd6fed080c84807f7122383251b024fcf3d0b1efc (patch)
treee806e96fd1c45973dad1da03c53e5a096f264634
parent011386f4b8153535ac216e7d4227b214c878260f (diff)
community/py3-saml2: upgrade to 6.5.1
-rw-r--r--community/py3-saml2/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/py3-saml2/APKBUILD b/community/py3-saml2/APKBUILD
index 8ce072395ef..919929a3c92 100644
--- a/community/py3-saml2/APKBUILD
+++ b/community/py3-saml2/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-saml2
-pkgver=6.4.1
+pkgver=6.5.1
pkgrel=0
pkgdesc="Pure python implementation of SAML2"
options="!check" # testsuite is failing
@@ -23,6 +23,11 @@ makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/IdentityPython/pysaml2/archive/v$pkgver.tar.gz"
builddir="$srcdir/pysaml2-$pkgver"
+# secfixes:
+# 6.5.0-r0:
+# - CVE-2021-21238
+# - CVE-2021-21239
+
build() {
python3 setup.py build
}
@@ -31,4 +36,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="83e5f8286ff7bab5e8f460526a01ffd0f5bd5d2818c49fd9927136165db5d641f8ca04e7d11d8292e51566e61a9e8ee8caa5ecab6a89b4cefe5dff6bc1aa3bfa py3-saml2-6.4.1.tar.gz"
+sha512sums="ea161600b202963f982c0b1587e287b54215d9f9b2d0488d8cd5d6c582bd23ace59e7fa286d1e5686662807e0effbef6218624bfc8c1a81f34eb0680cccec8cf py3-saml2-6.5.1.tar.gz"