Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Python 3.3 and related ports, it expired today: | Rene Ladan | 2017-09-03 | 1 | -17/+0 |
| | | | | | | | | | | | | 2017-09-01 lang/python33: No longer receives bug fixes, only security updates. Please update to Python 3.6 databases/py33-gdbm databases/py33-sqlite3 devel/py33-setuptools x11-toolkits/py33-tkinter devel/py3-enum34 Notes: svn path=/head/; revision=449196 | ||||
* | lang/python[xx]: backport upstream fix for CVE-2016-5636 | Ruslan Makhmatkhanov | 2016-06-17 | 1 | -0/+17 |
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 Notes: svn path=/head/; revision=417019 |