Browse Source

upgrading package: nextcloud 20.0.7 -> 21.0.0

master
parent
commit
6378aa81d4
  1. 16
      nextcloud/nextcloud.patch
  2. 4
      nextcloud/nextcloud.spec

16
nextcloud/nextcloud.patch

@ -1,6 +1,6 @@
Index: nextcloud/config/config.sample.php
--- nextcloud/config/config.sample.php.orig 2020-05-26 10:08:52.000000000 +0200
+++ nextcloud/config/config.sample.php 2020-06-04 09:24:14.663170000 +0200
--- nextcloud/config/config.sample.php.orig 2021-02-19 09:49:36.000000000 +0100
+++ nextcloud/config/config.sample.php 2021-02-25 23:36:09.785882000 +0100
@@ -83,7 +83,7 @@
*
* 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
@@ -923,7 +923,7 @@
@@ -968,7 +968,7 @@
*/
'apps_paths' => [
[
@ -19,15 +19,15 @@ Index: nextcloud/config/config.sample.php
'url' => '/apps',
'writable' => true,
],
@@ -1214,18 +1214,18 @@
@@ -1259,18 +1259,18 @@
/**
* Server details for one or more memcached servers to use for memory caching.
*/
-'memcached_servers' => [
+/* 'memcached_servers' => [
// hostname, port and optional weight. Also see:
// http://www.php.net/manual/en/memcached.addservers.php
// http://www.php.net/manual/en/memcached.addserver.php
// https://www.php.net/manual/en/memcached.addservers.php
// https://www.php.net/manual/en/memcached.addserver.php
['localhost', 11211],
//array('other.host.local', 11211),
-],
@ -41,7 +41,7 @@ Index: nextcloud/config/config.sample.php
// Set timeouts to 50ms
\Memcached::OPT_CONNECT_TIMEOUT => 50,
\Memcached::OPT_RETRY_TIMEOUT => 50,
@@ -1244,7 +1244,7 @@
@@ -1289,7 +1289,7 @@
// Binary serializer vill be enabled if the igbinary PECL module is available
//\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY,
@ -50,7 +50,7 @@ Index: nextcloud/config/config.sample.php
/**
@@ -1395,7 +1395,7 @@
@@ -1469,7 +1469,7 @@
* encryption in MySQL or specify a custom wait timeout on a cheap hoster.
*/
'dbdriveroptions' => [

4
nextcloud/nextcloud.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: PLUS
Group: Web
License: AGPL
Version: 20.0.7
Release: 20210205
Version: 21.0.0
Release: 20210225
# package options
%option with_ldap no

Loading…
Cancel
Save