wok-6.x diff python/receipt @ rev 9611
python: Fix urllib Security Vulnerability CVE-2011-1521.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Apr 15 15:10:30 2011 +0000 (2011-04-15) |
parents | 02bbaa9d12ba |
children | 686120919f40 |
line diff
1.1 --- a/python/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/python/receipt Fri Apr 15 15:10:30 2011 +0000 1.3 @@ -15,6 +15,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + # Fix urllib Security Vulnerability 1.8 + # http://blog.python.org/2011/04/urllib-security-vulnerability-fixed.html 1.9 + patch -Np1 -i $stuff/CVE-2011-1521.patch 1.10 ./configure --enable-shared --with-ncurses && 1.11 make && 1.12 make DESTDIR=$DESTDIR install