summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrecht <recht>2004-07-20 21:22:24 +0000
committerrecht <recht>2004-07-20 21:22:24 +0000
commite5431dc82f8bf0fa755616f46875ba6473fca55c (patch)
tree8eaf26619b5187d82fdc61be60f344b180abcf06 /www
parent39604794572e51416e9a17e4c898acc982d769cb (diff)
downloadpkgsrc-e5431dc82f8bf0fa755616f46875ba6473fca55c.tar.gz
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 (limited to 'www')
-rw-r--r--www/ap-python/Makefile10
-rw-r--r--www/ap-python/distinfo8
-rw-r--r--www/ap-python/patches/patch-aa9
3 files changed, 14 insertions, 13 deletions
diff --git a/www/ap-python/Makefile b/www/ap-python/Makefile
index fb98dcd999e..dfd5c0638a9 100644
--- a/www/ap-python/Makefile
+++ b/www/ap-python/Makefile
@@ -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
@@ -17,7 +17,7 @@ USE_BUILDLINK3= yes
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 --git a/www/ap-python/distinfo b/www/ap-python/distinfo
index 07d7b907cc3..1a76df3a4af 100644
--- a/www/ap-python/distinfo
+++ b/www/ap-python/distinfo
@@ -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 --git a/www/ap-python/patches/patch-aa b/www/ap-python/patches/patch-aa
index 4b85c0846a0..7510af175b7 100644
--- a/www/ap-python/patches/patch-aa
+++ b/www/ap-python/patches/patch-aa
@@ -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@