diff options
-rw-r--r-- | main/python2/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/python2/APKBUILD b/main/python2/APKBUILD index f43c227441..1aecadd2a5 100644 --- a/main/python2/APKBUILD +++ b/main/python2/APKBUILD @@ -22,6 +22,11 @@ source="http://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz " builddir="$srcdir/Python-$pkgver" +# secfixes: +# 2.7.15-r0: +# - CVE-2018-1060 +# - CVE-2018-1061 + prepare() { default_prepare |