Browse Source

upgrading package: nextcloud 22.2.3 -> 23.0.0

master
parent
commit
c60c694abc
  1. 22
      nextcloud/nextcloud.patch
  2. 4
      nextcloud/nextcloud.spec

22
nextcloud/nextcloud.patch

@ -1,6 +1,6 @@
Index: nextcloud/config/config.sample.php Index: nextcloud/config/config.sample.php
--- nextcloud/config/config.sample.php.orig 2021-02-19 09:49:36.000000000 +0100 --- nextcloud/config/config.sample.php.orig 2021-11-26 21:51:45.000000000 +0100
+++ nextcloud/config/config.sample.php 2021-02-25 23:36:09.785882000 +0100 +++ nextcloud/config/config.sample.php 2021-12-02 09:12:37.573771000 +0100
@@ -83,7 +83,7 @@ @@ -83,7 +83,7 @@
* *
* Default to ``data/`` in the Nextcloud directory. * Default to ``data/`` in the Nextcloud directory.
@ -10,7 +10,7 @@ Index: nextcloud/config/config.sample.php
/** /**
* The current version number of your Nextcloud installation. This is set up * The current version number of your Nextcloud installation. This is set up
@@ -968,7 +968,7 @@ @@ -988,7 +988,7 @@
*/ */
'apps_paths' => [ 'apps_paths' => [
[ [
@ -19,7 +19,7 @@ Index: nextcloud/config/config.sample.php
'url' => '/apps', 'url' => '/apps',
'writable' => true, 'writable' => true,
], ],
@@ -1259,18 +1259,18 @@ @@ -1298,18 +1298,18 @@
/** /**
* Server details for one or more memcached servers to use for memory caching. * Server details for one or more memcached servers to use for memory caching.
*/ */
@ -41,7 +41,7 @@ Index: nextcloud/config/config.sample.php
// Set timeouts to 50ms // Set timeouts to 50ms
\Memcached::OPT_CONNECT_TIMEOUT => 50, \Memcached::OPT_CONNECT_TIMEOUT => 50,
\Memcached::OPT_RETRY_TIMEOUT => 50, \Memcached::OPT_RETRY_TIMEOUT => 50,
@@ -1289,7 +1289,7 @@ @@ -1328,7 +1328,7 @@
// Binary serializer vill be enabled if the igbinary PECL module is available // Binary serializer vill be enabled if the igbinary PECL module is available
//\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY, //\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY,
@ -50,12 +50,16 @@ Index: nextcloud/config/config.sample.php
/** /**
@@ -1469,7 +1469,7 @@ @@ -1527,10 +1527,11 @@
* encryption in MySQL or specify a custom wait timeout on a cheap hoster. * does not verify the server cert except --ssl-verify-server-cert is passed manually.
*/ */
'dbdriveroptions' => [ 'dbdriveroptions' => [
- PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem', + /*
+ /* PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem', */ PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem',
PDO::MYSQL_ATTR_SSL_KEY => '/file/path/to/mysql-client-key.pem',
PDO::MYSQL_ATTR_SSL_CERT => '/file/path/to/mysql-client-cert.pem',
- PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false,
+ PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false, */
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET wait_timeout = 28800' PDO::MYSQL_ATTR_INIT_COMMAND => 'SET wait_timeout = 28800'
], ],

4
nextcloud/nextcloud.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: PLUS Class: PLUS
Group: Web Group: Web
License: AGPL License: AGPL
Version: 22.2.3 Version: 23.0.0
Release: 20211117 Release: 20211202
# package options # package options
%option with_ldap no %option with_ldap no

Loading…
Cancel
Save