diff options
Diffstat (limited to 'www/mod_python/Makefile')
-rw-r--r-- | www/mod_python/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index 4b81cf3f4345..591db4ae4e58 100644 --- a/www/mod_python/Makefile +++ b/www/mod_python/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_python -PORTVERSION= 2.7.6 +PORTVERSION= 2.7.8 CATEGORIES= www python MASTER_SITES= http://www.modpython.org/dist/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -FORBIDDEN= "Contains a vulnerability allowing a publisher to access an indirectly imported module allowing a remote attacker to call functions from that module" - BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 |