X-Git-Url: http://gitweb/?a=blobdiff_plain;f=python%2FPkgfile;h=900b56564d526c3b429134adf8d81330700355cd;hb=08f1f422985b38571ebaef0dcaefea6768211602;hp=0cd7e2308c0085cd916330ee4045642e0a38eb23;hpb=33f239475a95261bf13cc96f9eb5cedc29539aea;p=ports%2Fopt-arm64.git diff --git a/python/Pkgfile b/python/Pkgfile index 0cd7e23..900b565 100644 --- a/python/Pkgfile +++ b/python/Pkgfile @@ -5,17 +5,13 @@ # Depends on: db gdbm openssl bzip2 zlib sqlite3 name=python -version=2.7.14 -release=2 +version=2.7.17 +release=1 source=(http://www.python.org/ftp/$name/$version/Python-$version.tar.xz \ - CVE-2018-1000030.patch pyconfig.h) build () { cd Python-$version - # fix for CVE-2018-1000030 - # see https://bugs.python.org/issue31530 - patch -p1 -i $SRC/CVE-2018-1000030.patch # set OPT to the python default without -O3 # our CFLAGS are used as well