Bug 179267 - UPDATING: entry for www/magento
Summary: UPDATING: entry for www/magento
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 19:40 UTC by Melvyn Sopacua
Modified: 2013-06-22 22:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Melvyn Sopacua 2013-06-03 19:40:00 UTC
When I took maintainership I've modified the port to be more conservative in
it's file permissions. This has consequences for upgrades.

Fix: 

I believe the following would be a good entry for UPDATING.

20130603:
  AFFECTS: users of www/magento
  AUTHOR: melvyn@magemana.nl

  Magento has been updated to 1.7.0.2. 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).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-03 19:40:09 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-03 19:40:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-03 19:40:10 UTC
Maintainer of www/magento,

Please note that PR ports/179267 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179267

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-22 22:20:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-06-22 22:20:19 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"