From 118fcfc52761bf4b8bcafb556a98fefc4fa1da8b Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Tue, 20 Feb 2018 09:14:21 +0000 Subject: www/nextcloud: Update to 13.0.0 - Changes permissions as well PR: 223778 Approved by: Loic Blot maintainer) --- UPDATING | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 2555946dca19..fcb41b29aa01 100644 --- a/UPDATING +++ b/UPDATING @@ -5,7 +5,27 @@ 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. -20180214: +20180220: + AFFECTS: users of www/nextcloud + AUTHOR: brnrd@FreeBSD.org + + The file and directory permissions of Nextcloud have changed. Write + permissions have been removed from all directories except `data' and + `config'. For the updater to work, the app store of your installation + must be disabled. To disable the app-store prior to updating the + package: + + # cd /usr/local/www/nextcloud + # su -m www -c "php ./occ config:system:set appstoreenabled --value=false --type=boolean" + + If you've already updated your nextcloud package, you must manually edit + the configuration of nextcloud (config/config.php) and add + + 'appstoreenabled' => false, + + to the CONFIG array before the updater will run. + +20180214 AFFECTS: users of lang/ruby23 AUTHOR: swills@FreeBSD.org @@ -39,7 +59,6 @@ you update your ports collection, before attempting any port upgrades. # pkg set -o lang/ruby23:lang/ruby24 # portupgrade -x ruby-2.4.\* -fr lang/ruby24 - 20180209: AFFECTS: users of japanese/lookup AUTHOR: yasu@utahime.org -- cgit v1.2.3