Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
16313069
Kaydet (Commit)
16313069
authored
Haz 03, 2013
tarafından
Jürgen Schmidt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#122010# update Python to 2.7.5
üst
b60db343
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
38 additions
and
38 deletions
+38
-38
external_deps.lst
external_deps.lst
+3
-3
makefile.mk
python/makefile.mk
+1
-1
python-2.7.5-mingw.patch
python/python-2.7.5-mingw.patch
+0
-0
python-2.7.5-nohardlink.patch
python/python-2.7.5-nohardlink.patch
+2
-2
python-2.7.5-pcbuild.patch
python/python-2.7.5-pcbuild.patch
+0
-0
python-2.7.5-sysbase.patch
python/python-2.7.5-sysbase.patch
+2
-2
python-freebsd.patch
python/python-freebsd.patch
+18
-18
python-md5.patch
python/python-md5.patch
+3
-3
python-solaris.patch
python/python-solaris.patch
+2
-2
python-ssl.patch
python/python-ssl.patch
+6
-6
pyversion.mk
python/pyversion.mk
+1
-1
No files found.
external_deps.lst
Dosyayı görüntüle @
16313069
...
...
@@ -217,9 +217,9 @@ if (ENABLE_MEDIAWIKI == YES)
URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
if (SYSTEM_PYTHON != YES)
MD5 =
62704ea0f125923208d84ff0568f7d50
name = Python-2.7.
4
.tar.bz2
URL1 = http://www.python.org/ftp/python/2.7.
4/Python-2.7.4
.tar.bz2
MD5 =
6334b666b7ff2038c761d7b27ba699c1
name = Python-2.7.
5
.tar.bz2
URL1 = http://www.python.org/ftp/python/2.7.
5/Python-2.7.5
.tar.bz2
URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
if (SYSTEM_BOOST!=YES || (OS==SOLARIS && COM!=GCC))
...
...
python/makefile.mk
Dosyayı görüntüle @
16313069
...
...
@@ -42,7 +42,7 @@ all:
TARFILE_NAME
=
Python-
$(PYVERSION)
TARFILE_MD5
=
6
2704ea0f125923208d84ff0568f7d50
TARFILE_MD5
=
6
334b666b7ff2038c761d7b27ba699c1
PATCH_FILES
=
\
python-solaris.patch
\
python-freebsd.patch
\
...
...
python/python-2.7.
3
-mingw.patch
→
python/python-2.7.
5
-mingw.patch
Dosyayı görüntüle @
16313069
This diff is collapsed.
Click to expand it.
python/python-2.7.
4
-nohardlink.patch
→
python/python-2.7.
5
-nohardlink.patch
Dosyayı görüntüle @
16313069
--- misc/Python-2.7.
4
/Makefile.pre.in 2012-04-09 18:07:33.000000000 -0500
+++ misc/build/Python-2.7.
4
/Makefile.pre.in 2012-07-22 14:54:26.000000000 -0500
--- misc/Python-2.7.
5
/Makefile.pre.in 2012-04-09 18:07:33.000000000 -0500
+++ misc/build/Python-2.7.
5
/Makefile.pre.in 2012-07-22 14:54:26.000000000 -0500
@@ -427,7 +427,7 @@
libpython$(VERSION).so: $(LIBRARY_OBJS)
if test $(INSTSONAME) != $(LDLIBRARY); then \
...
...
python/python-2.7.
4
-pcbuild.patch
→
python/python-2.7.
5
-pcbuild.patch
Dosyayı görüntüle @
16313069
This diff is collapsed.
Click to expand it.
python/python-2.7.
4
-sysbase.patch
→
python/python-2.7.
5
-sysbase.patch
Dosyayı görüntüle @
16313069
--- misc/Python-2.7.
4
/configure 2012-04-09 18:07:36.000000000 -0500
+++ misc/build/Python-2.7.
4
/configure 2012-07-22 15:01:20.000000000 -0500
--- misc/Python-2.7.
5
/configure 2012-04-09 18:07:36.000000000 -0500
+++ misc/build/Python-2.7.
5
/configure 2012-07-22 15:01:20.000000000 -0500
@@ -2982,7 +2982,9 @@
if test -z "$MACHDEP"
then
...
...
python/python-freebsd.patch
Dosyayı görüntüle @
16313069
--- misc/Python-2.7.
4
/Lib/plat-freebsd9/IN.py 1969-12-31 19:00:00.000000000 -0500
+++ misc/build/Python-2.7.
4
/Lib/plat-freebsd9/IN.py 2012-08-01 18:56:04.000000000 -0500
--- misc/Python-2.7.
5
/Lib/plat-freebsd9/IN.py 1969-12-31 19:00:00.000000000 -0500
+++ misc/build/Python-2.7.
5
/Lib/plat-freebsd9/IN.py 2012-08-01 18:56:04.000000000 -0500
@@ -0,0 +1,612 @@
+# Generated by h2py from /usr/include/netinet/in.h
+
...
...
@@ -613,14 +613,14 @@
+IPV6CTL_NORBIT_RAIF = 49
+IPV6CTL_RFC6204W3 = 50
+IPV6CTL_MAXID = 51
--- misc/Python-2.7.
4
/Lib/plat-freebsd9/regen 1969-12-31 19:00:00.000000000 -0500
+++ misc/build/Python-2.7.
4
/Lib/plat-freebsd9/regen 2012-08-01 18:55:27.000000000 -0500
--- misc/Python-2.7.
5
/Lib/plat-freebsd9/regen 1969-12-31 19:00:00.000000000 -0500
+++ misc/build/Python-2.7.
5
/Lib/plat-freebsd9/regen 2012-08-01 18:55:27.000000000 -0500
@@ -0,0 +1,3 @@
+#! /bin/sh
+set -v
+python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
--- misc/Python-2.7.
4
/Lib/test/test_threading.py 2012-04-09 18:07:32.000000000 -0500
+++ misc/build/Python-2.7.
4
/Lib/test/test_threading.py 2012-08-01 18:44:40.000000000 -0500
--- misc/Python-2.7.
5
/Lib/test/test_threading.py 2012-04-09 18:07:32.000000000 -0500
+++ misc/build/Python-2.7.
5
/Lib/test/test_threading.py 2012-08-01 18:44:40.000000000 -0500
@@ -421,7 +421,7 @@
# #12316 and #11870), and fork() from a worker thread is known to trigger
# problems with some operating systems (issue #3863): skip problematic tests
...
...
@@ -630,8 +630,8 @@
'os2emx')
def _run_and_join(self, script):
--- misc/Python-2.7.
4
/Modules/_ctypes/libffi/configure 2012-04-09 18:07:33.000000000 -0500
+++ misc/build/Python-2.7.
4
/Modules/_ctypes/libffi/configure 2012-08-01 18:53:21.000000000 -0500
--- misc/Python-2.7.
5
/Modules/_ctypes/libffi/configure 2012-04-09 18:07:33.000000000 -0500
+++ misc/build/Python-2.7.
5
/Modules/_ctypes/libffi/configure 2012-08-01 18:53:21.000000000 -0500
@@ -6289,7 +6289,7 @@
rm -rf conftest*
;;
...
...
@@ -651,8 +651,8 @@
powerpc*-*-rtems*)
TARGET=POWERPC; TARGETDIR=powerpc
;;
--- misc/Python-2.7.
4
/Modules/fcntlmodule.c 2012-04-09 18:07:34.000000000 -0500
+++ misc/build/Python-2.7.
4
/Modules/fcntlmodule.c 2012-08-01 18:44:40.000000000 -0500
--- misc/Python-2.7.
5
/Modules/fcntlmodule.c 2012-04-09 18:07:34.000000000 -0500
+++ misc/build/Python-2.7.
5
/Modules/fcntlmodule.c 2012-08-01 18:44:40.000000000 -0500
@@ -97,20 +97,15 @@
{
#define IOCTL_BUFSZ 1024
...
...
@@ -704,8 +704,8 @@
" an integer and optionally an integer or buffer argument",
conv_descriptor, &fd, &code, &arg)) {
return NULL;
--- misc/Python-2.7.
4
/Python/thread_pthread.h 2012-04-09 18:07:35.000000000 -0500
+++ misc/build/Python-2.7.
4
/Python/thread_pthread.h 2012-08-01 18:44:40.000000000 -0500
--- misc/Python-2.7.
5
/Python/thread_pthread.h 2012-04-09 18:07:35.000000000 -0500
+++ misc/build/Python-2.7.
5
/Python/thread_pthread.h 2012-08-01 18:44:40.000000000 -0500
@@ -38,13 +38,18 @@
#endif
#endif
...
...
@@ -759,9 +759,9 @@
#if defined(THREAD_STACK_SIZE) || defined(PTHREAD_SYSTEM_SCHED_SUPPORTED)
pthread_attr_destroy(&attrs);
#endif
diff -ruN misc/Python-2.7.
4/configure misc/build/Python-2.7.4
/configure
--- misc/Python-2.7.
4
/configure 2012-04-09 18:07:36.000000000 -0500
+++ misc/build/Python-2.7.
4
/configure 2012-08-01 18:44:40.000000000 -0500
diff -ruN misc/Python-2.7.
5/configure misc/build/Python-2.7.5
/configure
--- misc/Python-2.7.
5
/configure 2012-04-09 18:07:36.000000000 -0500
+++ misc/build/Python-2.7.
5
/configure 2012-08-01 18:44:40.000000000 -0500
@@ -4916,7 +4916,7 @@
;;
SunOS*)
...
...
@@ -783,9 +783,9 @@ diff -ruN misc/Python-2.7.4/configure misc/build/Python-2.7.4/configure
INSTSONAME="$LDLIBRARY".$SOVERSION
;;
hp*|HP*)
diff -ruN misc/Python-2.7.
4/setup.py misc/build/Python-2.7.4
/setup.py
--- misc/Python-2.7.
4
/setup.py 2012-04-09 18:07:36.000000000 -0500
+++ misc/build/Python-2.7.
4
/setup.py 2012-08-01 18:44:40.000000000 -0500
diff -ruN misc/Python-2.7.
5/setup.py misc/build/Python-2.7.5
/setup.py
--- misc/Python-2.7.
5
/setup.py 2012-04-09 18:07:36.000000000 -0500
+++ misc/build/Python-2.7.
5
/setup.py 2012-08-01 18:44:40.000000000 -0500
@@ -1555,7 +1540,7 @@
macros = dict()
libraries = []
...
...
python/python-md5.patch
Dosyayı görüntüle @
16313069
diff -ru misc/Python-2.7.
4/Modules/Setup.dist misc/build/Python-2.7.4
/Modules/Setup.dist
--- misc/Python-2.7.
4
/Modules/Setup.dist 2012-04-09 18:07:33.000000000 -0500
+++ misc/build/Python-2.7.
4
/Modules/Setup.dist 2012-07-24 17:08:56.000000000 -0500
diff -ru misc/Python-2.7.
5/Modules/Setup.dist misc/build/Python-2.7.5
/Modules/Setup.dist
--- misc/Python-2.7.
5
/Modules/Setup.dist 2012-04-09 18:07:33.000000000 -0500
+++ misc/build/Python-2.7.
5
/Modules/Setup.dist 2012-07-24 17:08:56.000000000 -0500
@@ -248,14 +248,14 @@
# Message-Digest Algorithm, described in RFC 1321. The necessary files
# md5.c and md5.h are included here.
...
...
python/python-solaris.patch
Dosyayı görüntüle @
16313069
--- misc/Python-2.7.
4
/Include/pyport.h 2012-04-09 18:07:29.000000000 -0500
+++ misc/build/Python-2.7.
4
/Include/pyport.h 2012-07-24 18:19:52.000000000 -0500
--- misc/Python-2.7.
5
/Include/pyport.h 2012-04-09 18:07:29.000000000 -0500
+++ misc/build/Python-2.7.
5
/Include/pyport.h 2012-07-24 18:19:52.000000000 -0500
@@ -603,11 +603,6 @@
in platform-specific #ifdefs.
**************************************************************************/
...
...
python/python-ssl.patch
Dosyayı görüntüle @
16313069
diff -ru misc/Python-2.7.
4/PCbuild/build_ssl.py misc/build/Python-2.7.4
/PCbuild/build_ssl.py
--- misc/Python-2.7.
4
/PCbuild/build_ssl.py 2012-04-09 18:07:35.000000000 -0500
+++ misc/build/Python-2.7.
4
/PCbuild/build_ssl.py 2012-07-25 14:37:37.000000000 -0500
diff -ru misc/Python-2.7.
5/PCbuild/build_ssl.py misc/build/Python-2.7.5
/PCbuild/build_ssl.py
--- misc/Python-2.7.
5
/PCbuild/build_ssl.py 2012-04-09 18:07:35.000000000 -0500
+++ misc/build/Python-2.7.
5
/PCbuild/build_ssl.py 2012-07-25 14:37:37.000000000 -0500
@@ -253,4 +253,4 @@
sys.exit(rc)
if __name__=='__main__':
- main()
+ sys.exit(0)
diff -ru misc/Python-2.7.
4/setup.py misc/build/Python-2.7.4
/setup.py
--- misc/Python-2.7.
4
/setup.py 2012-04-09 18:07:36.000000000 -0500
+++ misc/build/Python-2.7.
4
/setup.py 2012-07-25 14:37:37.000000000 -0500
diff -ru misc/Python-2.7.
5/setup.py misc/build/Python-2.7.5
/setup.py
--- misc/Python-2.7.
5
/setup.py 2012-04-09 18:07:36.000000000 -0500
+++ misc/build/Python-2.7.
5
/setup.py 2012-07-25 14:37:37.000000000 -0500
@@ -702,7 +702,15 @@
exts.append( Extension('_socket', ['socketmodule.c'],
depends = ['socketmodule.h']) )
...
...
python/pyversion.mk
Dosyayı görüntüle @
16313069
...
...
@@ -22,7 +22,7 @@
# in the python project accordingly !!!
PYMAJOR=2
PYMINOR=7
PYMICRO=
4
PYMICRO=
5
PYVERSION=$(PYMAJOR).$(PYMINOR).$(PYMICRO)
.IF "$(GUI)" == "UNX"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment