From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 22 21:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8216F83A for ; Sat, 22 Jun 2013 21:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5ACCC1EE2 for ; Sat, 22 Jun 2013 21:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5MLU1E4000671 for ; Sat, 22 Jun 2013 21:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5MLU0xX000670; Sat, 22 Jun 2013 21:30:00 GMT (envelope-from gnats) Date: Sat, 22 Jun 2013 21:30:00 GMT Message-Id: <201306222130.r5MLU0xX000670@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179267: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jun 2013 21:30:01 -0000 The following reply was made to PR ports/179267; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179267: commit references a PR Date: Sat, 22 Jun 2013 21:20:19 +0000 (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 (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"