CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python: updated to 2.7.17
[ports/opt-arm.git] / python / Pkgfile
index b6871369f8eea57e69d18a94b8167df2dc5a6801..7ec53b068b16f68997fd03bbd34dea4b9a3c1d82 100644 (file)
@@ -5,10 +5,9 @@
 # Depends on: db gdbm openssl bzip2 zlib sqlite3
 
 name=python
-version=2.7.14
+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 () {
@@ -17,11 +16,6 @@ build () {
   export CFLAGS="-O2 -pipe -mfloat-abi=hard"
   export CXXFLAGS="$CFLAGS"
 
-  # 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
   OPT="-Wall -Wstrict-prototypes -fwrapv" \