From a8ff49a93660f7a5f6861abcf7da6f64f83d69ff Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Aug 09 2011 17:33:42 +0000 Subject: Add third-party patches --- diff --git a/blender-2.48-python64.patch b/blender-2.48-python64.patch new file mode 100644 index 0000000..599e49a --- /dev/null +++ b/blender-2.48-python64.patch @@ -0,0 +1,15 @@ +Index: source/gameengine/Expressions/Value.cpp +=================================================================== +--- source/gameengine/Expressions/Value.cpp.orig 2010-04-18 12:28:37.000000000 +0200 ++++ source/gameengine/Expressions/Value.cpp 2010-10-28 14:56:24.000000000 +0200 +@@ -543,8 +543,8 @@ CValue* CValue::ConvertPythonToValue(PyO + CListValue* listval = new CListValue(); + bool error = false; + +- int i; +- int numitems = PyList_Size(pyobj); ++ Py_ssize_t i; ++ Py_ssize_t numitems = PyList_Size(pyobj); + for (i=0;i 1:2.49b-14 +* Tue Aug 9 2011 Jochen Schmitt 1:2.49b-17 +- Add third-party patches + +* Mon Jun 20 2011 Jochen Schmitt 1:2.49b-16 - Add patch for CVS-2009-3850 from gentoo (#533395) * Mon Apr 4 2011 Jochen Schmitt 2.49b-13