diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 02:07:21 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 02:07:21 +0000 |
commit | cc77b2d3dffa4aba29d834d5ca409f51f6bb76a1 (patch) | |
tree | 56ea6e574cd46a3c1dfb29c1c8216a230626bd08 /www/mod_perl2/Makefile | |
parent | Do not mark rubygem ports, its a NO-OP (diff) |
Pull r760926 from stream to fix CVE-2009-0796
This will be fixed in 2.0.5 and can be removed
SVN: http://svn.apache.org/viewvc?rev=760926&view=rev
Security: http://www.vuxml.org/freebsd/4a638895-41b7-11de-b1cc-00219b0fc4d8
Notes
Notes:
svn path=/head/; revision=233970
Diffstat (limited to 'www/mod_perl2/Makefile')
-rw-r--r-- | www/mod_perl2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 2eb3dba3084a..75f0929db34b 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ \ @@ -100,6 +100,7 @@ pre-fetch: pre-configure: ${RM} ${WRKSRC}/lib/ModPerl/BuildMM.pm.orig + ${RM} ${WRKSRC}/lib/Apache2/Status.pm.orig post-install: ${MKDIR} ${PREFIX}/${APACHEINCLUDEDIR}/modules/perl |