diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-02-15 14:32:46 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-02-15 14:33:04 +0000 |
commit | 2dc988afe817d030718ef338ffccbf81b28f4634 (patch) | |
tree | 6a9a1f92a1ff4aa099d2dcdafe5bf2f454b0f0e2 /main | |
parent | f6ccd2ff57609edeeba649d2b75244aa6d63eaf2 (diff) | |
download | aports-2dc988afe817d030718ef338ffccbf81b28f4634.tar.bz2 aports-2dc988afe817d030718ef338ffccbf81b28f4634.tar.xz |
main/uwsgi: security upgrade to 2.0.16 (CVE-2018-6758)
Fixes #8480
Diffstat (limited to 'main')
-rw-r--r-- | main/uwsgi/APKBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/main/uwsgi/APKBUILD b/main/uwsgi/APKBUILD index 6ef534d26e..18506cd94b 100644 --- a/main/uwsgi/APKBUILD +++ b/main/uwsgi/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=uwsgi -pkgver=2.0.15 -pkgrel=4 +pkgver=2.0.16 +pkgrel=0 pkgdesc="uWSGI application container server" url="http://projects.unbit.it/uwsgi/" arch="all" @@ -40,8 +40,13 @@ source="http://projects.unbit.it/downloads/uwsgi-${pkgver}.tar.gz alpine.buildconf musl-fix-python.patch " +options="!check" builddir="$srcdir/$pkgname-$pkgver" +# secfixes: +# 2.0.16-r0: +# - CVE-2018-6758 + # Plugins for Python 2 or without compile dependency on Python. # You may specify a custom name for so lib and subpackage after a colon. _plugins=" @@ -202,7 +207,7 @@ _plugin() { "$subpkgdir"/usr/lib/uwsgi/${name}_plugin.so } -sha512sums="cb3ce7dc9eb9806151b04b04dc80ac7204cb4ddadf295eea98d5ebbf3a8c02f4b0bfb9a0490997c5edf427e39d3073a2d5b4fe7bd8ec458b30c0aab8e1da9bef uwsgi-2.0.15.tar.gz +sha512sums="2f80da366e463971400648fc8dcc9d7a5b51f03cba0b1ce08ff9e8ed75f0955e2014c84892d9991bd7a6f6a4a6b4ac819477f8e4afeded258d3147b5becb2e77 uwsgi-2.0.16.tar.gz 63137d45437e00deb970d66e2abddf7f235636b748f6cf545f54ff5557066c2a71db5c4a3bab2edceb4e65d3d7fac887f1f4c0e77658127e02b64d3026780b4c uwsgi.initd 370202e143d0e041a2e36905346080d3ca592c9a74705a8c4e142a1307d22b921c10e673d683ca284ea27d184474ed86edd7723a6e590d35a562ad7cf6afa529 uwsgi.ini 2798c9d2e49e29292ffe6a5a29b866301c78d5f322fc5d07dfa9569efdaa5220237a5f6744652fbdd957be29311ddaff190541333f042cbf0e907dfa98ce3e2a readme.emperor |