pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-python update to 3.2.10 to address PR pkg/3496...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3855199f129a
branches:  trunk
changeset: 521699:3855199f129a
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sat Nov 18 18:43:00 2006 +0000

description:
update to 3.2.10 to address PR pkg/34963 by Bartosz Luczynski:
 bash 3.1.x gets shell quoting wrong, causing configure to fail on platforms
 that use this shell

New in this version according to
http://www.modpython.org/live/mod_python-3.2.10/doc-html/node98.html:
- Added support for Apache 2.2.
- New req.is_https() and req.ssl_var_lookup() methods. These communicate
  direct with the Apache mod_ssl module, allowing it to be determined if
  the connection is using SSL/TLS and what the values of internal ssl
  variables are.
- New req.server.get_options() method. This returns the subset of Python
  options set at global scope within the Apache configuration. That is,
  outside of the context of any VirtualHost, Location, Directory or Files
  directives.
- The directory used for mutex locks can now be specified at at compile
  time using ./configure --with-mutex-dir value or at run time with
  PythonOption mod_python.mutex_directory value.
- The number of mutex locks can now be specified at run time with
  PythonOption mod_python.mutex_locks value.
- Fixed three memory leaks that were found in _apachemodule.parse_qsl,
  req.readlines and util.cfgtree_walk.

- Third party C modules that use the simplified API for the Global Interpreter
  Lock (GIL), as described in PEP 311, can now be used. The only requirement
  is that such modules can only be used in the context of the "main_interpreter".
- DbmSession unit test no longer uses the default directory for the dbm file,
  so the test will not interfer with the user's current apache instance.
- Added additional debugging and logging output for where mod_python cannot
  initialise itself properly due to Python or mod_python version mismatches or
  missing Python module code files.

- Fixed configure problem when using bash 3.1.x.
- Fixed DbmSession to create db file with mode 0640.
- Fixed request.sendfile() bug for symlinked files on Win32.

diffstat:

 www/ap2-python/Makefile |  5 ++---
 www/ap2-python/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 4fea10aefbe0 -r 3855199f129a www/ap2-python/Makefile
--- a/www/ap2-python/Makefile   Sat Nov 18 18:32:05 2006 +0000
+++ b/www/ap2-python/Makefile   Sat Nov 18 18:43:00 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2006/10/07 21:01:16 reed Exp $
+# $NetBSD: Makefile,v 1.19 2006/11/18 18:43:00 jschauma Exp $
 
 DISTNAME=      mod_python-${VERSION}
-PKGREVISION=   1
 PKGNAME=       ap2-${PYPKGPREFIX}-python-${VERSION}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_APACHE:=httpd/modpython/}
@@ -13,7 +12,7 @@
 
 USE_LIBTOOL=   YES
 APACHE_MODULE= YES
-VERSION=       3.2.8
+VERSION=       3.2.10
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
diff -r 4fea10aefbe0 -r 3855199f129a www/ap2-python/distinfo
--- a/www/ap2-python/distinfo   Sat Nov 18 18:32:05 2006 +0000
+++ b/www/ap2-python/distinfo   Sat Nov 18 18:43:00 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/06/13 18:04:29 darcy Exp $
+$NetBSD: distinfo,v 1.4 2006/11/18 18:43:00 jschauma Exp $
 
-SHA1 (mod_python-3.2.8.tgz) = 879900c1dece20a2ed08bfc81c16bfe539ee63de
-RMD160 (mod_python-3.2.8.tgz) = 01991161ebdbb7ed0343e8c9b8a76b1202a23fe2
-Size (mod_python-3.2.8.tgz) = 353131 bytes
+SHA1 (mod_python-3.2.10.tgz) = d3949d71c718e84b7897e9ce62fed26dea4c9584
+RMD160 (mod_python-3.2.10.tgz) = 2afdd0a80c815f8b9a1b33258e04ae17a12b7dbd
+Size (mod_python-3.2.10.tgz) = 365768 bytes
 SHA1 (patch-aa) = a7aa4b50f4fb3a6d36e2e2ab86ab6fb19c85cc3d



Home | Main Index | Thread Index | Old Index