Re: UPDATE: Nextcloud-28.0.3

2024-05-18 Thread Clemens Gößnitzer
Hi Gonzalo!

Did you find time to test and consider my improvements below?

Thanks
Clemens

On Thu, 2024-03-07 at 17:11 +0100, Clemens Gößnitzer wrote:
> On Tue, 2024-03-05 at 09:30 +0100, Gonzalo L. Rodriguez wrote:
> > Hello,
> > 
> > Update for Nextcloud to 28.0.3:
> > 
> > https://nextcloud.com/changelog/
> > 
> > Plus some tweaks from Clemens Gößnitzer for the README and httpd(8)
> > conf.
> 
> I did not test updating, which does not work in the browser anymore
> when using the new examples.  The following addition fixes that for
> me.
> Sorry for not noticing this.
> 
> 
> Index: pkg/README
> ===
> RCS file: /cvs/ports/www/nextcloud/pkg/README,v
> retrieving revision 1.24
> diff -u -p -u -r1.24 README
> --- pkg/README  5 Mar 2024 09:57:03 -   1.24
> +++ pkg/README  7 Mar 2024 16:09:53 -
> @@ -83,6 +83,14 @@ server "domain.tld" {
> pass
> }
>  
> +   # required for the updater in the browser
> +   location "/nextcloud/core/ajax/update.php*" {
> +   root "/nextcloud"
> +   request strip 1
> +   fastcgi socket "/run/php-fpm.sock"
> +   pass
> +   }
> +
> location "/nextcloud/ocs/*.php*" {
> root "/nextcloud"
> request strip 1
> 
> 
> > 
> > OK?
> > 
> > Cheers.-
> > 
> > 
> 



Re: UPDATE: Nextcloud-28.0.3

2024-03-07 Thread Clemens Gößnitzer
On Tue, 2024-03-05 at 09:30 +0100, Gonzalo L. Rodriguez wrote:
> Hello,
> 
> Update for Nextcloud to 28.0.3:
> 
> https://nextcloud.com/changelog/
> 
> Plus some tweaks from Clemens Gößnitzer for the README and httpd(8)
> conf.

I did not test updating, which does not work in the browser anymore
when using the new examples.  The following addition fixes that for me.
Sorry for not noticing this.


Index: pkg/README
===
RCS file: /cvs/ports/www/nextcloud/pkg/README,v
retrieving revision 1.24
diff -u -p -u -r1.24 README
--- pkg/README  5 Mar 2024 09:57:03 -   1.24
+++ pkg/README  7 Mar 2024 16:09:53 -
@@ -83,6 +83,14 @@ server "domain.tld" {
pass
}
 
+   # required for the updater in the browser
+   location "/nextcloud/core/ajax/update.php*" {
+   root "/nextcloud"
+   request strip 1
+   fastcgi socket "/run/php-fpm.sock"
+   pass
+   }
+
location "/nextcloud/ocs/*.php*" {
root "/nextcloud"
request strip 1


> 
> OK?
> 
> Cheers.-
> 
> 



UPDATE: Nextcloud-28.0.3

2024-03-05 Thread Gonzalo L. Rodriguez
Hello,

Update for Nextcloud to 28.0.3:

https://nextcloud.com/changelog/

Plus some tweaks from Clemens Gößnitzer for the README and httpd(8) conf.

OK?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/nextcloud/28/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile9 Feb 2024 14:22:26 -   1.3
+++ Makefile5 Mar 2024 08:14:48 -
@@ -1,4 +1,3 @@
-NC_VERSION=28.0.1
-REVISION=  1
+NC_VERSION=28.0.3
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/www/nextcloud/28/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo3 Jan 2024 10:06:01 -   1.1
+++ distinfo5 Mar 2024 08:14:48 -
@@ -1,2 +1,2 @@
-SHA256 (nextcloud-28.0.1.tar.bz2) = 
L4BzW0Qwgicv5qO14yE3lX8fxEjHU0K5S1IAspcl86Q=
-SIZE (nextcloud-28.0.1.tar.bz2) = 183887041
+SHA256 (nextcloud-28.0.3.tar.bz2) = 
ntQTwN4W9bAzzu/8ypnA1h/GmNvrjbhRrJrfnu+VGQY=
+SIZE (nextcloud-28.0.3.tar.bz2) = 185856401
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/nextcloud/28/pkg/PLIST,v
retrieving revision 1.1
diff -u -p -r1.1 PLIST
--- pkg/PLIST   3 Jan 2024 10:06:01 -   1.1
+++ pkg/PLIST   5 Mar 2024 08:14:51 -
@@ -16,6 +16,8 @@ nextcloud/3rdparty/.github/workflows/com
 nextcloud/3rdparty/.github/workflows/composer.yml
 nextcloud/3rdparty/.github/workflows/lint-php.yml
 nextcloud/3rdparty/.gitignore
+nextcloud/3rdparty/.patches/
+nextcloud/3rdparty/.patches/fix-cache-for-node.diff
 nextcloud/3rdparty/LICENSE INFO
 nextcloud/3rdparty/README.md
 nextcloud/3rdparty/autoload.php
@@ -6235,6 +6237,7 @@ nextcloud/3rdparty/ramsey/uuid/src/funct
 nextcloud/3rdparty/sabre/
 nextcloud/3rdparty/sabre/dav/
 nextcloud/3rdparty/sabre/dav/LICENSE
+nextcloud/3rdparty/sabre/dav/PATCHES.txt
 nextcloud/3rdparty/sabre/dav/lib/
 nextcloud/3rdparty/sabre/dav/lib/CalDAV/
 nextcloud/3rdparty/sabre/dav/lib/CalDAV/Backend/
@@ -7977,12 +7980,12 @@ nextcloud/apps/activity/img/change.svg
 nextcloud/apps/activity/img/delete-color.svg
 nextcloud/apps/activity/img/notifications-dark.svg
 nextcloud/apps/activity/js/
-nextcloud/apps/activity/js/Activity-407de709.mjs
-nextcloud/apps/activity/js/Activity-407de709.mjs.map
-nextcloud/apps/activity/js/ActivityTab-f8e4ee19.mjs
-nextcloud/apps/activity/js/ActivityTab-f8e4ee19.mjs.map
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-4e68797a.mjs
-nextcloud/apps/activity/js/NcCheckboxRadioSwitch-4e68797a.mjs.map
+nextcloud/apps/activity/js/Activity-XWwZnDDc.mjs
+nextcloud/apps/activity/js/Activity-XWwZnDDc.mjs.map
+nextcloud/apps/activity/js/ActivityTab-QJRuJ-HX.mjs
+nextcloud/apps/activity/js/ActivityTab-QJRuJ-HX.mjs.map
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-PlgK1zWr-PaizJQr3.mjs
+nextcloud/apps/activity/js/NcCheckboxRadioSwitch-PlgK1zWr-PaizJQr3.mjs.map
 nextcloud/apps/activity/js/activity-adminSettings.mjs
 nextcloud/apps/activity/js/activity-adminSettings.mjs.map
 nextcloud/apps/activity/js/activity-api.mjs
@@ -7993,18 +7996,18 @@ nextcloud/apps/activity/js/activity-pers
 nextcloud/apps/activity/js/activity-personalSettings.mjs.map
 nextcloud/apps/activity/js/activity-sidebar.mjs
 nextcloud/apps/activity/js/activity-sidebar.mjs.map
-nextcloud/apps/activity/js/api-00dfc954.mjs
-nextcloud/apps/activity/js/api-00dfc954.mjs.map
-nextcloud/apps/activity/js/index-482802c5.mjs
-nextcloud/apps/activity/js/index-482802c5.mjs.map
-nextcloud/apps/activity/js/index-65a5f423.mjs
-nextcloud/apps/activity/js/index-65a5f423.mjs.map
-nextcloud/apps/activity/js/l10n-c603e589-09a6e27e.mjs
-nextcloud/apps/activity/js/l10n-c603e589-09a6e27e.mjs.map
-nextcloud/apps/activity/js/logger-a53a57b5.mjs
-nextcloud/apps/activity/js/logger-a53a57b5.mjs.map
-nextcloud/apps/activity/js/settings-store-9516cadd.mjs
-nextcloud/apps/activity/js/settings-store-9516cadd.mjs.map
+nextcloud/apps/activity/js/api-NR0xL2kP.mjs
+nextcloud/apps/activity/js/api-NR0xL2kP.mjs.map
+nextcloud/apps/activity/js/function-apply-T5nGdPJm.mjs
+nextcloud/apps/activity/js/function-apply-T5nGdPJm.mjs.map
+nextcloud/apps/activity/js/index-DymaRpHW.mjs
+nextcloud/apps/activity/js/index-DymaRpHW.mjs.map
+nextcloud/apps/activity/js/logger-YHHKXmsa.mjs
+nextcloud/apps/activity/js/logger-YHHKXmsa.mjs.map
+nextcloud/apps/activity/js/settings-store-rSEV5N-b.mjs
+nextcloud/apps/activity/js/settings-store-rSEV5N-b.mjs.map
+nextcloud/apps/activity/js/toast-7xJhDYMn-xABJjMIk.mjs
+nextcloud/apps/activity/js/toast-7xJhDYMn-xABJjMIk.mjs.map
 nextcloud/apps/activity/js/vendor.LICENSE.txt
 nextcloud/apps/activity/l10n/
 nextcloud/apps/activity/l10n/af.js
@@ -8119,6 +8122,8 @@ nextcloud/apps/activity/l10n/it.js
 nextcloud/apps/activity/l10n/it.json
 nextcloud/apps/activity/l10n/ja.js
 nextcloud/apps/activity/l10n/ja.json
+nextcloud/apps/activity/l10n/ka.js
+nextcloud/apps/activity/l10n/ka.json