aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-02-20 09:14:21 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-02-20 09:14:21 +0000
commit118fcfc52761bf4b8bcafb556a98fefc4fa1da8b (patch)
tree3b4518101609f02d86b705202f92574152d88359 /UPDATING
parenta784d390472616d6a9e7804d6d543e6c353c7b39 (diff)
downloadports-118fcfc52761bf4b8bcafb556a98fefc4fa1da8b.tar.gz
ports-118fcfc52761bf4b8bcafb556a98fefc4fa1da8b.zip
www/nextcloud: Update to 13.0.0
- Changes permissions as well PR: 223778 Approved by: Loic Blot <loic.blot unixexperience fr> maintainer)
Notes
Notes: svn path=/head/; revision=462379
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