wok diff python/receipt @ rev 9901

lxpanel: we need lymenu-data in bdeps to have a menu...
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 17 13:36:31 2011 +0200 (2011-05-17)
parents 02bbaa9d12ba
children 686120919f40
line diff
     1.1 --- a/python/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/python/receipt	Tue May 17 13:36:31 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