aboutsummaryrefslogtreecommitdiff
path: root/www/zope
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 2.6.1Hye-Shik Chang2003-05-123-10/+30
| | | | | | | | PR: 52038 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> Notes: svn path=/head/; revision=80729
* BROKEN: Does not compileKris Kennaway2003-05-071-0/+2
| | | | Notes: svn path=/head/; revision=80309
* I just don't have the time to maintain this and all its issues.Alan Eldridge2003-04-111-1/+1
| | | | Notes: svn path=/head/; revision=78716
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* restore python21 dependency that was lost in upgradeAlan Eldridge2003-02-061-0/+2
| | | | Notes: svn path=/head/; revision=74980
* Updated to 2.6.0. Simon, you forgot to remove the temp files before makingAlan Eldridge2003-01-123-132/+307
| | | | | | | | | | the plist ;) PR: 46168 Submitted by: Simon 'corecode' Schubert <corecode@eikonww2.eikon.e-technik.tu-muenchen.de> Notes: svn path=/head/; revision=72978
* Create the cgi-bin dir for Zope's cgi scripts if it doesn't exist, ratherAlan Eldridge2002-11-031-15/+13
| | | | | | | than just bomb. Notes: svn path=/head/; revision=69341
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizeAlan Eldridge2002-11-011-1/+1
| | | | | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along.... Notes: svn path=/head/; revision=69249
* Changed MAINTAINER to my FreeBSD address.Alan Eldridge2002-11-011-1/+1
| | | | Notes: svn path=/head/; revision=69236
* 1. Use the link /usr/local/www/cgi-bin for installing the cgi scripts.Alan Eldridge2002-07-273-6/+20
| | | | | | | | | | | | | 2. Maintainer changed to ports@geeksrus.net (alane@freebsd.org) due to maintainer timeouts on this port. 3. PORTREVISION bumped due to change in pkg-plist and install dirs. PR: 39687 Submitted by: ports@geeksrus.net Approved by: will Notes: svn path=/head/; revision=63625
* 1. Redirect stderr to /dev/null as well as stdout in rc.d/zope.sh, so thatAlan Eldridge2002-06-202-2/+3
| | | | | | | | | | | | | boot time startup does not fail. 2. Bump PORTREVSION (not in PR). PR: ports/37878 Submitted by: alane Reviewed by: will Approved by: will Notes: svn path=/head/; revision=61603
* Upgrade to Zope 2.5.1Neil Blakey-Milner2002-05-084-25/+27
| | | | | | | | PR: ports/37763 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Notes: svn path=/head/; revision=58725
* Implement the HotFix described atNeil Blakey-Milner2002-03-233-3/+11
| | | | | | | | | | | | | | | | | | | http://www.zope.org/Products/Zope/Hotfix_2002-03-01/README.txt which says: ``The issue involves the checking of security for objects with proxy roles. The context of the owner user that created the object with proxy roles was not being taken into account when determining access to the object with proxy roles. This flaw could allow users defined in subfolders of a site with sufficient privileges to access objects at higher levels in the site that they would not normally be able to access.'' PR: 36103 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Notes: svn path=/head/; revision=56470
* Add install and deinstall scripts I forgot to commit last time.Neil Blakey-Milner2002-02-082-0/+49
| | | | | | | Submitted by: HAYASHI Yasushi <yasi@yasi.to> Notes: svn path=/head/; revision=54402
* Upgrade to 2.5.0 plus the security fix.Neil Blakey-Milner2002-02-054-145/+575
| | | | | | | | PR: ports/34430 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Notes: svn path=/head/; revision=54249
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53960
* Upgrade to 2.4.2Neil Blakey-Milner2001-10-193-4/+14
| | | | Notes: svn path=/head/; revision=48965
* Upgrade to Zope 2.4.1.Neil Blakey-Milner2001-09-103-211/+220
| | | | Notes: svn path=/head/; revision=47599
* Acqusition context checking hotfixNeil Blakey-Milner2001-08-043-5/+12
| | | | | | | | | | | | ``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.'' Notes: svn path=/head/; revision=45808
* Upgrade to 2.4.0.Vanilla I. Shu2001-07-253-110/+431
| | | | | | | Approved by: nbm Notes: svn path=/head/; revision=45493
* Update port to version 2.3.3.Jimmy Olgeni2001-07-043-12/+5
| | | | | | | Approved by: nbm Notes: svn path=/head/; revision=44764
* Add missing @dirrm for Hotfix_2001_05_01.Jimmy Olgeni2001-05-271-0/+1
| | | | Notes: svn path=/head/; revision=43169
* Actually install the 2001-05-01 Hotfix.Neil Blakey-Milner2001-05-032-2/+4
| | | | Notes: svn path=/head/; revision=42208
* Update to Zope 2.3.2 + Hotfix 2001-05-01Neil Blakey-Milner2001-05-033-4/+25
| | | | Notes: svn path=/head/; revision=42207
* Upgrade to Zope 2.3.1!Neil Blakey-Milner2001-03-313-65/+159
| | | | Notes: svn path=/head/; revision=40657
* Apply Zope hotfix: Hotfix_2001-03-08Jimmy Olgeni2001-03-103-3/+10
| | | | | | | | | | | | | | | 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: svn path=/head/; revision=39416
* More plist and Makefile fixes.Jimmy Olgeni2001-03-082-22/+18
| | | | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=39249
* Miscellaneous fixes.Jimmy Olgeni2001-03-062-25/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=39152
* Apply a Zope hotfix, fixing a potential security problem.Neil Blakey-Milner2001-03-043-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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: svn path=/head/; revision=39027
* Upgrade to Zope 2.3.0. It requires the recent change to python15 forNeil Blakey-Milner2001-01-293-131/+381
| | | | | | | the 'new' module. Notes: svn path=/head/; revision=37748
* Update to Zope 2.2.5Neil Blakey-Milner2001-01-183-103/+74
| | | | Notes: svn path=/head/; revision=37293
* Upgrade to Zope 2.2.4, with 2000-12-08, 2000-12-15a, and 2000-12-18Neil Blakey-Milner2000-12-203-17/+46
| | | | | | | | | | security hotfixes. All Zope users are encouraged to upgrade, or apply the hotfixes themselves. Notes: svn path=/head/; revision=36150
* Add __init__.pyc's for the Hotfixes, since they seem to be created.Neil Blakey-Milner2000-11-031-0/+2
| | | | | | | | | | Since this doesn't affect any functionality for port or packages users, I'll try avoid the PORTREVISION bump. Noticed by: bento Notes: svn path=/head/; revision=34796
* Fix up my silly mistake of adding DIST_SUBDIR=zope at the last secondNeil Blakey-Milner2000-10-181-3/+3
| | | | | | | | | | after testing. PR: 22050 Submitted by: Taoka Fumiyoshi <fmysh@ga2.so-net.ne.jp> Notes: svn path=/head/; revision=33950
* Add two security hotfixes for Zope - more complex Zope internals stuffNeil Blakey-Milner2000-10-143-2/+19
| | | | | | | | | 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. Notes: svn path=/head/; revision=33844
* Upgrade to Zope 2.2.2Neil Blakey-Milner2000-09-193-17/+28
| | | | | | | Also allow zope to be installed by non-root. Notes: svn path=/head/; revision=32844
* Make Zope management work with non-SSL connections, but give an exampleNeil Blakey-Milner2000-09-191-22/+28
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=32842
* Zope depends on python 1.5.2, and that is installed from lang/python15Neil Blakey-Milner2000-09-151-1/+1
| | | | | | | now. Notes: svn path=/head/; revision=32638
* Remove the zope data file if it is the same as installed.Neil Blakey-Milner2000-09-071-0/+1
| | | | Notes: svn path=/head/; revision=32382
* Fix numerous bugs in my upgrading to 2.2.1.Neil Blakey-Milner2000-09-071-8/+17
| | | | | | | It may even work out the box now. Notes: svn path=/head/; revision=32380
* Update to Zope 2.2.1.Neil Blakey-Milner2000-09-064-43/+55
| | | | | | | | | | | Zope shutdown bug fixed. Reported by: Marc Rassbach <marc@milestonerdl.com> Reported by: Jimmy Olgeni <olgeni@uli.it> Zope startup bug fixed (I think). Notes: svn path=/head/; revision=32350
* Update to 2.2.1b1, since there is a minor security problem in anythingNeil Blakey-Milner2000-08-153-32/+270
| | | | | | | beforehand. Notes: svn path=/head/; revision=31663
* Take over maintainership from Thomas for a while.Neil Blakey-Milner2000-08-081-1/+1
| | | | | | | Approved by: thomas@hentschel.net (previous maintainer) Notes: svn path=/head/; revision=31430
* Fix a type in the installation targetNeil Blakey-Milner2000-08-081-1/+1
| | | | | | | | PR: ports/20486 Submitted by: thomas@hentschel.net Notes: svn path=/head/; revision=31427
* Update to zope 2.2.0 to fix security hole.Kris Kennaway2000-08-052-4/+2
| | | | | | | | Submitted by: James Howard <howardjp@wam.umd.edu> PR: 20144 Notes: svn path=/head/; revision=31326
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-3/+19
| | | | | | | | | | 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. Notes: svn path=/head/; revision=30229
* Mark FORBIDDEN: someone needs to apply the hotfix as explained in theKris Kennaway2000-06-201-0/+2
| | | | | | | commit. Notes: svn path=/head/; revision=29695
* Update to version 2.1.6.Steve Price2000-05-294-1104/+1170
| | | | | | | | PR: 18444 Submitted by: Thomas Hentschel <thomas@hentschel.net> Notes: svn path=/head/; revision=28863
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-9/+10
| | | | Notes: svn path=/head/; revision=27430
* shrink to 24 lines (portlint)Michael Haro2000-02-161-3/+0
| | | | Notes: svn path=/head/; revision=25870