summaryrefslogtreecommitdiff
path: root/www/zope210/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2001-03-04 10:32:18 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2001-03-04 10:32:18 +0000
commit5aaf8bc98b8371798f0fc70e0ac133da6af5e2dd (patch)
tree241382f3d12eadcade9a2f3106c6d15d04e2b739 /www/zope210/Makefile
parentAdd missing plist entry. (diff)
Apply a Zope hotfix, fixing a potential security problem.
From the Zope hotfix: This hotfix addresses and important security issue that affects Zope versions up to and including Zope 2.3.1 b1. The issue is related to ZClasses in that a user with through-the-web scripting capabilities on a Zope site can view and assign class attributes to ZClasses, possibly allowing them to make inappropriate changes to ZClass instances. This patch also fixes problems in the ObjectManager, PropertyManager, and PropertySheet classes related to mutability of method return values which could be perceived as a security problem. We *highly* recommend that any Zope site running versions of Zope up to and including 2.3.1 b1 have this hotfix product installed to mitigate these issues if the site is accessible by untrusted users who have through-the-web scripting privileges.
Notes
Notes: svn path=/head/; revision=39027
Diffstat (limited to 'www/zope210/Makefile')
-rw-r--r--www/zope210/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile
index 7861136d948f..e2effe5d6d72 100644
--- a/www/zope210/Makefile
+++ b/www/zope210/Makefile
@@ -7,12 +7,14 @@
PORTNAME= zope
PORTVERSION= 2.3.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= www python
-MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
+MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ \
+ http://www.zope.org/Products/Zope/Hotfix_2001-02-23/
DISTNAME= Zope-${PORTVERSION}-src
EXTRACT_SUFX= .tgz
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ Hotfix_2001-02-23.tgz
MAINTAINER= nbm@FreeBSD.org
@@ -61,6 +63,7 @@ do-install: #
@${ECHO} "===> Please be patient, some builds need their time."
@${ECHO} "===> Copying..."
@${CP} -Rp ${WRKSRC}/* ${ZOPEBASEDIR}/
+ @${CP} -Rp ${WRKDIR}/lib ${ZOPEBASEDIR}/
@#
@${CHMOD} -R u+w ${ZOPEBASEDIR}
@(cd ${ZOPEBASEDIR} && ${PYTHON15} w_pcgi.py)