notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
python33 Interpreted object-oriented programming language
3.3.6_11 lang Deleted on this many watch lists=2 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.6_11Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No longer receives bug fixes, only security updates. Please update to Python 3.6
Expired This port expired on: 2017-09-01
Maintainer: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-12-20 11:56:10
Last Update: 2017-09-03 10:33:56
SVN Revision: 449196
People watching this port, also watch:: python27, screen, openjdk8
Also Listed In: ipv6 python
License: PSFL
WWW:
https://www.python.org/
Description:
Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. WWW: https://www.python.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • python33>0:lang/python33
No installation instructions:
This port has been deleted.
PKGNAME: python33
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (python/Python-3.3.6.tar.xz) = 5226e4bf7a530c3ff2bcde0c94e0e09e59a8bcde0114fe0268bc925bdabb5d3f SIZE (python/Python-3.3.6.tar.xz) = 12116460

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. msgfmt : devel/gettext-tools
Library dependencies:
  1. libffi.so : devel/libffi
  2. libreadline.so.7 : devel/readline
  3. libintl.so : devel/gettext-runtime
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 7 deleted ports
  1. databases/py33-gdbm*
  2. databases/py33-sqlite3*
  3. devel/py-setuptools33*
  4. devel/py3-enum34*
  5. devel/py33-setuptools*
  6. www/py33-requests*
  7. x11-toolkits/py33-tkinter*
  8. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 7 deleted ports
  1. databases/py33-gdbm*
  2. databases/py33-sqlite3*
  3. devel/py-setuptools33*
  4. devel/py3-enum34*
  5. devel/py33-setuptools*
  6. www/py33-requests*
  7. x11-toolkits/py33-tkinter*
  8. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for python33-3.3.6_11: DEBUG=off: Build with debugging support IPV6=on: IPv6 protocol support LIBFFI=on: Use libffi from ports instead of bundled version NLS=on: Enable gettext support for the locale module PYMALLOC=on: Enable specialized mallocs THREADS=on: Threading support TSC=off: Enable rocessor timestamp counter profiling ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
cpe ncurses pathfix pkgconfig readline:port ssl tar:xz shebangfix gettext
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.python.org/ftp/python/3.3.6/
Collapse this list.

Number of commits found: 74

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.6_11
03 Sep 2017 10:33:56
Revision:449196Original commit files touched by this commit This port version is marked as vulnerable.
rene search for other commits by this committer
Remove Python 3.3 and related ports, it expired today:
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
3.3.6_11
08 Aug 2017 01:39:37
Revision:447530Original commit files touched by this commit This port version is marked as vulnerable.
sbruno search for other commits by this committer
Pointyhat to me.

A stray '.' somehow made it past my testing.

Do *not* bump portrevision as this only affects the packaging/stage
of these ports on mips/armv6 or other cross compiled targets.

PR:		221202
Reported by:	antoine
3.3.6_11
02 Aug 2017 17:58:03
Revision:447129Original commit files touched by this commit This port version is marked as vulnerable.
sbruno search for other commits by this committer
Add a code block for the qemu-user enabled cross build environment.  When using
this environment in poudriere, CC is not set to the default of /usr/bin/cc and
a cross-compile toolchain is used.  We need to hand edit this so that the run
time configuration for python matches what the FreeBSD base system provides.

PR:		208282
Submitted by:	manu
Approved by:	portmgr (mat)
3.3.6_10
28 Jun 2017 02:37:53
Revision:444534Original commit files touched by this commit This port version is marked as vulnerable.
dbaio search for other commits by this committer
lang/python{27,33,34,35,36}: Make Python curses module work with Unicode

Use readline from ports (USES= readline:port) and patch
setup.py to ignore readline from base. The patch is necessary for
FreeBSD < 1100000, as after this the readline library became an
INTERNALLIB, see base r268461 [1]

Link devel/readline against termcapw instead of termcap is part of
this change, see ports r444463 [2]

Note that this is the **ports** approach for getting Python curses
module working with Unicode. The other way is splitting libncurses
into separate libncurses and libtinfo in base, for which an open
issue exists [3].
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.6_9
27 Jun 2017 13:46:53
Revision:444463Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
3.3.6_8
18 Jun 2017 02:52:36
Revision:443795Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update DEPRECATED to latest default python3
3.3.6_8
06 Jun 2017 12:56:48
Revision:442759Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python{27,33,34,35,36}: Install GDB debugging script

Users with a GDB that supports [1] Python extensions will automatically
load the extra debugging extensions when debugging programs that are
linked with libpythonX.Y.so.foo.

This enables extensions like 'py-bt' and 'py-frame' as described in
the Fedora Wiki Article: Easier Python Debugging [2], which can be
useful for debugging Python program state from crashes in C extensions,
for example.

[1] PYTHON option enabled in devel/gdb
[2] https://fedoraproject.org/wiki/Features/EasierPythonDebugging

PR:		203021
Submitted by:	cem
Reviewed by:	mat, koobs (python)
Approved by:	koobs (python)
Differential Revision: D10398
3.3.6_7
16 Apr 2017 11:08:30
Revision:438645Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Update WWW
3.3.6_7
14 Apr 2017 18:07:08
Revision:438530Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Fix shebang

Thanks to: amdmi3
3.3.6_6
27 Nov 2016 16:52:25
Revision:427246Original commit files touched by this commit This port version is marked as vulnerable.
brnrd search for other commits by this committer
lang/python33: Fix HTTP Header injection vulnerability

  - Backport of upstream fix for 3.4/3.5

PR:             210539
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Reported by:    Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Reviewed by:    robak, brnrd
MFH:		2016Q4
Security:       CVE-2016-5699
Security:       a61374fc-3a4d-11e6-a671-60a44ce6887b
Differential Revision:  D7107
3.3.6_5
02 Nov 2016 14:51:48
Revision:425158Original commit files touched by this commit This port version is marked as vulnerable.
tijl search for other commits by this committer
Remove no-op patch.

This patch was submitted to upstream libffi and from there to upstream
libtool, but it doesn't do anything.  The original patch committed in
r158131 did do something but when it was no longer needed it was changed
into something that doesn't make sense in r221521 instead of being removed.
Remove it now before it causes more confusion.
3.3.6_5
21 Oct 2016 15:21:13
Revision:424427Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
3.3.6_5
08 Jul 2016 19:07:41
Revision:418240Original commit files touched by this commit This port version is marked as vulnerable.
brnrd search for other commits by this committer
lang/python3*: Backport upstream issue 24557

  - Add backport of patch for EGD issue [1]
  - Change USE_OPENSSL to USES= ssl
  - Don't set CPE_VERSION to the default PORTVERSION

PR:		205960 [1], 199050 [1]
Reviewed by:	koobs (python)
Approved by:	python (koobs)
Obtained from:	https://hg.python.org/cpython/rev/7c0432cf1f2e [1]
MFH:		2016Q3
3.3.6_5
17 Jun 2016 17:09:05
Revision:417019Original commit files touched by this commit This port version is marked as vulnerable.
rm search for other commits by this committer
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-fbsd@acheronmedia.com>
Security:	1d0f6852-33d8-11e6-a671-60a44ce6887b
With hat:	python
3.3.6_4
23 May 2016 20:35:01
Revision:415742Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
3.3.6_4
25 Apr 2016 20:22:20
Revision:414029Original commit files touched by this commit This port version is marked as vulnerable.
dim search for other commits by this committer
For the various lang/python* ports, improve the __FreeBSD_version
check in pyport.h for working around a very old ctype issue.

If the workaround for this issue is enabled, pyport.h redefines
toupper() and some other ctype macros, and this wreaks havoc when
including newer libc++ headers (or any other system header which tries
to declare those functions).

Approved by:	portmgr (antoine)
PR:		208486
MFH:		2016Q2
3.3.6_3
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
3.3.6_3
08 Jan 2016 16:45:09
Revision:405569Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python{27,3*}: Backport patch in upstream issue20397

In certain situations, file references (.py[co]) for Python files that
fail to compile with compileall() are still added to distutils --record
output.

This output is used for pkg-plist generation and must only contain
references to files that will be installed.

One example of a failure condition is when a Python 2/3 compatible
package containing a file containing Python 3.x only code is built with
Python 2.x, such as Gunicorn's _gaiohttp.py [1]

This change backports patches submitted against upstream issue 20397 [2]
that has not yet been committed.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.6_2
29 Dec 2015 12:03:09
Revision:404739Original commit files touched by this commit This port version is marked as vulnerable.
marino search for other commits by this committer
lang/python27(3*), Mk/Uses/python.mk: remove make spawn

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)
3.3.6_2
28 Dec 2015 12:42:41
Revision:404626Original commit files touched by this commit This port version is marked as vulnerable.
brnrd search for other commits by this committer
lang/python33: Fix typo in No-SSLv3 patch

  - Fix typo that was introduced with the No-SSLv3 patch [1]

[1] http://svnweb.freebsd.org/changeset/ports/404347

Reported by:	antoine via pkg-fallout
Reviewed by:	koobs (mentor, python), antoine (python)
Approved by:	koobs (mentor, python), antoine (python)
Differential Revision:	https://reviews.freebsd.org/D4721
3.3.6_1
25 Dec 2015 21:51:59
Revision:404477Original commit files touched by this commit This port version is marked as vulnerable.
antoine search for other commits by this committer
Restore unixccompiler.py patch, it was not included upstream
3.3.6
24 Dec 2015 12:06:30
Revision:404347Original commit files touched by this commit This port version is marked as vulnerable.
brnrd search for other commits by this committer
lang/python33: Update to 3.3.6

  - Update to 3.3.6 (released 2014-10-11)
  - Backport issue21356 RAND_egd fix [1]
  - Fix build for openssl -nossl3
  - Remove unixcompiler patch, included upstream
  - Switch regression-test to TEST_TARGET/TEST_ARGS
  - Mark DEPRECATED, EXPIRES Sept 2017 [2]

[1] http://bugs.python.org/issue21356
[2] https://www.python.org/dev/peps/pep-0398/#lifespan

This is a bug/security fix update. Changelog:

  https://docs.python.org/3.3/whatsnew/changelog.html#python-3-3-6

PR:		195511
Reviewed by:	koobs (mentor, python), feld, miwi, AMDmi3
Approved by:	koobs (python), miwi, AMDmi3
Differential_Revision:	https://reviews.freebsd.org/D4695
3.3.5_8
19 Nov 2015 01:28:38
Revision:401909Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
Add version specified ports of separated standard Python modules for
non-default Python versions:

- Add pyXY-{sqlite3,gdbm,tkinter} ports for generating binary packages
- Improve/add pkg-message to point users to install respective packages of
  separated Python standard modules
- Add COMMENT to explicitly show the Python version that package should be
  used with
- Simplify version-related PYTHON_* for lang/python35

Reviewed by:	koobs
Differential Revision:	https://reviews.freebsd.org/D4170
3.3.5_7
18 Oct 2015 09:50:39
Revision:399611Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python{27,32,33}: Fix missing shlib path in python-config

In Python 3.4+, upstream added and switched to using a shell
implementation of the python-config script [1]. The Python
implementation  (python-config.py) remained used by all versions < 3.4.

While the shell implementation returns the path to the Python
shared library when using the --ldflags script argument, the Python
implementation of the script does not. The bug has been reported, but
has not yet been merged [2].

The Python ports currently default to including ${LOCALBASE}/lib
in LIBS when the NLS option is enabled (which it is by default).

When built *with* NLS (gettext) support, the flags added to LIBS
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.5_6
30 Jul 2015 03:31:56
Revision:393217Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python{27,32,33,34}: Mark MAKE_JOBS_UNSAFE

Parser/pgen code intermittently and non-deterministically fails
at build time causing errors including, among others:

 * Parser/pgen.o: file not recognized: File truncated
 * pgenmain.c:(.text+0x244): undefined reference to `_Py_pgen'

This is apparently due to incorrect uses of recursive make [1] which
was fixed in the upstream Python 'default' (3.5) branch [2].

This change marks all Python port versions as MAKE_JOBS_UNSANFE until
the the original changeset [1] and the resulting regression in
cross-builds [3], whos fix is still pending, can be backported.

[1] https://bugs.python.org/issue22359
[2] https://hg.python.org/cpython/rev/c2a53aa27cad
[3] https://bugs.python.org/issue22625

PR:		200622
Reported by:	marino
MFH:		2015Q3
3.3.5_6
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit This port version is marked as vulnerable.
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
3.3.5_6
06 Apr 2015 16:58:37
Revision:383449Original commit files touched by this commit This port version is marked as vulnerable.
bdrewery search for other commits by this committer
Force a rebuild/upgrade to chase head r280306 which removed SSLv2 support.
This fixes head package users so they have working SSL support. There was
already a built-time fix for this.
3.3.5_5
25 Mar 2015 12:58:34
Revision:382211Original commit files touched by this commit This port version is marked as vulnerable.
marino search for other commits by this committer
lang category: Remove $PTHREAD_LIBS

Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.

approved by:	PTHREAD blanket
3.3.5_5
11 Feb 2015 08:22:30
Revision:378820Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python33: BROKEN on i386 without LIBFFI

As per lang/python27 (r377581):

- Add BROKEN for i386 without LIBFFI option, and add upstream
  issue references.

While I'm here, clean up after the LIBFFI option addition:

- Sort options variables: OPTIONS_* and *_DESC
- Use OPTIONS helpers
- Reduce diffs between lang/python* ports
3.3.5_5
22 Dec 2014 16:45:42
Revision:375245Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Revert the previous NIS check, since it does not help at all

PR:		196195
Submitted by:	ache@
With hat:	python@
3.3.5_5
22 Dec 2014 09:47:37
Revision:375221Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Python 3.x: try to improve the NIS detection for FreeBSD

PR:		193650
With hat:	python
3.3.5_5
04 Nov 2014 09:14:21
Revision:372138Original commit files touched by this commit This port version is marked as vulnerable.
demon search for other commits by this committer
Add an option to use libffi from ports instead of bundled version.

Submitted by:	cy
Reviewed by:	koobs
3.3.5_4
27 Oct 2014 15:23:31
Revision:371587Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Cleanup plist
3.3.5_4
04 Sep 2014 19:26:24
Revision:367307Original commit files touched by this commit This port version is marked as vulnerable.
antoine search for other commits by this committer
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
3.3.5_4
23 Aug 2014 05:19:50
Revision:365709Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python{27,33,34}: Bump PORTREVISION, sanitizes builds.

Bump PORTREVISION, as prior to the previous change that fixed upstream Issue
#21166, Python builds could be potentially polluted by the host environment
which could caused runtime issues because of ABI differences.
3.3.5_3
23 Aug 2014 03:53:25
Revision:365708Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python{27,33,34}: Backport fix for upstream Issue #21166

Backport fix for upstream Issue #21166:

Prevent possible segfaults and other random failures of python
--generate-posix-vars in pybuilddir.txt build target by ensuring
that pybuilddir.txt is always regenerated when configure is run and
that the newly built skeleton python does not inadvertently import
modules from previously installed instances. [1]

This changeset has been committed for release in 2.7.9, 3.4.2, and 3.5.0.

A HUGE thank you to Ned Deily from the Python Core Development Team
for helping to identify the underlying cause, produce a fix and
wonderfully document the explanation.

[1] http://bugs.python.org/issue21166
3.3.5_3
10 Aug 2014 18:36:27
Revision:364557Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Add USE_OPENSSL, since all lang/python ports build the _ssl module, which
  requires a working OpenSSL implementation

Phabric:		D569
Reviewed by:	wg@
With hat:	python@
3.3.5_2
02 Aug 2014 06:39:18
Revision:363788Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Remove everything related to USE_PYTHON and bsd.python.mk. This is a
  preparatory step to convert bsd.python.mk into a USES file.
- Remove the shared/static build separation, which is the source of many
  problems and even more hacks. Instead build only the shared version, which
  greatly simplifies the build.
- Use NLS_LIBS instead of NLS_LDFLAGS as done for lang/python27 (r357486)
- Remove the FPECTL option to align the build with the clean "template" from
  lang/python34.
- Remove PORTDATA and EXAMPLES. Those will be made available via separate
  ports.
- Add a new DEBUG option to enable debug builds as for lang/python34.
- Add a new TSC option for precise timestamp counter support as for
  lang/python34.
- Reactivate curses/ncurses support.
- Use buildbottest in the regression-test: target.

Phabric:	D410
Exp-run:	192242, 192244
Reviewed by:	koobs, bapt
With hat:	python@
3.3.5_1
20 Jul 2014 19:57:14
Revision:362367Original commit files touched by this commit This port version is marked as vulnerable.
antoine search for other commits by this committer
Drop some %%PORTDATA%%

With hat:	portmgr
3.3.5_1
11 Jul 2014 18:09:01
Revision:361574Original commit files touched by this commit This port version is marked as vulnerable.
sbz search for other commits by this committer
- Add CPE entries for python
- Remove NOPORTDATA as it's deprecated since r359061
3.3.5_1
25 Jun 2014 05:35:32
Revision:359185Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
3.3.5_1
22 Apr 2014 12:14:26
Revision:351815Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python{31,32,33}: Fix stage/package as non-root

Copy the second part of a change previously made to python27 [1], to
python31, python32 and python33.

This fixes staging and packaging of these ports by a non-root user by
running ranlib on the archive prior to it being installed read-only.

While I'm here:

- python27: Add breadcrumbs and references to the patch header
- python34: Update breadcrumbs and references to the patch header

[1] https://svnweb.freebsd.org/ports?view=revision&revision=350207

Submitted by:	antoine
Reviewed by:	kwm, sbz
3.3.5_1
20 Apr 2014 01:35:39
Revision:351610Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python{31,32,33}: Add clang 3.4 fix from python27

Copy change committed to python27 [1] to python31, python32 and
python33 to fix builds of some extensions with Clang 3.4.

Also add breadcrumbs to the patch header in lang/python27 referencing
the upstream issue. [2]

The Python 3.4 port (lang/python34) already carries the patch.

[1] https://svnweb.freebsd.org/ports?view=revision&revision=346428
[2] http://bugs.python.org/issue20767
3.3.5
11 Apr 2014 08:25:47
Revision:350904Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
3.3.5
06 Apr 2014 05:47:09
Revision:350299Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Fix shebang
- Use USES=tar:xz
- Bump PORTREVISION for package change
- Space/Tab twiddle
3.3.5
10 Mar 2014 11:28:56
Revision:347738Original commit files touched by this commit This port version is marked as vulnerable.
demon search for other commits by this committer
Update python33: 3.3.4 --> 3.3.5.
3.3.4
04 Mar 2014 12:38:03
Revision:347015Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python33: Update to 3.3.4

- Update to 3.3.4
- Update pkg-plist
- Remove patch-CVE-2014-1912 (upstream)
- Remove patch-issue20374 (upstream)
- Repatch and rename patch-Modules__fcntlmodule.c
- Add patch-issue-20695-Lib__test__test_urllibnet.py (tests) [1]
- Add regression-test target for QA

Changes: 3.3.4 - 09/02/2014

    http://docs.python.org/3.3/whatsnew/changelog.html#python-3-3-4

Extra:

- Update python-doc-html distinfo for Python 3.3 docs
- Update bsd.python.mk to support the new version

[1] http://bugs.python.org/issue20695
3.3.3_3
01 Mar 2014 14:28:08
Revision:346628Original commit files touched by this commit This port version is marked as vulnerable.
antoine search for other commits by this committer
- Fix build with readline 6.3 from ports
  the patch was obtained from upstream (issue #20374)
- Add missing USES=readline

PR:		ports/187176
Reported by:	O. Hartmann
Reviewed by:	koobs
Obtained from:	python
3.3.3_3
01 Mar 2014 10:52:56
Revision:346614Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
lang/python*: Backport security fix for CVE-2014-1912

A vulnerability was reported [1] in Python's socket module, due to a
boundary error within the sock_recvfrom_into() function, which could be
exploited to cause a buffer overflow.

This could be used to crash a Python application that uses the
socket.recvfrom_info() function or, possibly, execute arbitrary code
with the permissions of the user running vulnerable Python code.

This vulnerable function, socket.recvfrom_into(), was introduced in
Python 2.5. Earlier versions are not affected by this flaw.  This is
fixed in upstream branches for version 2.7, 3.1, 3.2 and 3.3.

[1] http://bugs.python.org/issue20246

MFH:		2014Q1
Security:	8e5e6d42-a0fa-11e3-b09a-080027f2d077
3.3.3_2
01 Feb 2014 09:21:24
Revision:342104Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Fix bad libpython* symlinks after enabling the lang/python* ports to
  be stagedir-aware

PR:		ports/186284
Submitted by:	marino@
Pointyhat to:	myself
3.3.3_1
26 Jan 2014 14:47:56
Revision:341192Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Enable stagedir support
- Convert to new LIB_DEPENDS
3.3.3_1
08 Dec 2013 09:03:01
Revision:335872Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
Bump PORTREVISION for all Python ports to pickup the recent ARM patch

PR:		ports/149167
3.3.3
08 Dec 2013 08:57:35
Revision:335871Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
Reduce diffs, sort sections & Add LICENSE for Python 2.6, 2.7 & 3.3

- Sort USE_*, *_WRKSRC and CONFIGURE/MAKE sections
- Whitespace alignment for readability
- Add LICENSE (PSFL)

Reviewed by:	milki
3.3.3
08 Dec 2013 06:22:08
Revision:335867Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
All Python ports: Address abort() for ctypes import on FreeBSD/ARM

The current FreeBSD/ARM __clear_cache() implementation does nothing #if
__i386__ || __x86_64__ #else abort();

cognet@ advises this is an issue for anything !Apple that is using the
libcompiler_rt provided by Clang on ARM, and requires upstreaming.

This is the root cause of abort() on import for the ctypes module in
Python, as they bundle libffi. [1]

This change patches the bundled libffi library in all Python ports, even
though it is a NOOP for the ports that use devel/libffi. These ports,
currently python31, will get the fix via ports/184517

A huge shout out to cognet@ who helped diagnose the issue and created
the patch to address it. Thank you!

PR:		ports/149167 [1]
PR:		ports/184517
Submitted by:	cognet [3]
Reviewed by:	cognet, eadler, milki, ak
3.3.3
19 Nov 2013 14:52:23
Revision:334321Original commit files touched by this commit This port version is marked as vulnerable.
demon search for other commits by this committer
Update to version 3.3.3.
3.3.2_4
11 Nov 2013 13:00:07
Revision:333492Original commit files touched by this commit This port version is marked as vulnerable.
wg search for other commits by this committer
lang/python33: add support for freebsd11

PR:		ports/183597
3.3.2_3
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
3.3.2_3
16 Sep 2013 17:27:31
Revision:327423Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Use USES=gmake
3.3.2_3
08 Sep 2013 14:05:18
Revision:326729Original commit files touched by this commit This port version is marked as vulnerable.
koobs search for other commits by this committer
Resolve gettext (libintl) detection and linking in all Python ports

Fix gettext (NLS) detection, includes and linking:
- all: Use LDFLAGS and CPPFLAGS over CFLAGS for NLS option (with comment)
- python26,27: Pass LIBS="-lintl" to CONFIGURE_ENV

Workaround Pythons odd build mechanics causing duplicate args:
- all: Remove CFLAGS from OPT= in CONFIGURE_ENV
- python32,33: Remove CONFIGURE_* variables from Makefile.pre.in

Other:
- python32: Patch setup.py to pass OPT correctly to shared modules

PR:		ports/181721
Reported by:	pawel
Reviewed by:	bapt mva sbz
3.3.2_2
17 Aug 2013 19:10:59
Revision:324864Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Move the symlink magic for the default python version into lang/python
  and lang/python2 and lang/python3. This change brings us closer to the goal
  of making Python ports usable with different Python versions at the same
  time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
  bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
  bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
3.3.2_1
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure This port version is marked as vulnerable.
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
3.3.2_1
10 Jun 2013 08:20:15
Revision:320442Original commit files touched by this commit This port version is marked as vulnerable.
rm search for other commits by this committer
Add patch that resolves the issue, found after r250991 in src HEAD.
Investigation and the patch are from Marcel Moolenaar.

I also added upstream bug-report, based on Marcel's info:
http://bugs.python.org/issue18178

There also was relevant discussion on current@:
http://lists.freebsd.org/pipermail/freebsd-current/2013-June/

Please see there for details of the issue.

Submitted by:	marcel (python@ ML)
Reported by:	many
3.3.2
21 May 2013 04:42:49
Revision:318640Original commit files touched by this commit This port version is marked as vulnerable.
rm search for other commits by this committer
Using GNU make to build this port now, because people reporting various
build problems with pmake, that's cannot be reproduced reliable. There is
also upstream bug-report [1]. The solution is suggested by Marcus von Appen.
PORTREVISION isn't bumped, because there is no need in gmake for people
that already built python33 successfully.

Reported by:    many
Submitted by:	mva (by mail)
Tested by:  demon
3.3.2
18 May 2013 08:21:01
Revision:318421Original commit files touched by this commit This port version is marked as vulnerable.
rm search for other commits by this committer
Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2
3.3.1
17 May 2013 04:17:22
Revision:318353Original commit files touched by this commit This port version is marked as vulnerable.
rm search for other commits by this committer
- update to latest upstream versions:
  . 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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.0_2
11 May 2013 11:37:55
Revision:317865Original commit files touched by this commit This port version is marked as vulnerable.
rm search for other commits by this committer
Commit all the non-functional changes to python ports to reduce the diff size
for an exp-run of updated python versions.

- trim Makefile headers
- remove leading indefinite article from COMMENT
- use PYTHON shortcut in MASTER_SITES
- whitespace fixes
- remove checks for unsupported versions of FreeBSD
- use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist,
  because this value is not supposed to be changed across the branch and for
  consistency with other python3 ports
- remove conflicts in lang/python-mode.el with not more existing python-2.4
3.3.0_2
06 May 2013 09:58:09
Revision:317498Original commit files touched by this commit This port version is marked as vulnerable.
jgh search for other commits by this committer
- finish conversion for USES of gettext
3.3.0_2
06 May 2013 06:32:22
Revision:317469Original commit files touched by this commit This port version is marked as vulnerable.
jgh search for other commits by this committer
- adoption of USES for gettext

Approved by:	portmgr (bapt@)
3.3.0_2
03 Feb 2013 11:43:26
Revision:311456Original commit files touched by this commit This port version is marked as vulnerable.
crees search for other commits by this committer
Fix logic (should be defined to true integer, not false).

While here, let's use patch from upstream so it obviously conflicts on
the next update.

Submitted by:	koobs
Obtained from:	http://bugs.python.org/issue16753
3.3.0_2
02 Feb 2013 13:32:45
Revision:311428Original commit files touched by this commit This port version is marked as vulnerable.
crees search for other commits by this committer
Fix package on 9.1-RELEASE
3.3.0_2
23 Dec 2012 17:52:47
Revision:309444Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Remove "first-installed-win" logic for automatically setting
  ${PYTHON_DEFAULT_VERSION}, this generates conflicting packages.

- Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION}
  will create python and python${MAJOR_VERSION} links.  In current default,
  lang/python27 will create: python -> python2 -> python2.7

- Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link.
  At this point, lang/python33 will create python3 -> python3.3

- Minor cleanups
  * Trim Makefile headers
  * Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ

[1] http://www.python.org/dev/peps/pep-0394/
3.3.0_1
21 Dec 2012 21:17:33
Revision:309372Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Remove test and regression-test targets for now - they pollute the
  installation on tinderboxes causing leftovers

Discussed with:	Kubilay Kocak <koobs.freebsd@gmail.com>
3.3.0_1
21 Dec 2012 15:45:30
Revision:309359Original commit files touched by this commit This port version is marked as vulnerable.
demon search for other commits by this committer
Create python2 symlink for the latest version of python2.X executable and
python3 symlink for the latest version of python3.X executable.

People who really want to use older python version for both python branches
should specify explicit version number in interpreter invocation.

Discussed on python@ long ago.
3.3.0
20 Dec 2012 11:55:55
Revision:309312Original commit files touched by this commit This port version is marked as vulnerable.
demon search for other commits by this committer
Port for python version 3.3.

Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>

Number of commits found: 74