pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-python update to mod_python 2.7.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdc6e5b6c1a2
branches:  trunk
changeset: 478271:cdc6e5b6c1a2
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Jul 20 21:22:24 2004 +0000

description:
update to mod_python 2.7.10

changes:
This release addresses a vulnerability in mod_python 2.7.9 whereby a
specific query string processed by mod_python would cause the httpd
process to crash.

The previously released version 2.7.9 was supposed to correct this issue,
but is still vulnerable.

There are no other changes or improvements from the previous version in
this release.

If you are currently using mod_python 2.7.9 or earlier, it is highly
recommended that you upgrade to 2.7.10 as soon as possible.

diffstat:

 www/ap-python/Makefile         |  10 +++++-----
 www/ap-python/distinfo         |   8 ++++----
 www/ap-python/patches/patch-aa |   9 +++++----
 3 files changed, 14 insertions(+), 13 deletions(-)

diffs (59 lines):

diff -r 018a9a6b9e02 -r cdc6e5b6c1a2 www/ap-python/Makefile
--- a/www/ap-python/Makefile    Tue Jul 20 19:41:56 2004 +0000
+++ b/www/ap-python/Makefile    Tue Jul 20 21:22:24 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2004/05/08 19:48:27 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/07/20 21:22:24 recht Exp $
 #
 
-DISTNAME=              mod_python-2.7.8
-PKGNAME=               ap-python-2.7.8
+DISTNAME=              mod_python-2.7.10
+PKGNAME=               ap-python-2.7.10
 CATEGORIES=            www
-MASTER_SITES=          http://apache.gnusoft.net/httpd/modpython/
+MASTER_SITES=          ${MASTER_SITE_APACHE:=httpd/modpython/}
 EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
@@ -17,7 +17,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                PYTHON_BIN=${PYTHONBIN}
 MAKE_ENV+=             PYTHONBIN=${PYTHONBIN}
-PYTHON_VERSIONS_ACCEPTED=      20 21 22 23
+PYTHON_VERSIONS_ACCEPTED=      23 22 21 20
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/ap-mod_python
diff -r 018a9a6b9e02 -r cdc6e5b6c1a2 www/ap-python/distinfo
--- a/www/ap-python/distinfo    Tue Jul 20 19:41:56 2004 +0000
+++ b/www/ap-python/distinfo    Tue Jul 20 21:22:24 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2003/12/03 09:44:10 darcy Exp $
+$NetBSD: distinfo,v 1.3 2004/07/20 21:22:24 recht Exp $
 
-SHA1 (mod_python-2.7.8.tgz) = df92141135d75d6c6f4254cc015e712b627f539d
-Size (mod_python-2.7.8.tgz) = 176639 bytes
-SHA1 (patch-aa) = e1f3c0ea969ac3a512ac9b1ca171a3691cef1189
+SHA1 (mod_python-2.7.10.tgz) = 1fcac8d268d836a7ba2cbdc8c5827f9fdce2b1ca
+Size (mod_python-2.7.10.tgz) = 175631 bytes
+SHA1 (patch-aa) = b72ff73d3b6a2755af93749252c1a66a49073b08
 SHA1 (patch-ab) = b79f50bed5ad6bda8f5e6aef111fbc9b9aedf943
 SHA1 (patch-ac) = 1c2a5c1d961e9710561c406b60518fbfef4cb2cb
 SHA1 (patch-ad) = 6ce2a424d581ebfc8763543451af566809b979a8
diff -r 018a9a6b9e02 -r cdc6e5b6c1a2 www/ap-python/patches/patch-aa
--- a/www/ap-python/patches/patch-aa    Tue Jul 20 19:41:56 2004 +0000
+++ b/www/ap-python/patches/patch-aa    Tue Jul 20 21:22:24 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/02/05 21:05:58 drochner Exp $
---- src/Makefile.in.orig       Sat Nov 10 05:38:09 2001
-+++ src/Makefile.in    Sat Nov 10 05:38:39 2001
-@@ -53,7 +53,7 @@
+$NetBSD: patch-aa,v 1.2 2004/07/20 21:22:24 recht Exp $
+
+--- src/Makefile.in.orig       2001-04-07 07:43:21.000000000 +0200
++++ src/Makefile.in    2004-07-20 23:12:57.000000000 +0200
+@@ -52,7 +52,7 @@
  INCLUDES=@INCLUDES@
  LIBS=@LIBS@
  LDFLAGS=@LDFLAGS@



Home | Main Index | Thread Index | Old Index