summaryrefslogtreecommitdiff
path: root/www/zope
AgeCommit message (Collapse)Author
2001-03-10Apply Zope hotfix: Hotfix_2001-03-08Jimmy Olgeni
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.
2001-03-08More plist and Makefile fixes.Jimmy Olgeni
* Removed "access" from pkg-plist, it contains password data that should be preserved (I forgot this last time!). * In the "do-install" target, leave the "access" file unchanged if it already exists. * Remove the pre-deinstall comment: Data.fs is already preserved by pkg_delete anyway. * In the "install" target, use temporary file Data.fs.preserve to avoid overwriting Data.fs. "make deinstall/install" can now be safely used to perform upgrades. * Don't leave .o files around anymore. Approved by: maintainer
2001-03-06Miscellaneous fixes.Jimmy Olgeni
* Changed the python15 dependency to USE_PYTHON=yes * Replaced PYTHON15 with PYTHON_CMD from bsd.python.mk * Added SAPACHE_CONFDIR, like the other Sxxx variables, to be used in the PLIST. APACHE_CONFDIR now depends on SAPACHE_CONFDIR * Added APACHE_CONFDIR and WEBBASEDIR to PLIST_SUB * Removed temporary file Zope.cgi.orig * Removed .cvsignore from var/ * Added/removed some files to the PLIST * Used @unexec rmdir to remove shared directories from PLIST * Removed the line with "grep". I didn't understand how it was supposed to work, I guess it should have been something like "cmp -s ...", but Data.fs cannot be equal to Data.fs.in anyway, because Zope adds some things to it the first time it's started (automatically imported packages from filesystem). * Removed temporary files from var/ at deinstall time (*.tmp, *.lock, *.soc, *.pid) * Sometimes the inituser file did not exist at deinstall time, so I deleted it with @unexec. It won't be included by "make package". * Added the Hotfix_2001-02-23 directory (@dirrm) * Used variables from PLIST_SUB instead of www and etc/apache (@dirrm) Approved by: maintainer
2001-03-04Apply a Zope hotfix, fixing a potential security problem.Neil Blakey-Milner
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.
2001-01-29Upgrade to Zope 2.3.0. It requires the recent change to python15 forNeil Blakey-Milner
the 'new' module.
2001-01-18Update to Zope 2.2.5Neil Blakey-Milner
2000-12-20Upgrade to Zope 2.2.4, with 2000-12-08, 2000-12-15a, and 2000-12-18Neil Blakey-Milner
security hotfixes. All Zope users are encouraged to upgrade, or apply the hotfixes themselves.
2000-11-03Add __init__.pyc's for the Hotfixes, since they seem to be created.Neil Blakey-Milner
Since this doesn't affect any functionality for port or packages users, I'll try avoid the PORTREVISION bump. Noticed by: bento
2000-10-18Fix up my silly mistake of adding DIST_SUBDIR=zope at the last secondNeil Blakey-Milner
after testing. PR: 22050 Submitted by: Taoka Fumiyoshi <fmysh@ga2.so-net.ne.jp>
2000-10-14Add two security hotfixes for Zope - more complex Zope internals stuffNeil Blakey-Milner
which allows people who may edit DTML to gain higher privilege, and those who have higher privilege in some areas of the Zope tree to gain it in other areas.
2000-09-19Upgrade to Zope 2.2.2Neil Blakey-Milner
Also allow zope to be installed by non-root.
2000-09-19Make Zope management work with non-SSL connections, but give an exampleNeil Blakey-Milner
of how to turn it on. Conditionalize the SSL usage on <IfDefine SSL>, since that's been a problem. Also make the rewrite use cgi-bin.default/Zope.cgi, but give an example of what to change if you move it to cgi-bin/Zope.cgi.
2000-09-15Zope depends on python 1.5.2, and that is installed from lang/python15Neil Blakey-Milner
now.
2000-09-07Remove the zope data file if it is the same as installed.Neil Blakey-Milner
2000-09-07Fix numerous bugs in my upgrading to 2.2.1.Neil Blakey-Milner
It may even work out the box now.
2000-09-06Update to Zope 2.2.1.Neil Blakey-Milner
Zope shutdown bug fixed. Reported by: Marc Rassbach <marc@milestonerdl.com> Reported by: Jimmy Olgeni <olgeni@uli.it> Zope startup bug fixed (I think).
2000-08-15Update to 2.2.1b1, since there is a minor security problem in anythingNeil Blakey-Milner
beforehand.
2000-08-08Take over maintainership from Thomas for a while.Neil Blakey-Milner
Approved by: thomas@hentschel.net (previous maintainer)
2000-08-08Fix a type in the installation targetNeil Blakey-Milner
PR: ports/20486 Submitted by: thomas@hentschel.net
2000-08-05Update to zope 2.2.0 to fix security hole.Kris Kennaway
Submitted by: James Howard <howardjp@wam.umd.edu> PR: 20144
2000-07-05As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum
options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
2000-06-20Mark FORBIDDEN: someone needs to apply the hotfix as explained in theKris Kennaway
commit.
2000-05-29Update to version 2.1.6.Steve Price
PR: 18444 Submitted by: Thomas Hentschel <thomas@hentschel.net>
2000-04-10Update with the new PORTNAME/PORTVERSION variablesChris Piazza
2000-02-16shrink to 24 lines (portlint)Michael Haro
2000-02-16PREFIX -> LOCALBASE (portlint)Michael Haro
2000-02-13ports@freebsd.org -> ports@FreeBSD.orgDirk Froemberg
1999-11-28Update web information.Bill Fumerola
PR: ports/14982 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
1999-11-28(1) Look for ${PREFIX}/sbin/apache instead of apache.Bill Fumerola
Submitted by: David Kirchner <dpk@nwserv.com> (2) Remove CHMOD definition, we already do it in bsd.port.mk
1999-11-14Fixup homepage in DESCR.Steve Price
PR: 14789 Submitted by: Ade Lovett <ade@lovett.com>
1999-11-01Initial import of zope version 2.0.0b5.Steve Price
An object-based web application platform with database access. PR: 13324 Submitted by: Peter Cornelius <pcc@gmx.net>