Source: uwsgi Version: 2.0.15-2.1 Severity: serious Tags: patch src:libv8-3.14 will be autoremoved from testing in a few days due to RC bugs for security vulnerabilities and FTBFS with gcc 7.
It is unclear how the v8 situation will be in buster, but the following change to disable uwsgi-plugin-v8 will prevent uwsgi testing removal: diff -Nru uwsgi-2.0.15/debian/rules uwsgi-2.0.15/debian/rules --- uwsgi-2.0.15/debian/rules 2017-08-30 11:38:54.000000000 +0300 +++ uwsgi-2.0.15/debian/rules 2017-09-27 17:18:57.000000000 +0300 @@ -57,7 +57,8 @@ $(shell sh debian/pkgarchs.sh python-greenlet-dev > debian/ARCHS_greenlet) $(shell sh debian/pkgarchs.sh python-trollius > debian/ARCHS_trollius) $(shell sh debian/pkgarchs.sh openjdk-8-jdk > debian/ARCHS_openjdk8) -$(shell sh debian/pkgarchs.sh libv8-dev > debian/ARCHS_v8) +#$(shell sh debian/pkgarchs.sh libv8-dev > debian/ARCHS_v8) +$(shell echo "disabled" > debian/ARCHS_v8) $(shell sh debian/pkgarchs.sh luajit > debian/ARCHS_luajit) $(shell sh debian/pkgarchs.sh libmongoclient-dev > debian/ARCHS_mongodb) $(shell sh debian/pkgarchs.sh libmono-2.0-dev | perl -pe 's/\bpowerpc\b//' > debian/ARCHS_mono)