forked from Lainports/freebsd-ports
Add patch for integer overflow in zipimport module to all our python ports.
While I'm here, get rid of -f flag in ${RM} invocation, because ${RM} already
expands to rm -f, so in result we are getting something like:
/bin/rm -f -f /wrkdirs/usr/ports/lang/python35/work/stage/usr/local/lib/libpython3.so
PR: 210325
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security: 1d0f6852-33d8-11e6-a671-60a44ce6887b
With hat: python
|
||
|---|---|---|
| .. | ||
| patch-Include__pyport.h | ||
| patch-issue20210 | ||
| patch-Lib__distutils__unixccompiler.py | ||
| patch-Lib_distutils_command_install__lib.py | ||
| patch-Makefile.pre.in | ||
| patch-Modules-_ctypes-libffi-configure | ||
| patch-Modules___ctypes__libffi__src__arm__ffi.c | ||
| patch-Modules__fcntlmodule.c | ||
| patch-Modules_zipimport.c | ||
| pkg-message.in | ||