aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2013-06-23 05:20:07 +0800
committerrakuco <rakuco@FreeBSD.org>2013-06-23 05:20:07 +0800
commite85365e3f83cfa64a7a730501675c9a2f4387f59 (patch)
tree467714c054ab10522fa2ef04bd80e9623b2ac3ec /UPDATING
parent3cdc63609acb42d76d0848dff628840540771d7e (diff)
downloadfreebsd-ports-gnome-e85365e3f83cfa64a7a730501675c9a2f4387f59.tar.gz
freebsd-ports-gnome-e85365e3f83cfa64a7a730501675c9a2f4387f59.tar.zst
freebsd-ports-gnome-e85365e3f83cfa64a7a730501675c9a2f4387f59.zip
Belatedly add an entry in UPDATING for www/magento.
PR: ports/179267 Submitted by: Melvyn Sopacua <melvyn@magemana.nl> (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index cb6203146ae8..f2bd4e16721e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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