Update www/zope, a web application server to version 2.7.1.
Responsible Changed From-To: freebsd-ports-bugs->thierry I shall handle this one.
State Changed From-To: open->feedback Waiting for maintainer's approval.
Hello, I wrote in PR as: > + @${CHOWN} -R ${ZOPE_USER} ${ZOPEBASEDIR}/lib But someone follow me that it should be as below: > + @${CHMOD} o+r ${ZOPEBASEDIR}/lib I think it should be too, but I dont' test this yet. Can anyone test it? -- Yasushi Hayashi yasi@yasi.to
Hello, I want to modify my PR only one line. It is not good in my PR: > + @${CHOWN} -R ${ZOPE_USER} ${ZOPEBASEDIR}/lib When you run a zope-instance as ${ZOPE_USER} ( www:wheel ) user, it works fine. But when you want to running it as other user, it will not work. If you want to make some zope-instances as each users, who own the directory? So, below will be better: # sorry, I could not insert TAB code. > + @${CHMOD} -R og+r ${ZOPEBASEDIR}/lib Thanks to Satoshi < http://www.randynetwork.com/blog >. -- Yasushi Hayashi yasi@yasi.to
I don't see why the installationfiles should be owned by ${ZOPE_USER}. Zope = don't have to write there and having them owned by ${ZOPE_USER} may cause = security concerns because the running Zope Process will be able to change = this files. I had no problems with files that are not readable after install and never = heard of. There migth be files that shouln't be world readable. I couldn't = test it, because I'm on Vacation right now and have only a PDA and a = Cellphone with me. I don't have any objections to the rest of the patch Estartu
State Changed From-To: feedback->closed Approved by the maintainer (without ${CHOWN} -R ${ZOPE_USER}) and committed, thanks!