From 9092d6a0dbd96f573ba3d2c3920236116eb9c793 Mon Sep 17 00:00:00 2001 From: nbm Date: Sat, 4 Aug 2001 17:29:00 +0000 Subject: 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.'' --- www/zope211/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'www/zope211/Makefile') diff --git a/www/zope211/Makefile b/www/zope211/Makefile index 01b6ffc867d8..903b9af286cc 100644 --- a/www/zope211/Makefile +++ b/www/zope211/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) -- cgit