https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210325
--- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: rm Date: Fri Jun 17 17:09:06 UTC 2016 New revision: 417019 URL: https://svnweb.freebsd.org/changeset/ports/417019 Log: lang/python[xx]: backport upstream fix for CVE-2016-5636 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-f...@acheronmedia.com> Security: 1d0f6852-33d8-11e6-a671-60a44ce6887b With hat: python Changes: head/lang/python27/Makefile head/lang/python27/files/patch-Modules_zipimport.c head/lang/python33/Makefile head/lang/python33/files/patch-Modules_zipimport.c head/lang/python34/Makefile head/lang/python34/files/patch-Modules_zipimport.c head/lang/python35/Makefile head/lang/python35/files/patch-Modules_zipimport.c -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"