aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING23
1 files changed, 21 insertions, 2 deletions
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