diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-10 12:22:15 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-10 12:22:15 +0000 |
commit | 32bd499f1c448581b1c791bbc1e602f6e0ea65e4 (patch) | |
tree | 135d4f313f27a39a4575e1c3616f7db768c1087b /www/zope29/Makefile | |
parent | Use ${MACHINE_CPU:M3dnow} to detect presence of 3DNOW extension instead of (diff) |
Apply Zope hotfix: Hotfix_2001-03-08
From the Zope site:
The issue involves an error in the 'aq_inContextOf' method of objects that
support acquisition. A recent change to the access validation machinery
made this bug begin to affect security restrictions. The bug, with the
change to validation, 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=39416
Diffstat (limited to 'www/zope29/Makefile')
-rw-r--r-- | www/zope29/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 5bc11b385074..a587d1d73b12 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -7,14 +7,16 @@ PORTNAME= zope PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ \ - http://www.zope.org/Products/Zope/Hotfix_2001-02-23/ + http://www.zope.org/Products/Zope/Hotfix_2001-02-23/ \ + http://www.zope.org/Products/Zope/Hotfix_2001-03-08/ DISTNAME= Zope-${PORTVERSION}-src EXTRACT_SUFX= .tgz DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - Hotfix_2001-02-23.tgz + Hotfix_2001-02-23.tgz \ + Hotfix_2001-03-08.tgz MAINTAINER= nbm@FreeBSD.org |