[Lunar-commits] <moonbase> Python: add a patch for CVE-1521.
Florin Braescu
florin at lunar-linux.org
Thu May 5 16:00:54 CEST 2011
commit b43fe468b895858ac829e2393cab65254165d37a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu May 5 17:00:54 2011 +0300
Python: add a patch for CVE-1521.
---
python/Python/BUILD | 1 +
python/Python/DETAILS | 5 ++++-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/python/Python/BUILD b/python/Python/BUILD
index a3b14ea..f96e3a9 100644
--- a/python/Python/BUILD
+++ b/python/Python/BUILD
@@ -5,6 +5,7 @@
OPTS+=" --enable-shared" &&
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
default_build &&
diff --git a/python/Python/DETAILS b/python/Python/DETAILS
index 5baefc5..1134f2b 100644
--- a/python/Python/DETAILS
+++ b/python/Python/DETAILS
@@ -3,13 +3,16 @@
VERSION=$MAJOR.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-compileall.patch.bz2
+ SOURCE3=$MODULE-$VERSION-cve-1521.patch.bz2
SOURCE_URL=http://www.python.org/ftp/python/$VERSION
SOURCE_VFY=sha1:fbe1894322ff91b80726e269c97454f4129fc2a3
SOURCE2_URL=$PATCH_URL
SOURCE2_VFY=sha1:9aae8e93899aabc64bbd7f2921ed23f44ec8e6c4
+ SOURCE3_URL=$PATCH_URL
+ SOURCE3_VFY=sha1:070d1713d8b99a120dadb1034c7a5a61e00def24
WEB_SITE=http://www.python.org
ENTERED=20010922
- UPDATED=20101204
+ UPDATED=20110505
PSAFE=no
SHORT="Interpreted, interactive, object-oriented programming language"
More information about the Lunar-commits
mailing list