X-Git-Url: http://gitweb/?a=blobdiff_plain;f=python%2FPkgfile;h=bcc33a30030d791c3d74972a36c9379e7347d4aa;hb=517eb90b674214e1b58f573bdf47f43bc6c8499e;hp=00013b34e452d03828b889658a0569cec7d4abd4;hpb=173983124044954d2edb63801b6560ba849d54ad;p=ports%2Fopt-arm.git

diff --git a/python/Pkgfile b/python/Pkgfile
index 00013b3..bcc33a3 100644
--- a/python/Pkgfile
+++ b/python/Pkgfile
@@ -5,10 +5,9 @@
 # Depends on: db gdbm openssl bzip2 zlib sqlite3
 
 name=python
-version=2.7.14
-release=2
+version=2.7.15
+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" \