From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 18:40: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 37061E68 for ; Mon, 3 Jun 2013 18:40: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 9601C1F02 for ; Mon, 3 Jun 2013 18:40:00 +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 r53Ie0Aa008499 for ; Mon, 3 Jun 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53Ie0KX008498; Mon, 3 Jun 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 18:40:00 GMT Resent-Message-Id: <201306031840.r53Ie0KX008498@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Melvyn Sopacua Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 119C9D00 for ; Mon, 3 Jun 2013 18:33:37 +0000 (UTC) (envelope-from mel@magemana.nl) Received: from fire.magemana.nl (magemana.nl [IPv6:2a01:7c8:aaae:25e::1]) by mx1.freebsd.org (Postfix) with ESMTP id D4B881ED3 for ; Mon, 3 Jun 2013 18:33:36 +0000 (UTC) Received: by fire.magemana.nl (Postfix, from userid 1003) id E590F4AB3B8; Mon, 3 Jun 2013 20:33:32 +0200 (CEST) Message-Id: <20130603183332.E590F4AB3B8@fire.magemana.nl> Date: Mon, 3 Jun 2013 20:33:32 +0200 (CEST) From: Melvyn Sopacua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179267: UPDATING: entry for www/magento X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 18:40:01 -0000 >Number: 179267 >Category: ports >Synopsis: UPDATING: entry for www/magento >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Melvyn Sopacua >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD fire.magemana.nl 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When I took maintainership I've modified the port to be more conservative in it's file permissions. This has consequences for upgrades. >How-To-Repeat: >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). >Release-Note: >Audit-Trail: >Unformatted: