[Lunar-commits] <moonbase-core> Python: add a security related patch.
Florin Braescu
florin at lunar-linux.org
Wed Sep 11 14:23:01 CEST 2013
commit d29bb4676fc67468312624a71cc6fe3273206d3f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 07 Sep 2013 03:10:54 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/d29bb4676fc67468312624a71cc6fe3273206d3f
Python: add a security related patch.
---
python/Python/BUILD | +2/-0
python/Python/DETAILS | +4/-1
2 files changed, 6 insertions(+), 1 deletion(-)
--- a/python/Python/BUILD
+++ b/python/Python/BUILD
@@ -6,6 +6,8 @@
cp Lib/plat-linux2/* Lib/plat-linux3/
fi &&
+ patch_it $SOURCE2 1 &&
+
sedit "s:-O3:$CFLAGS -Os:g" configure &&
OPTS+=" --enable-shared" &&
--- a/python/Python/DETAILS
+++ b/python/Python/DETAILS
@@ -1,11 +1,14 @@
MODULE=Python
VERSION=2.7.5
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-ssl.patch.bz2
SOURCE_URL=http://www.python.org/ftp/python/$VERSION
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:6cfada1a739544a6fa7f2601b500fba02229656b
+ SOURCE2_VFY=sha1:803a921e920a7333445c9ba6394324c447dee57f
WEB_SITE=http://www.python.org
ENTERED=20010922
- UPDATED=20130607
+ UPDATED=20130907
PSAFE=no
SHORT="Interpreted, interactive, object-oriented programming language"
More information about the Lunar-commits
mailing list