Next | Query returned 95 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2011-10-31 07:50:55 by Steven Drake | Files touched by this commit (8)
Log message:
Improve the gdbm_compat handling by searching any ndbm.h found for the
string 'This file is part of GDBM' and ignoring it if it dose.

Thanks to obache@ for the idea.
   2011-10-28 12:38:07 by David Sainty | Files touched by this commit (2)
Log message:
Internally, Python has a set of modules depending on "platform".  The
"platform" in Python terms is different for Linux kernel 2.* Vs Linux
kernel 3.*.  Add in support to pull in a different PLIST for Linux 3.*.

Fixes build under Ubuntu 11.10.

XXX Perhaps it would be cleaner to name the PLIST to match the python platform
name - since we already calculate that anyway, and that is exactly what drives
the contents of these PLISTs.
   2011-10-18 23:59:19 by Steven Drake | Files touched by this commit (11)
Log message:
Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably
belongs to gdbm_compat.  I.E. _don't_ use ndbm on Linux.
   2011-10-01 05:11:15 by David Sainty | Files touched by this commit (2)
Log message:
Debian (and therefore Ubuntu) have taken to hiding some libraries
awkwardly, leading to Python 2.6 failing to build.

Python 2.7 builds ok, because it has been taught to deal with this.
This patch retro-fits the 2.7 code into 2.6, and allows 2.6 to build on
Ubuntu 11.04.

Ok'd by wiz@
   2011-09-30 10:34:26 by Yuji Yamano | Files touched by this commit (4)
Log message:
Make this build on Mac OS X Lion. Fixes PR pkg/45389.
It is not a leaf package, but the changes affect Mac OS X only.
Test builds on 10.5/i386, 10.6/i386 (thanks tron@), 10.7/i386 and
10.7/x86_64 (thanks ryoon@).
   2011-09-16 12:08:20 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Fix for intereger overflow when compiled with Clang
   2011-09-14 19:07:01 by Hans Rosenfeld | Files touched by this commit (2)
Log message:
Teach configure about SunOS 5.11, preventing some pyconfig.h weirdness.
   2011-09-12 22:14:06 by Benny Siegert | Files touched by this commit (4)
Log message:
Fix build on MirBSD by adding the respective stanzas to configure and fix
building the select module.

Reviewed by Bernd Ernesti and Jörg Sonnenberger.
   2011-06-04 05:58:59 by OBATA Akio | Files touched by this commit (5)
Log message:
Update python26 to 2.6.7.
(CVE-2011-1521 had been fixed in pkgsrc).

What's New in Python 2.6.7?
===========================

*Release date: 2011-06-03*

*NOTE: Python 2.6 is in security-fix-only mode.  No non-security bug fixes are
 allowed.  Python 2.6.7 and beyond will be source only releases.*

* No changes since 2.6.7rc2.

What's New in Python 2.6.7 rc 2?
================================

*Release date: 2011-05-20*

*NOTE: Python 2.6 is in security-fix-only mode.  No non-security bug fixes are
 allowed.  Python 2.6.7 and beyond will be source only releases.*

Library
-------

- Issue #11662: Make urllib and urllib2 ignore redirections if the
  scheme is not HTTP, HTTPS or FTP (CVE-2011-1521).

- Issue #11442: Add a charset parameter to the Content-type in SimpleHTTPServer
  to avoid XSS attacks.

What's New in Python 2.6.7 rc 1?
================================

*Release date: 2011-05-06*

Library
-------

- Issue #9129: smtpd.py is vulnerable to DoS attacks deriving from missing
  error handling when accepting a new connection.
   2011-05-15 12:06:12 by Hans Rosenfeld | Files touched by this commit (1)
Log message:
Recent SunOS has netpacket/packet.h, but it is not what Python expects.
Fixes build on SunOS.

Next | Query returned 95 messages, browsing 31 to 40 | Previous