aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-13 14:53:54 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-13 14:54:02 -0300
commitdf2f87c4de5d866de78f588bc70b403ac1606559 (patch)
tree55237b158de19b716a99f0fbedc0945ade6f9267
parent82e6adffb8c262ce3e9453fbbe8e7fd2406bc48f (diff)
downloadaports-df2f87c4de5d866de78f588bc70b403ac1606559.tar.bz2
aports-df2f87c4de5d866de78f588bc70b403ac1606559.tar.xz
community/py3-bleach: upgrade to 3.1.1
see #11298
-rw-r--r--community/py3-bleach/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/py3-bleach/APKBUILD b/community/py3-bleach/APKBUILD
index 9313ba6e4c..65ba8826e8 100644
--- a/community/py3-bleach/APKBUILD
+++ b/community/py3-bleach/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-bleach
-pkgver=3.1.0
-pkgrel=1
+pkgver=3.1.1
+pkgrel=0
pkgdesc="whitelist-based HTML sanitizing library"
url="https://github.com/mozilla/bleach"
arch="noarch"
@@ -13,6 +13,10 @@ checkdepends="py3-pytest"
source="$pkgname-$pkgver.tar.gz::https://github.com/mozilla/bleach/archive/v$pkgver.tar.gz"
builddir="$srcdir/bleach-$pkgver"
+# secfixes:
+# 3.1.1-r0:
+# - CVE-2020-6802
+
build() {
python3 setup.py build
}
@@ -25,4 +29,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="125e22c27e7064702db3c72f7f9b59caf919d4eedc65111c0a901af22530416595406859d741621d4d6a52234929b820b87204f71f0e07bb46683e677140fed8 py3-bleach-3.1.0.tar.gz"
+sha512sums="2d526455bf5733842f4ba5fa1301497f3e52055eb519ad1bd6f7b44e045e10ec25f5a16b5c78b597df456fb8288256a54c4c72fe7c7b335af912b16830fbb905 py3-bleach-3.1.1.tar.gz"