wok-next diff python/receipt @ rev 9699
Be less entousiast and sed only 13 pkgs :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 00:40:27 2011 +0200 (2011-05-08) |
parents | 02bbaa9d12ba |
children | 686120919f40 |
line diff
1.1 --- a/python/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/python/receipt Sun May 08 00:40:27 2011 +0200 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