python: update to 2.4.4
This commit is contained in:
parent
178bb1a982
commit
88e0383769
@ -8,6 +8,7 @@ lrwxrwxrwx root/root usr/bin/python -> python2.4
|
||||
drwxr-xr-x root/root usr/include/
|
||||
lrwxrwxrwx root/root usr/include/python -> python2.4
|
||||
drwxr-xr-x root/root usr/include/python2.4/
|
||||
-rw-r--r-- root/root usr/include/python2.4/Python-ast.h (EMPTY)
|
||||
-rw-r--r-- root/root usr/include/python2.4/Python.h
|
||||
-rw-r--r-- root/root usr/include/python2.4/abstract.h
|
||||
-rw-r--r-- root/root usr/include/python2.4/bitset.h
|
||||
@ -1723,6 +1724,7 @@ drwxr-xr-x root/root usr/lib/python2.4/test/output/
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/seq_tests.py
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/seq_tests.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/seq_tests.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/sgml_input.html
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/sortperf.py
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/sortperf.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/sortperf.pyo
|
||||
@ -2632,6 +2634,9 @@ drwxr-xr-x root/root usr/lib/python2.4/test/output/
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/tf_inherit_check.py
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/tf_inherit_check.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/tf_inherit_check.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/threaded_import_hangers.py
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/threaded_import_hangers.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/threaded_import_hangers.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/tokenize_tests.txt
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/xmltests.py
|
||||
-rw-r--r-- root/root usr/lib/python2.4/test/xmltests.pyc
|
||||
|
@ -1,2 +1,2 @@
|
||||
141c683447d5e76be1d2bd4829574f02 Python-2.4.3.tar.bz2
|
||||
a54587fd362438b02bc6ab8bdf0e7757 python-2.4.3.patch
|
||||
0ba90c79175c017101100ebf5978e906 Python-2.4.4.tar.bz2
|
||||
8106a7ca44a265743c66c83b7ad477fe python-2.4.4.patch
|
||||
|
@ -4,8 +4,8 @@
|
||||
# Depends on: db, gdbm, ncurses, openssl, readline, zlib
|
||||
|
||||
name=python
|
||||
version=2.4.3
|
||||
release=2
|
||||
version=2.4.4
|
||||
release=1
|
||||
source=(http://www.python.org/ftp/$name/$version/Python-$version.tar.bz2 \
|
||||
$name-$version.patch)
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
diff -Nru Python-2.4.3.orig/Lib/cgi.py Python-2.4.3/Lib/cgi.py
|
||||
--- Python-2.4.3.orig/Lib/cgi.py 2006-03-30 09:23:03.000000000 +0200
|
||||
+++ Python-2.4.3/Lib/cgi.py 2006-03-30 09:23:19.000000000 +0200
|
||||
diff -Nru Python-2.4.4.orig/Lib/cgi.py Python-2.4.4/Lib/cgi.py
|
||||
--- Python-2.4.4.orig/Lib/cgi.py 2006-10-19 19:31:02.000000000 +0200
|
||||
+++ Python-2.4.4/Lib/cgi.py 2006-10-19 19:31:15.000000000 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/local/bin/python
|
||||
+#! /usr/bin/python
|
||||
|
||||
# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is
|
||||
# intentionally NOT "/usr/bin/env python". On many systems
|
||||
diff -Nru Python-2.4.3.orig/Modules/Setup.dist Python-2.4.3/Modules/Setup.dist
|
||||
--- Python-2.4.3.orig/Modules/Setup.dist 2006-03-30 09:23:03.000000000 +0200
|
||||
+++ Python-2.4.3/Modules/Setup.dist 2006-03-30 09:23:19.000000000 +0200
|
||||
diff -Nru Python-2.4.4.orig/Modules/Setup.dist Python-2.4.4/Modules/Setup.dist
|
||||
--- Python-2.4.4.orig/Modules/Setup.dist 2006-10-19 19:31:02.000000000 +0200
|
||||
+++ Python-2.4.4/Modules/Setup.dist 2006-10-19 19:31:15.000000000 +0200
|
||||
@@ -149,7 +149,7 @@
|
||||
# modules are to be built as shared libraries (see above for more
|
||||
# detail; also note that *static* reverses this effect):
|
||||
@ -73,10 +73,10 @@ diff -Nru Python-2.4.3.orig/Modules/Setup.dist Python-2.4.3/Modules/Setup.dist
|
||||
|
||||
# Historical Berkeley DB 1.85
|
||||
#
|
||||
diff -Nru Python-2.4.3.orig/configure Python-2.4.3/configure
|
||||
--- Python-2.4.3.orig/configure 2006-03-30 09:23:03.000000000 +0200
|
||||
+++ Python-2.4.3/configure 2006-03-30 09:23:19.000000000 +0200
|
||||
@@ -3752,7 +3752,7 @@
|
||||
diff -Nru Python-2.4.4.orig/configure Python-2.4.4/configure
|
||||
--- Python-2.4.4.orig/configure 2006-10-19 19:31:02.000000000 +0200
|
||||
+++ Python-2.4.4/configure 2006-10-19 19:31:15.000000000 +0200
|
||||
@@ -3822,7 +3822,7 @@
|
||||
# debug builds.
|
||||
OPT="-g -Wall -Wstrict-prototypes"
|
||||
else
|
Loading…
x
Reference in New Issue
Block a user