aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-11 10:10:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-11 10:10:29 -0300
commit27d1b5c609ffa40740bceb1a93245bb57d8b2c2d (patch)
tree1e23ba37e6ee3fb9c188607ac1cfa2d7d92846ce
parent05f80bc8c49760714cad169f99ea7962086e3048 (diff)
downloadaports-27d1b5c609ffa40740bceb1a93245bb57d8b2c2d.tar.bz2
aports-27d1b5c609ffa40740bceb1a93245bb57d8b2c2d.tar.xz
community/py3-waitress: add missing secfixes information
-rw-r--r--community/py3-waitress/APKBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/py3-waitress/APKBUILD b/community/py3-waitress/APKBUILD
index b147de2f59..f3fe2602ae 100644
--- a/community/py3-waitress/APKBUILD
+++ b/community/py3-waitress/APKBUILD
@@ -19,6 +19,13 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname
waitress.confd"
builddir="$srcdir/$_pkgname-$pkgver"
+# secfixes:
+# 1.4.1-r0:
+# - CVE-2019-16789
+# 1.4.0-r0:
+# - CVE-2019-16785
+# - CVE-2019-16786
+
build() {
python3 setup.py build
}