Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 21:20:07 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321593 - head
Message-ID:  <201306222120.r5MLK7Ow074811@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Jun 22 21:20:07 2013
New Revision: 321593
URL: http://svnweb.freebsd.org/changeset/ports/321593

Log:
  Belatedly add an entry in UPDATING for www/magento.
  
  PR:		ports/179267
  Submitted by:	Melvyn Sopacua <melvyn@magemana.nl> (maintainer)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sat Jun 22 21:11:40 2013	(r321592)
+++ head/UPDATING	Sat Jun 22 21:20:07 2013	(r321593)
@@ -5,6 +5,30 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20130623:
+  AFFECTS: users of www/magento
+  AUTHOR: melvyn@magemana.nl
+
+  Magento has been updated to 1.7.0.2 on 2013-06-03. With it a stricter file
+  system policy is enforced on the port. If you (or your customer) rely heavily
+  on Magento Connect via the backend to install extensions, your quickfix is:
+
+  # chown -R www: ${PREFIX}/www/magento
+  # chmod -R u+w ${PREFIX}/www/magento
+
+  The more conservative approach:
+  # chown -R www: ${PREFIX}/www/magento/app/code/{local,community} \
+    ${PREFIX}/www/magento/app/{design,locale} \
+    ${PREFIX}/www/magento/{downloader,skin}
+
+  # chmod -R u+w ${PREFIX}/www/magento/app/code/{local,community} \
+    ${PREFIX}/www/magento/app/{design,locale} \
+    ${PREFIX}/www/magento/{downloader,skin}
+
+  The conservative aproach will alert you to extensions that try to write in
+  Magento core, while allowing clean extensions to install properly (corner
+  cases may exist).
+
 20130619:
   AFFECTS: users of devel/subversion
   AUTHOR: ohauer@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306222120.r5MLK7Ow074811>