summaryrefslogtreecommitdiff
path: root/www/zope210/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2001-08-04 17:29:00 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2001-08-04 17:29:00 +0000
commit434868fb60e1880fc8b6c23af6a728ae1f00b416 (patch)
tree2be55f9d163e571b20880964bb1473e34d58e787 /www/zope210/Makefile
parentApplied a patch to check for compat3x libraries. (diff)
Acqusition context checking hotfix
``The issue involves an error in the '_check_context' method of the AccessControl.User.BasicUser class. The bug made it possible to access Zope objects via acquisition that a user would not otherwise have access to. This issue could allow users with enough internal knowledge of Zope to perform actions higher in the object hierarchy than they should be able to.''
Notes
Notes: svn path=/head/; revision=45808
Diffstat (limited to 'www/zope210/Makefile')
-rw-r--r--www/zope210/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile
index 01b6ffc867d8..903b9af286cc 100644
--- a/www/zope210/Makefile
+++ b/www/zope210/Makefile
@@ -7,11 +7,13 @@
PORTNAME= zope
PORTVERSION= 2.4.0
-CATEGORIES= www python
-MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
+PORTREVISION= 1
+CATEGORIES= www python zope
+MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ \
+ http://www.zope.org/Products/Zope/Hotfix_2001-08-04/
DISTNAME= Zope-${PORTVERSION}-src
-EXTRACT_SUFX= .tgz
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES= ${DISTNAME}.tgz \
+ Hotfix_2001_08_04.tgz
MAINTAINER= nbm@FreeBSD.org
@@ -62,7 +64,7 @@ do-install:
@${ECHO} "===> Please be patient, some builds need their time."
@${ECHO} "===> Copying..."
@${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/
- @${CP} -Rp ${WRKSRC}/lib ${ZOPEBASEDIR}/
+ @${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/
@#
@${CHMOD} -R u+w ${ZOPEBASEDIR}
@(cd ${ZOPEBASEDIR} && ${PYTHON_CMD} w_pcgi.py)