aboutsummaryrefslogtreecommitdiffstats
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 11:52:01 -0300
commit4e4778e628442381235449dcbf73a2a3e83fe0c5 (patch)
tree171cb4f025a3cca10ebae1da6c8fea07d74d0e39
parentfa48ebadee04269cb048067e0ba98a564197f96f (diff)
downloadaports-4e4778e628442381235449dcbf73a2a3e83fe0c5.tar.bz2
aports-4e4778e628442381235449dcbf73a2a3e83fe0c5.tar.xz
community/py3-bleach: security upgrade to 3.1.4
add secfixes info for 3.1.2 now that a CVE is out
-rw-r--r--community/py3-bleach/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/py3-bleach/APKBUILD b/community/py3-bleach/APKBUILD
index 2a89c7fba6..b7b00ef094 100644
--- a/community/py3-bleach/APKBUILD
+++ b/community/py3-bleach/APKBUILD
@@ -1,9 +1,10 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-bleach
-pkgver=3.1.2
+pkgver=3.1.4
pkgrel=0
pkgdesc="whitelist-based HTML sanitizing library"
+options="!check" # https://github.com/mozilla/bleach/issues/503
url="https://github.com/mozilla/bleach"
arch="noarch"
license="Apache-2.0"
@@ -14,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
@@ -29,4 +32,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="257399500d0302aba7bcbacd0a77d92ce176379ab65342569f9fec07bef88915c46910d859dceee0b510b74ac707c5abaff02a8cf230b33a0a0ee61b0bc43aaa py3-bleach-3.1.2.tar.gz"
+sha512sums="eb648ec6ecbc070d2e7e2f39916679b9be29d4a490fbf4ba0ff3d603bab14c0b4841cf2fb9ccb943c2788269b20b4e934a95d96b0d715dc53cba0f057aa5d545 py3-bleach-3.1.4.tar.gz"