summaryrefslogtreecommitdiff
path: root/lang/python27/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.7.18 [1]Wen Heping2020-05-051-3/+3
| | | | | | | | | | | | | | | (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-3/+3
| | | | | | | | | PR: 241357 Submitted by: wen@ Exp-run by: antoine@ Notes: svn path=/head/; revision=515343
* - Update python27 to 2.7.16Wen Heping2019-03-111-3/+3
| | | | | | | | | 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-3/+3
| | | | | | | | | | 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-3/+3
| | | | | | | | | | 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-3/+3
| | | | | | | | | PR: 215375 Submitted by: wen@ Exp-run by: antoine@ Notes: svn path=/head/; revision=429470
* - Update to version 2.7.12Wen Heping2016-07-031-2/+3
| | | | | | | | | | | | | | | - 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/python: Update to 2.7.11Conrad Meyer2015-12-191-2/+2
| | | | | | | | | | | | | | | | Announcement: https://www.python.org/downloads/release/python-2711/ Mailing list: https://mail.python.org/pipermail/python-announce-list/2015-December/010999.html Changelog: https://hg.python.org/cpython/raw-file/v2.7.11/Misc/NEWS Important changes for this release: - Python 2.7.11 is a bug fix release of the Python 2.7.x series. Reviewed by: koobs Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D4413 Notes: svn path=/head/; revision=404000
* lang/python: Update to 2.7.10Bernard Spil2015-07-031-2/+2
| | | | | | | | | | | | | | | | | | | The FreeBSD Python team welcomes Python 2.7.10 to the Ports tree! Announcement: https://www.python.org/downloads/release/python-2710/ Changelog: https://hg.python.org/cpython/raw-file/v2.7.10/Misc/NEWS Important changes for this release: - Python 2.7.10 is a bug fix release of the Python 2.7.x series. - Fixes issues with LibreSSL 2.2+ PR: 192511, 201088 Differentialr Revision: D2637 Reviewed by: koobs (mentor), vsevolod (mentor), antoine Approved by: koobs (mentor) Notes: svn path=/head/; revision=391238
* lang/python27: Update to 2.7.9Marcus von Appen2014-12-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | The FreeBSD Python team welcomes Python 2.7.9 to the Ports tree! Announcement: https://www.python.org/downloads/release/python-279/ Changelog: http://hg.python.org/cpython/raw-file/v2.7.9/Misc/NEWS Important changes for this release: - The entirety of Python 3.4's ssl module has been backported for Python 2.7.9. See PEP 466 for justification. - HTTPS certificate validation using the system's certificate store is now enabled by default. See PEP 476 for details. - SSLv3 has been disabled by default in httplib and its reverse dependencies due to the POODLE attack. - The ensurepip module module has been backported, which provides the pip package manager in every Python 2.7 installation. See PEP 477. - While updating, try to improve the NIS detection for FreeBSD PR: 193650 Differential Revision: https://reviews.freebsd.org/D1323 Reviewed by: koobs With hat: python Notes: svn path=/head/; revision=375220
* lang/python27: Update to 2.7.8Kubilay Kocak2014-07-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FreeBSD Python team welcomes Python 2.7.8 to the Ports tree! Announcement: https://www.python.org/download/releases/2.7.8/ Changelog: http://hg.python.org/cpython/raw-file/v2.7.8/Misc/NEWS - Update to 2.7.8, update pkg-plist - OPTIONS: Reorder and sort alphabetically - OPTIONS: Make POSIX SEM(aphores) a DEFAULT (Hi binary package users!) - OPTIONS: Add better descriptions for UCS2 and UCS4 - OPTIONS: Use options helpers - Remove patch-CVE-2014-1912: upstream, was backported - Remove patch-issue20374: upstream, was backported - Rename patch-Doc__library__fcntl.rst: underscore convention - Rename patch-Modules__fcntlmodule.c: underscore convention - Patch: setup.py: Remove ncurses overrides and return to upstream code - Patch: setup.py: Add partial backport for ossaudio OS checks - pkg-message: Remove warning for POSIX Semaphores. They are now in GENERIC for FreeBSD 8.x 9.x, 10.x and tested well upstream - pkg-message: No longer needs substitutions, remove .in suffix and SUB_FILES - Rework and simplify the platformX mechanism, update pkg-plist accordingly - Add regression-test target - Deprecate NOPORTDATA, remove pkg-plist entries with %%PORTDATA%% - Replace bsd.{pre,post}.mk with bsd.port.options.mk Based on original patch submitted by wen@ and worked on by lwhsu@, thank you! PR: 191405 PR: 178301 PR: 171246 Phabric: D364 Reviewed by: antoine, bapt, mat, mva, wg Notes: svn path=/head/; revision=361735
* lang/python27: Update to 2.7.6Kubilay Kocak2013-11-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to 2.7.6 - Update pkg-plist - Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1] - Replace patch: extra-patch-configure-pth with CONFIGURE_ENV instead - Remove patch: patch-Modules-_ctypes-libffi_fficonfig.py.in [2] - QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries - QA: Whitespace alignment Changes: 2.7.6 - November 10, 2013 http://www.python.org/download/releases/2.7.6/ [1] Python removed OPT:Olimit in 3.2+, requested backport or alternative upstream patch: http://bugs.python.org/issue877121 [2] Upstreamed: http://bugs.python.org/issue18178 PR: ports/182952 PR: ports/156759 Reviewed by: antoine, mva Notes: svn path=/head/; revision=334723
* - update to latest upstream versions:Ruslan Makhmatkhanov2013-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . lang/python27: 2.7.3 -> 2.7.5 . lang/python32: 3.2.3 -> 3.2.4 . lang/python33: 3.3.0 -> 3.3.1 - update Mk/bsd.python.mk with new versions - mark lang/python26 and lang/python31 as deprecated (set them to upstream EoL dates) - update docs (lang/python-doc-html) - align databases/py-bsddb patch for python27 - most of it was applied upstream. Raise BDB version to 4.3 atleast, according to upstream requirements. Many thanks to Martin (miwi) for his time on this update. PR: 178506 Submitted by: rm (myself) Exp-run by: portmgr (miwi) - revert erroneous threads patch in lang/python26 and lang/python27, that was added after ports/131080. It was rejected upstream, because it's not actually a bug, but misuse. Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an independent investigation regard the issue. See here for details: http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html PR: 153167 Submitted by: Duncan Findlay <duncan@duncf.ca> Reported by: pgj/koobs (at python@ ML) Exp-run by: portmgr (miwi) Notes: svn path=/head/; revision=318353
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkRuslan Makhmatkhanov2012-10-031-2/+2
| | | | | | | | | | | | (PYTHON_DISTFILE variable) - switch lang/python ports (and it's slaves) to tar.xz I compared all the four pairs .tgz/.tar.xz and they have no content differences. Discussed on: python@ Notes: svn path=/head/; revision=305181
* - Update:Martin Wilke2012-04-111-2/+2
| | | | | | | | | | | | | * python26 -> 2.6.8 * python27 -> 2.7.3 * python31 -> 3.1.5 * python32 -> 3.2.1 Security: http://www.vuxml.org/freebsd/b4f8be9e-56b2-11e1-9fb7-003067b2972c.html CVE-2012-0845 CVE-2012-0876 CVE-2012-1150 CVE-2012-0845 CVE-2011-3389 Notes: svn path=/head/; revision=294647
* - Update to 2.7.2Wen Heping2011-06-271-2/+2
| | | | | | | | | - Mark BROKEN when build with pth Reviewed by: miwi@ Notes: svn path=/head/; revision=276472
* - Update to 2.7.1Wen Heping2010-11-291-3/+2
| | | | Notes: svn path=/head/; revision=265362
* - Introduce Python 2.7.0Li-Wen Hsu2010-08-151-3/+3
| | | | | | | Original work by: wen Notes: svn path=/head/; revision=259318
* - Update lang/python26 to 2.6.5Wen Heping2010-05-121-3/+3
| | | | | | | | | - Update lang/python31 to 3.1.2 Reviewed by: miwi@, lwhsu@ Notes: svn path=/head/; revision=254191
* - Update to 2.6.4Martin Wilke2009-11-261-3/+3
| | | | | | | | Changelog: http://python.org/download/releases/2.6.4/NEWS.txt Notes: svn path=/head/; revision=244804
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-081-3/+3
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* - Update to python 2.5.4 and python 2.6.1Martin Wilke2009-02-161-3/+3
| | | | | | | | Reviewed by: perky | lwhsu Tested with: exp-run via pav Notes: svn path=/head/; revision=228521
* Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)Hye-Shik Chang2008-10-131-3/+3
| | | | | | | | | | | Python 2.6 will be the next default python version when enough testings of consumer ports are done. The new "2to3" program is renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively. Repo-copied by: marcus Notes: svn path=/head/; revision=221521
* Update to Python 2.5.2.Hye-Shik Chang2008-02-241-3/+3
| | | | Notes: svn path=/head/; revision=207831
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-3/+3
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update the main python version to 2.5.Hye-Shik Chang2006-10-091-3/+3
| | | | | | | | | | | | | | - Now, lang/python is just a meta-port which depends on lang/python25. - And all versions of Python ports have short version identifier in its package name; python25-2.5, python24-2.4.3 and etc. - Also you must upgrade all python modules after lang/python updated, cd /usr/ports/lang/python && make upgrade-site-packages - Give maintainership of Python ports to the new python@ group which includes me, alexbl@ and others. Notes: svn path=/head/; revision=175093
* - Update lang/python-devel to Python 2.5c2Hye-Shik Chang2006-09-131-3/+3
| | | | | | | - Sync some recent workarounds from lang/python. Notes: svn path=/head/; revision=172949
* Update python-devel to 2.5b3.Hye-Shik Chang2006-08-041-3/+3
| | | | Notes: svn path=/head/; revision=169619
* Update python-devel to 2.5b1.Hye-Shik Chang2006-06-231-3/+3
| | | | Notes: svn path=/head/; revision=166069
* Update to Python trunk snapshot as of 2006-03-26.Hye-Shik Chang2006-03-261-3/+3
| | | | Notes: svn path=/head/; revision=158131
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update python-devel to 2.5.a0.20050728 snapshot.Hye-Shik Chang2005-07-281-4/+2
| | | | Notes: svn path=/head/; revision=140294
* Add a patch from PSF-2005-001 which fixes SimpleXMLRPCServerHye-Shik Chang2005-02-041-0/+2
| | | | | | | | | | | vulnerability. Security: CAN-2005-0089 Security: http://www.vuxml.org/freebsd/6afa87d3-764b-11d9-b0e7-0000e249a0a2.html Security: SimpleXMLRPCServer.py allows unrestricted traversal Notes: svn path=/head/; revision=128015
* Resurrect lang/python-devel port with Python 2.5 development snapshotHye-Shik Chang2005-01-291-2/+2
| | | | | | | as of today. Notes: svn path=/head/; revision=127590
* - Update python-devel to 2.4c1Hye-Shik Chang2004-11-201-2/+2
| | | | Notes: svn path=/head/; revision=122021
* Update -devel to Python-2.4b2.Hye-Shik Chang2004-11-061-2/+2
| | | | Notes: svn path=/head/; revision=120987
* Update to 2.4a3Hye-Shik Chang2004-09-031-2/+2
| | | | | | | | PR: 71340 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=118057
* - Update to 2.4a2Hye-Shik Chang2004-08-071-2/+2
| | | | | | | | | | - Add IPV6 option [1] PR: 69950 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1] Notes: svn path=/head/; revision=115547
* The tarball for Python 2.4a1 is renamed in the site.Hye-Shik Chang2004-07-091-2/+2
| | | | Notes: svn path=/head/; revision=113287
* - Update to 2.4a1, the first alpha release of Python 2.4.Hye-Shik Chang2004-07-081-2/+2
| | | | | | | | | | | | | - Provide USE_PYTHON_BUILD and USE_PYTHON_RUN to allow explicit dependencies. [1] - Provide PYDISTUTILS_CONFIGUREARGS and run ${PYSETUP} config on 'do-configure' targets. [2] Reviewed by: eik [1] Submitted by: Mike Brown <mike@skew.org> Notes: svn path=/head/; revision=113222
* Update to Python development snapshot as of 040311.Hye-Shik Chang2004-03-111-1/+2
| | | | | | | | I must say that it's faster by 10%~ than previous snapshot or 2.3. And it incorporated CJKCodecs from this! :) Notes: svn path=/head/; revision=103662
* Add missed deltas on 2.4 040106 update.Hye-Shik Chang2004-01-091-1/+1
| | | | Notes: svn path=/head/; revision=97727
* - Update lang/python-devel to Python-2.4 031022 snapshot.Hye-Shik Chang2003-10-291-1/+1
| | | | | | | | | | | | | - Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2] Notes: svn path=/head/; revision=92598
* Update to 2.4a0 snapshot of 1 Aug 2003Hye-Shik Chang2003-08-011-1/+1
| | | | Notes: svn path=/head/; revision=86113
* Update to 2.3c1Hye-Shik Chang2003-07-191-1/+1
| | | | Notes: svn path=/head/; revision=85183
* Update new python-devel port to 2.3.b2.Hye-Shik Chang2003-07-031-1/+1
| | | | | | | | | | | | | | | | This update introduces two new knobs to _disable_ somewhat experimental options: BUILD_STATIC=yes Unless this option is specified, the port will build python as shared binary. WITH_UCS2=yes Unless this option is specified, Py_UNICODE type will charge 4 bytes per character (as we do for wchar_t) Repo-copied by: joe (thanks!) Notes: svn path=/head/; revision=84141
* Update to 2.2.3Hye-Shik Chang2003-06-041-1/+1
| | | | | | | | | PR: 52830 Submitted by: Chuck Swiger <chuck@pkix.net> (partly) Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=82237
* Upgrade to Python-2.2.2.Hye-Shik Chang2002-10-171-1/+1
| | | | | | | Approved by: tg Notes: svn path=/head/; revision=68198
* Upgrade to Python-2.2.Thomas Gellekum2002-04-121-1/+1
| | | | | | | | PR: 36977 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=57615
* Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.Thomas Gellekum2002-01-071-1/+1
| | | | | | | | | | PR: 33444 Submitted by: Hye-Shik Chang <perky@fallin.lv> Add new MD5 to dependent ports. Notes: svn path=/head/; revision=52711