[Lunar-commits] <moonbase-other> Python-3: version bumped to 3.3.2.

Florin Braescu florin at lunar-linux.org
Sat Sep 7 17:29:46 CEST 2013


commit 4e59b748c9f252df8eaeb61ba94f20a99ad35096
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 07 Sep 2013 04:55:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/4e59b748c9f252df8eaeb61ba94f20a99ad35096

Python-3: version bumped to 3.3.2.

Add 2 security related patches.
---
  python/Python-3/BUILD   | +3/-0     
  python/Python-3/DETAILS | +9/-3     
  2 files changed, 12 insertions(+), 3 deletions(-)

--- 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 &&
--- 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




More information about the Lunar-commits mailing list