Next | Query returned 57 messages, browsing 11 to 20 | 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-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-09-14 19:06:32 by Hans Rosenfeld | Files touched by this commit (2)
Log message:
Teach configure about SunOS 5.11, preventing some pyconfig.h weirdness.
   2011-06-04 07:08:20 by OBATA Akio | Files touched by this commit (8)
Log message:
Update python25 to 2.5.6.
(contains already fixed issues, #11662 patch-b{a,b}, #8674,#7673 patch-bc)

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

*Release date: 26-May-2011*

What's New in Python 2.5.6c1?
=============================

*Release date: 17-Apr-2011*

Library
-------

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

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

- Issue #8674: Fixed a number of incorrect or undefined-behaviour-inducing
  overflow checks in the audioop module (CVE-2010-1634).

- Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop
  module, ensure that the input string length is a multiple of the frame size.
   2011-05-15 12:07:20 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.
   2011-04-23 19:31:40 by Matthias Scheler | Files touched by this commit (1)
Log message:
Correct path to Python interpreter in all ".py" files to fix build
with revision 1.26 of "pkgsrc/mk/check/check-interpreter.mk".

Bump package revision because the binary package changed.
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2011-04-15 19:23:24 by Matthias Drochner | Files touched by this commit (4)
Log message:
comment out BUILDLINK_INCDIRS/BUILDLINK_LIBDIRS/BUILDLINK_TRANSFORM
definitions which do things behind the client pkgs back, in particular
manipulate the library search path
It is well possible that this causes some fallout, but I hope it
will be small and can be dealt with on a per-pkg basis.
(partly) suggested by Mark Davies on tech-pkg
   2011-03-28 17:58:15 by Matthias Drochner | Files touched by this commit (5)
Log message:
fix two security issues, using patches from upstream:
-stricter redirect handling in urllib, to prevent redirects to eg
 "file://" URLs (CVE-2011-1521)
-stricter argument checks in the audioop module (CVE-2010-2089)
   2011-03-06 04:24:12 by David A. Holland | Files touched by this commit (3)
Log message:
Merge the patch for http://secunia.com/advisories/43463/ from the
copy in python26.

Next | Query returned 57 messages, browsing 11 to 20 | Previous