aboutsummaryrefslogtreecommitdiff
path: root/www/zope213
Commit message (Collapse)AuthorAgeFilesLines
* - update to 2.13.15Ruslan Makhmatkhanov2012-06-262-3/+3
| | | | | | | | Changelog: - Fix lock file cleanup if there's an error early in startup. Notes: svn path=/head/; revision=299984
* - update to 2.13.14Ruslan Makhmatkhanov2012-06-034-20/+5
| | | | | | | | | | | - remove files/patch-src-App_CacheManager.py. The problem was solved upstream another way. changelog: http://pypi.python.org/pypi/Zope2/2.13.14#id1 Notes: svn path=/head/; revision=298067
* - update to 2.13.13Ruslan Makhmatkhanov2012-02-212-3/+4
| | | | | | | | changes: http://pypi.python.org/pypi/Zope2/2.13.13#id1 Notes: svn path=/head/; revision=292010
* - update to 2.13.12Ruslan Makhmatkhanov2012-01-202-4/+3
| | | | | | | | | | | | | Changes: - Prevent a cross-site-scripting attack against the default standard error message handling. (CVE-2010-1104). - Use in operator instead of deprecated has_key method (which is not implemented by OFS.ObjectManager). This fixes an issue with WebDAV requests for skin objects. VuXML entry will be added later this day. Notes: svn path=/head/; revision=289514
* - transfer maintainership for my zope-ports to zope@Ruslan Makhmatkhanov2012-01-161-1/+1
| | | | | | | - add them to virtual category `zope' Notes: svn path=/head/; revision=289318
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - update to 2.13.11Ruslan Makhmatkhanov2011-12-122-3/+3
| | | | | | | | Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=287264
* Import Zope 2.13.Ruslan Makhmatkhanov2011-12-1218-10006/+2327
| | | | | | | | | | | | | | Much thanks to Wen Heping for actually adding all the needed ports for this update and testing. A lot of thanks goes to Doug Barton and Chris Rees for the help with rc-script. Submitted by: rm (myself, via github) Approved by: novel, miwi (mentors) Feature safe: yes Notes: svn path=/head/; revision=287233
* Update to 2.11.8Julien Laffaye2011-07-193-17/+23
| | | | | | | | PR: ports/158528 Submitted by: Gerhard Schmidt <estartu@augusta.de> (maintainer) Notes: svn path=/head/; revision=277950
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-152-2/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 2.11.6Philip M. Gollucci2010-01-183-5/+13
| | | | | | | | PR: ports/142771 Submitted by: maintainer Notes: svn path=/head/; revision=248053
* - Fix a minor problem with Zope DateTime and TimezonesWesley Shields2009-06-222-0/+84
| | | | | | | | PR: ports/135910 Submitted by: Gerhard Schmidt <estartu@augusta.de> (maintainer) Notes: svn path=/head/; revision=236479
* - Update to 2.11.3Dennis Herrmann2009-05-044-98/+63
| | | | | | | | | PR: ports/134208 Submitted by: Gerhard Schmidt <estartu@augusta.de> (maintainer) Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=233236
* - Replace 210->211 where missed previouslyPav Lucistnik2009-04-024-29/+18
| | | | | | | | PR: ports/133236 Submitted by: Gerhard Schmidt <estartu@augusta.de> (maintainer) Notes: svn path=/head/; revision=231498
* Add zope 2.11, a new stable branch of ZopePav Lucistnik2009-03-309-1757/+1325
| | | | | | | | PR: ports/132981 Submitted by: Gerhard Schmidt <estartu@augusta.de> Notes: svn path=/head/; revision=231318
* Reset yasi@yasi.to by request due to lack of current time to work on FreeBSD.Mark Linimon2008-09-011-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219562
* - Update to 2.10.6Martin Wilke2008-06-013-633/+625
| | | | | | | | | PR: 123605 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=214082
* - Update to 2.10.5Martin Wilke2007-12-212-4/+4
| | | | | | | | | PR: 118881 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: HAYASHI Yasushi <yasi@yasi.to> (maintainer) Notes: svn path=/head/; revision=204258
* - Update to 2.10.4.Marcelo Araujo2007-09-175-140/+96
| | | | | | | | | | | | - Standardization the RC Script name. - Repocopied the old RC Script to rename the suffix. PR: ports/116171 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Approved by: stas (mentor), HAYASHI Yasushi <yasi@yasi.to> (maintainer) Notes: svn path=/head/; revision=199630
* - Update to 2.10.3Pav Lucistnik2007-03-293-27/+15
| | | | | | | | PR: ports/110987 Submitted by: Yasushi Hayashi <yasi@yasi.to> (maintainer) Notes: svn path=/head/; revision=188788
* - Apply hotfix for cross-site scripting vulnerabilityPav Lucistnik2007-03-243-1/+20
| | | | | | | | | PR: ports/110733 Submitted by: Yasushi Hayashi <yasi@yasi.to> (maintainer) Security: http://www.zope.org/Products/Zope/Hotfix-2007-03-20/announcement/view Notes: svn path=/head/; revision=188174
* - Update to 2.10.2Pav Lucistnik2007-01-273-6/+27
| | | | | | | | PR: ports/108374 Submitted by: Yasushi Hayashi <yasi@yasi.to> (maintainer) Notes: svn path=/head/; revision=183376
* - After repocopy from www/zope29, update to 2.10.1Pav Lucistnik2006-11-3013-1313/+1737
| | | | | | | | | PR: ports/106001 Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer) Repocopy by: marcus Notes: svn path=/head/; revision=178337
* - Update to 2.9.6Pav Lucistnik2006-11-213-5/+14
| | | | | | | | PR: ports/105718 Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer) Notes: svn path=/head/; revision=177748
* - Require Python 2.4 so as to unbreak buildAlexander Botero-Lowry2006-10-111-1/+2
| | | | | | | | PR: 104274 Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175209
* - Update to 2.9.5Martin Wilke2006-10-063-7/+40
| | | | | | | | PR: ports/104007 Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer) Notes: svn path=/head/; revision=174661
* - Fix messages in post-installPav Lucistnik2006-08-314-14/+14
| | | | | | | | PR: ports/102690 Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer) Notes: svn path=/head/; revision=171740
* - Update to 2.9.4Renato Botelho2006-08-038-3513/+221
| | | | | | | | PR: ports/101236 Submitted by: HAYASHI Yasushi <yasi at yasi.to> (maintainer) Notes: svn path=/head/; revision=169567
* Corrects an information disclosure vulnerability in Zope2, due to Zope2's useIon-Mihai Tetcu2006-07-093-1/+14
| | | | | | | | | | | | | of the docutils module to parse and render "restructured text". Sites which allow untrusted users to create restructured text as through-the-web content should apply this hotfix. PR: ports/99952 Submitted by: maintainer Security: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-2006-07-05/ Notes: svn path=/head/; revision=167265
* - Update to 2.9.3Renato Botelho2006-05-166-16/+149
| | | | | | | | PR: ports/97340 Submitted by: maintainer Notes: svn path=/head/; revision=162596
* - Update to 2.9.2Marcus Alves Grando2006-05-056-25/+38
| | | | | | | | PR: 96804 Submitted by: maintainer Notes: svn path=/head/; revision=161453
* - Update to 2.9.1Renato Botelho2006-03-217-12137/+12140
| | | | | | | | PR: ports/94776 Submitted by: maintainer Notes: svn path=/head/; revision=157901
* - UnbrokenMarcus Alves Grando2006-02-261-5/+2
| | | | | | | | | | | - Remove extra install of rc.d script - Bump PORTREVISION - portlint(1) Approved by: portmgr (kris) Notes: svn path=/head/; revision=156823
* BROKEN: Incomplete pkg-plistKris Kennaway2006-02-261-0/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156814
* - Add Zope 2.9.0 after repocopyPav Lucistnik2006-01-2813-7090/+12459
| | | | | | | | | PR: ports/91824 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Repocopy by: marcus Notes: svn path=/head/; revision=154638
* - Update to 2.8.5Pav Lucistnik2006-01-055-71/+103
| | | | | | | | PR: ports/91365 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=152845
* Update to 2.8.4Marcus Alves Grando2005-10-283-3/+11
| | | | | | | | | | Changelog http://www.zope.org/Products/Zope/2.8.4/CHANGES.txt PR: 88078 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=146521
* - Update to 2.8.3Renato Botelho2005-10-192-3/+4
| | | | | | | | | | | | | | | | | | | 2.8.3 release: http://www.zope.org/Products/Zope/2.8.3/CHANGES.txt ========== * ZSQLMethod.manage_main: Moved the error message that warns of a non-existing or closed database connection next to the Connection ID dropdown and present it using red to increase its visibility. * Update to Docutils 0.3.9 (forgotten in Zope 2.8.2) ========== PR: ports/87650 Submitted by: maintainer Notes: svn path=/head/; revision=145860
* Update to 2.8.2Marcus Alves Grando2005-10-143-16/+14
| | | | | | | | PR: 87428 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=145374
* Hotfix 2005-10-09 AlertMarcus Alves Grando2005-10-123-2/+24
| | | | | | | | | | | | This hotfix addresses an important security issue that affects users of Zope versions 2.6 or higher. PR: 87198 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Security: http://www.vuxml.org/freebsd/d2b80c7c-3aae-11da-9484-00123ffe8333.html Notes: svn path=/head/; revision=145048
* Add LATEST_LINK as zope is already used by www/zope.Vsevolod Stakhov2005-10-041-1/+2
| | | | | | | | Noticed by: kris Approved by: maintainer Notes: svn path=/head/; revision=144141
* Change installation prefix and names of startup scripts for easy migration.Vsevolod Stakhov2005-09-217-114/+7351
| | | | | | | | | | | Permit running www/zope and www/zope28 at the same time on the same host. Use static pkg-plist instead dynamic one. PR: 86397 Submitted by: Denis Shaposhnikov (maintainer) Notes: svn path=/head/; revision=143310
* Add zope28 - new stable branch of zope application server.Vsevolod Stakhov2005-09-1811-3194/+139
| | | | | | | | | | | | | | | | | | | | | | | | | Here are some of the "headlines" mentioned in the features list. Database Integration SQL and HTML in Harmony Multiple Data Sources Publish Databases Application Development DTML Scripting External Methods Content Management Builtin Objects Document Templates Web to Objects Integrated Object Database Managed Through the Web Direct URL Access to Objects PR: 85063 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Notes: svn path=/head/; revision=143107
* - Update to 2.7.7Pav Lucistnik2005-07-132-3/+3
| | | | | | | | | PR: ports/83377 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Approved by: Gerhard Schmidt <estartu@augusta.de> (maintainer) Notes: svn path=/head/; revision=139077
* Update to 2.7.6Jean-Yves Lefort2005-05-073-19/+8
| | | | | | | | | PR: ports/80476 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Approved by: maintainer Notes: svn path=/head/; revision=134808
* - Update to 2.7.5Pav Lucistnik2005-04-133-6/+24
| | | | | | | | | PR: ports/79812 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Approved by: Gerhard Schmidt <estartu@augusta.de> (maintainer) Notes: svn path=/head/; revision=133217
* - Update to 2.7.4Pav Lucistnik2005-02-185-15/+46
| | | | | | | | PR: ports/77633 Submitted by: Gerhard Schmidt <estartu@augusta.de> (maintainer) Notes: svn path=/head/; revision=129190
* The py-xml package is no longer needed by zope.Palle Girgensohn2005-01-091-4/+0
| | | | | | | | | PR: ports/75843 Submitted by: maintainer Approved by: linimon (portmgr) Notes: svn path=/head/; revision=125906