Module submission - mod_python
tarbal@gmail.com
tarbal at gmail.com
Wed Apr 11 06:54:17 CEST 2007
module name : mod_python
suggested section : python
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
Jeff Kirsher
-------------- next part --------------
--- mod_python/DETAILS 2006-10-22 15:28:45.000000000 -0700
+++ mod_python/DETAILS 2007-04-10 21:51:47.000000000 -0700
@@ -1,11 +1,11 @@
MODULE=mod_python
- VERSION=3.1.4
+ VERSION=3.3.1
SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=http://apache.cs.utah.edu/httpd/modpython/
- SOURCE_VFY=sha1:d28022f6b14d0f7d01c6aed95a56e47f8df71f64
+ SOURCE_URL=http://www.devlib.org/apache/httpd/modpython/
+ SOURCE_VFY=sha1:e538170fd78e09408b6d8593da980b126a0fef93
WEB_SITE=http://www.modpython.org
ENTERED=20030708
- UPDATED=20050706
+ UPDATED=20070410
SHORT="Python extension to apache webservers"
cat << EOF
This is the Python mod.so plugin for apache webservers.
--- mod_python/mod_python-3.0.3.patch 2006-10-22 15:28:45.000000000 -0700
+++ mod_python/mod_python-3.0.3.patch 1969-12-31 16:00:00.000000000 -0800
@@ -1,13 +0,0 @@
---- src/include/mod_python.h 2002-11-07 19:15:11.000000000 -0500
-+++ src/include/mod_python.h 2003-09-29 16:29:33.000000000 -0400
-@@ -100,6 +100,10 @@
- #include <sys/socket.h>
- #endif
-
-+/* python 2.3 no longer defines LONG_LONG, it defines PY_LONG_LONG */
-+#ifndef LONG_LONG
-+#define LONG_LONG PY_LONG_LONG
-+#endif
- /* _apache initialization function */
- void init_apache(void);
-
-------------- next part --------------
lvu submit mod_python 2a2ed0e1479c8b8e1be8c449720aadf0 -
2.6.20.6 2.6.12 gcc-4.1.2 glibc-2.3.6
More information about the Lunar
mailing list