[issue10842] Update third-party libraries for OS X installer builds

2011-01-29 Thread Ned Deily
Ned Deily added the comment: Merged to 2.7 in r88248 (for 2.7.2). -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs

[issue10842] Update third-party libraries for OS X installer builds

2011-01-14 Thread Ned Deily
Ned Deily added the comment: Committed (with release manager approval for 3.2) to py3k in r88006. Pending potential backport to 2.7. -- assignee: ronaldoussoren -> ned.deily priority: release blocker -> resolution: -> fixed stage: patch review -> committed/rejected status: open -> pe

[issue10842] Update third-party libraries for OS X installer builds

2011-01-06 Thread Georg Brandl
Georg Brandl added the comment: Making this a blocker for now; I'd rather not update this during RC phase. -- nosy: +benjamin.peterson priority: high -> release blocker ___ Python tracker _

[issue10842] Update third-party libraries for OS X installer builds

2011-01-06 Thread Ned Deily
Ned Deily 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 build

[issue10842] Update third-party libraries for OS X installer builds

2011-01-06 Thread Ned Deily
New submission from Ned Deily : The third-party libraries used by the 32-bit OS X installer are in need of updating. (Patch follows.) -- assignee: ronaldoussoren components: Build, Macintosh messages: 125532 nosy: georg.brandl, ned.deily, ronaldoussoren priority: normal severity: norma