wok-current 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 | 1ce24ad68c14 |
children | bab7112fbe49 |
files | python/receipt |
line diff
1.1 --- a/python/receipt Fri Apr 15 14:55:42 2011 +0000 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