diff options
author | recht <recht@pkgsrc.org> | 2004-07-20 21:22:24 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-20 21:22:24 +0000 |
commit | f3ec55dfa0778a5242d3e7a747f8c594c03b75d1 (patch) | |
tree | 8eaf26619b5187d82fdc61be60f344b180abcf06 /www/ap-python/Makefile | |
parent | 42261bf77c40d65495a442cc36050ea69410dc4c (diff) | |
download | pkgsrc-f3ec55dfa0778a5242d3e7a747f8c594c03b75d1.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/ap-python/Makefile')
-rw-r--r-- | www/ap-python/Makefile | 10 |
1 files changed, 5 insertions, 5 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 |