CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python3: updated to 3.7.5
[ports/opt-arm64.git] / python / Pkgfile
index 0cd7e2308c0085cd916330ee4045642e0a38eb23..900b56564d526c3b429134adf8d81330700355cd 100644 (file)
@@ -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