aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-11 10:12:41 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-11 10:12:41 -0300
commitbdf9e7d1c8dd8658479cd5d2032b3fbc682d2620 (patch)
tree3d68be15f3b385a0f19eab0ce4aaef695422e2b9
parent02b0001e987edf632c25303d284508c6e8702a16 (diff)
downloadaports-bdf9e7d1c8dd8658479cd5d2032b3fbc682d2620.tar.bz2
aports-bdf9e7d1c8dd8658479cd5d2032b3fbc682d2620.tar.xz
community/py3-waitress: upgrade to 1.4.1
-rw-r--r--community/py3-waitress/APKBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/community/py3-waitress/APKBUILD b/community/py3-waitress/APKBUILD
index 3d57ccb7bf..235b1372bd 100644
--- a/community/py3-waitress/APKBUILD
+++ b/community/py3-waitress/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-waitress
_pkgname=waitress
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="A Python3 WSGI server"
+pkgver=1.4.1
+pkgrel=0
+pkgdesc="Python3 WSGI server"
options="!check" # Test ERRORS out, fails to resolve address
url="https://github.com/Pylons/waitress"
arch="noarch"
@@ -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
}
@@ -39,6 +46,6 @@ package() {
install -D -m 644 "$srcdir"/waitress.confd "$pkgdir"/etc/conf.d/waitress
}
-sha512sums="ccb871fc46bd560bff2ece706c826a3407750112cfb014378a06ee077f969814a5695d053665a4d975070944a9449efffd61daab11d03be3b06f1907a2ba0f5f waitress-1.3.1.tar.gz
+sha512sums="04e64c2ca427a05913456621eaeee46aa88e6f4626d4e3917fd92520dc9095d68aa3cf98f999abc054503521556b6e955254698245d1870916340229f511f8c2 waitress-1.4.1.tar.gz
5e85fdaaf564f1a581488cc8d26362775d8623f414c2a1bddcc7e3ac5bdbbb0ef48eda3f1b00d203dee3cc14b271a3324bfade7a16b9b6106dbb2da85a970d37 waitress.initd
3f3fce6347784461c39f4281c371eabeff165dcfc273f1f92a6f50db35a36dd79faef70abf638dbe3f1894f050828cb3be755172cb7b8283bcbf9b0d5b2723da waitress.confd"