# HG changeset patch # User Christopher Rogers # Date 1302880230 0 # Node ID 9e8cd7598a81f43ed2ec069771ab24d2aaae5ea2 # Parent 1ce24ad68c14ac23d11cfc67d210e5d43d174164 python: Fix urllib Security Vulnerability CVE-2011-1521. diff -r 1ce24ad68c14 -r 9e8cd7598a81 python/receipt --- a/python/receipt Fri Apr 15 14:55:42 2011 +0000 +++ b/python/receipt Fri Apr 15 15:10:30 2011 +0000 @@ -15,6 +15,9 @@ compile_rules() { cd $src + # Fix urllib Security Vulnerability + # http://blog.python.org/2011/04/urllib-security-vulnerability-fixed.html + patch -Np1 -i $stuff/CVE-2011-1521.patch ./configure --enable-shared --with-ncurses && make && make DESTDIR=$DESTDIR install