aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-26 11:42:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-26 15:22:30 +0000
commit55633105c0523de99036377b04be34729a56673d (patch)
tree877fb6b00b692cdde97a1579dd7ac875a5e0e32d /community
parent8025132a969da68861de536da739dbbd11463379 (diff)
downloadaports-55633105c0523de99036377b04be34729a56673d.tar.bz2
aports-55633105c0523de99036377b04be34729a56673d.tar.xz
community/py3-bleach: upgrade to 3.1.4
add secfixes info for 3.1.2 now that a CVE is out
Diffstat (limited to 'community')
-rw-r--r--community/py3-bleach/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/py3-bleach/APKBUILD b/community/py3-bleach/APKBUILD
index b203d54dc2..b7b00ef094 100644
--- a/community/py3-bleach/APKBUILD
+++ b/community/py3-bleach/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-bleach
-pkgver=3.1.3
+pkgver=3.1.4
pkgrel=0
pkgdesc="whitelist-based HTML sanitizing library"
options="!check" # https://github.com/mozilla/bleach/issues/503
@@ -15,6 +15,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/mozilla/bleach/archive/v$pkg
builddir="$srcdir/bleach-$pkgver"
# secfixes:
+# 3.1.2-r0:
+# - CVE-2020-6816
# 3.1.1-r0:
# - CVE-2020-6802
@@ -30,4 +32,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="6cddcd2cbb89c16e803b3074a97e4477aee4e3ba187edd3be58265df0baea8ed3f48b734947ec83bd2219e5fd27581eeb13ddc972d74ed7992d6b95227ff43ba py3-bleach-3.1.3.tar.gz"
+sha512sums="eb648ec6ecbc070d2e7e2f39916679b9be29d4a490fbf4ba0ff3d603bab14c0b4841cf2fb9ccb943c2788269b20b4e934a95d96b0d715dc53cba0f057aa5d545 py3-bleach-3.1.4.tar.gz"