From 4e59b748c9f252df8eaeb61ba94f20a99ad35096 Mon Sep 17 00:00:00 2001 From: Florin Braescu Date: Sat, 7 Sep 2013 14:55:11 +0300 Subject: [PATCH] Python-3: version bumped to 3.3.2. Add 2 security related patches. --- python/Python-3/BUILD | 3 +++ python/Python-3/DETAILS | 12 +++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/python/Python-3/BUILD b/python/Python-3/BUILD index 691896d1759..a7666069f89 100644 --- a/python/Python-3/BUILD +++ b/python/Python-3/BUILD @@ -1,5 +1,8 @@ ( + patch_it $SOURCE2 1 && + patch_it $SOURCE3 1 && + OPTS+=" --enable-shared --with-threads" && default_config && diff --git a/python/Python-3/DETAILS b/python/Python-3/DETAILS index d253825440a..87136174a28 100644 --- a/python/Python-3/DETAILS +++ b/python/Python-3/DETAILS @@ -1,12 +1,18 @@ MODULE=Python-3 - VERSION=3.0 + VERSION=3.2 SOURCE=$MODULE.$VERSION.tar.bz2 + SOURCE2=$MODULE.$VERSION-CVE-2013-2099.patch.bz2 + SOURCE3=$MODULE.$VERSION-CVE-2013-4238.patch.bz2 SOURCE_URL=http://www.python.org/ftp/python/${MODULE#*-}.$VERSION/ + SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION - SOURCE_VFY=sha1:3e1464bc2c1dfa74287bc58da81168f50b0ae5c7 + SOURCE_VFY=sha1:b28c36a9752b690059dc6df4fb9b4ec9d6c5708a + SOURCE2_VFY=sha1:b4c3c5cec70b30426d37cf84a4d2d8edf5ee0ffb + SOURCE3_VFY=sha1:d078dd135d486c7a2ef723b7ba01012ce02aa8c9 WEB_SITE=http://www.python.org ENTERED=20121013 - UPDATED=20121013 + UPDATED=20130907 SHORT="Interpreted, interactive, object-oriented programming language" cat << EOF