aboutsummaryrefslogtreecommitdiff
path: root/lang/python27/Makefile.version
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.7.18 [1]Wen Heping2020-05-051-1/+1
| | | | | | | | | | | | | | | (include security fix) - Fix build with OPTION of DEBUG THREADS [2] PR: 245776 Submitted by: vvd@unislabs.com [1], takefu@airport.fm [2] Exp-run by: antoine@ [1] MFH: 2020Q2 Security: CVE-2019-18348, CVE-2020-8492 Notes: svn path=/head/; revision=534040
* - Update lang/python27 to 2.7.17Wen Heping2019-10-241-1/+1
| | | | | | | | | PR: 241357 Submitted by: wen@ Exp-run by: antoine@ Notes: svn path=/head/; revision=515343
* Add note to update python documentation (lang/python-doc-*)Sunpoet Po-Chuan Hsieh2019-03-291-0/+2
| | | | Notes: svn path=/head/; revision=497138
* - Update python27 to 2.7.16Wen Heping2019-03-111-1/+1
| | | | | | | | | PR: 236318 Submitted by: wen@(myself) Exp-run by: antoine@FreeBSD.org Notes: svn path=/head/; revision=495329
* - Update to 2.7.15(include security fix)Wen Heping2018-05-111-1/+1
| | | | | | | | | | PR: 228028 Submitted by: wen@(myself) Exp-run by: antoine@ MFH: 2018Q2 Notes: svn path=/head/; revision=469635
* - Update to 2.7.14(include security fix)Wen Heping2017-09-241-1/+1
| | | | | | | | | | PR: 222398 Submitted by: wen@(myself) Exp-run by: antoine@ MFH: 2017Q3 Notes: svn path=/head/; revision=450488
* - Update to 2.7.13Wen Heping2016-12-261-1/+1
| | | | | | | | | PR: 215375 Submitted by: wen@ Exp-run by: antoine@ Notes: svn path=/head/; revision=429470
* - Update to version 2.7.12Wen Heping2016-07-031-1/+1
| | | | | | | | | | | | | | | - Remove patch that is included upstream - Switch USE_OPENSSL to USES= ssl [1] - Update documentation for python27 - Don't set CPE_VERSION, default is PORTVERSION [1] PR: 210685 Submitted by: wen@(myself), brnrd@ [1] Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D6994 Notes: svn path=/head/; revision=417945
* lang/python27(3*), Mk/Uses/python.mk: remove make spawnJohn Marino2015-12-291-0/+4
There are some inefficiencies in python.mk that significantly slow down full tree scanning. The use of bmake to obtain the current version of a specific python is responsible for the majority of the slow done. This commit splits out the PYTHON_PORTVERSION definition (which is the same as the lang/python* PORTVERSION) into separate files. With this change, python.mk can simple include the makefile fragment instead of spawning a new instance of make. Different Revision: https://reviews.freebsd.org/D4660 Approved by: antoine (python), mva (python) Notes: svn path=/head/; revision=404739