summaryrefslogtreecommitdiffstats
path: root/www/zope28/Makefile
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2001-08-04 17:29:00 +0000
committernbm <nbm@FreeBSD.org>2001-08-04 17:29:00 +0000
commit9092d6a0dbd96f573ba3d2c3920236116eb9c793 (patch)
treed80d78284701daf7828319a1fcde54d7d6f77568 /www/zope28/Makefile
parent8126d8fc167a3c6ae257f9b59f0c548f1be7ffdb (diff)
downloadFreeBSD-ports-9092d6a0dbd96f573ba3d2c3920236116eb9c793.zip
FreeBSD-ports-9092d6a0dbd96f573ba3d2c3920236116eb9c793.tar.gz
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.''
Diffstat (limited to 'www/zope28/Makefile')
-rw-r--r--www/zope28/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/www/zope28/Makefile b/www/zope28/Makefile
index 01b6ffc..903b9af 100644
--- a/www/zope28/Makefile
+++ b/www/zope28/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)
OpenPOWER on IntegriCloud