[Lunar-commits] <moonbase-other> Merge remote-tracking branch 'florin/python'

v4hn me at v4hn.de
Sat Sep 7 17:29:47 CEST 2013


commit 6a7b2d1441463da659fe76694463ca8d22561192
Author: v4hn <me at v4hn.de>
Date: Sat, 07 Sep 2013 08:29:35 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/6a7b2d1441463da659fe76694463ca8d22561192

Merge remote-tracking branch 'florin/python'
---
  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