Ned Deily <n...@acm.org> added the comment:

1. bzip2 1.0.5 -> 1.0.6 (fixes CVE-2010-0405)
2. GNU Readline 5.1.4 -> 6.1.2
3. SQLite 3.6.11 -> 3.7.4 (also enable FTS3/FTS4 and RTREE extensions)
4. ncurses 5.5 -> ncursesw 5.5 (enable wide-character support)
5. do not build Sleepycat DB (4.7.25) for Python 3 builds
6. zlib (1.2.3) unchanged

Note: When 3rd-party libs are used in the installers is not changed
      by this patch.  In particular, the libs are only built for
      the 32-bit-only installer variant (or any installer built with
      deployment target < OS X 10.5).  For targets >= 10.5,
      as in the 64-/32-bit installer variant, the Apple-supplied
      system versions of the libs are dynamically linked instead,
      with the system BSD editline (libedit) lib used in place
      of GNU readline (which is not shipped by Apple in OS X).

----------
keywords: +patch
priority: normal -> high
Added file: http://bugs.python.org/file20286/issue10842-py3k-27.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10842>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to