Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server-packages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--centos/README.md26
-rw-r--r--centos/nextcloud.spec5
2 files changed, 30 insertions, 1 deletions
diff --git a/centos/README.md b/centos/README.md
index 8519906..8013064 100644
--- a/centos/README.md
+++ b/centos/README.md
@@ -1,6 +1,32 @@
Nextcloud
=========
+
+NextCloud 15 End of Life Notice
+-------------------------------
+NextCloud 15 is End of Life as of August 2019
+
+There will no longer be security or maintenance fixes provided.
+
+It is important to plan an upgrade schedule to NextCloud version 16
+accordingly.
+
+NextCloud does not support skipping major versions when upgrading.
+To keep the database schema current, it is important to run the
+upgrade (such as through the OCC CLI) for each major version.
+
+
+PHP 7.1 End of Life Notice
+--------------------------
+As of December 2019, the primary PHP project will no longer be releasing
+security updates for PHP version 7.1.
+
+It is recommended you plan accordingly to upgrade to using PHP 7.2.
+
+
+About
+-----
+
This repository can be used to build a very basic RPM suited for CentOS 7.
It uses Apache 2.4 with PHP-FPM to avoid conflicts with existing
PHP 5.4 applications. This also allows running Apache with a
diff --git a/centos/nextcloud.spec b/centos/nextcloud.spec
index 2a6e1cf..04cbd0e 100644
--- a/centos/nextcloud.spec
+++ b/centos/nextcloud.spec
@@ -12,7 +12,7 @@
Summary: Nextcloud package
Name: nextcloud
-Version: 15.0.11
+Version: 15.0.12
Release: 1%{?dist}
License: GPL
Source: https://download.nextcloud.com/server/releases/nextcloud-%{version}.tar.bz2
@@ -117,6 +117,9 @@ cp %{SOURCE1} %{buildroot}/etc/httpd/conf.d
%changelog
+* Thu Sep 26 2019 B Galliart <ben@steadfast.net> - 15.0.12-1
+- Update to release 15.0.12
+
* Fri Jul 23 2019 B Galliart <ben@steadfast.net> - 15.0.11-1
- Update to release 15.0.11