Skip to content

Commit

Permalink
ownCloud: Update to v10.15.0 (#6225)
Browse files Browse the repository at this point in the history
* Update ownCloud to v10.15.0
* Refine service setup scripts
* Fix backup validation
* Fix upgrade check
* Optimise initial ownCloud setup
* Use MySQL for initial setup
* Set noarch build (#6250)
  • Loading branch information
mreid-tt authored Oct 11, 2024
1 parent e307e14 commit fb098da
Show file tree
Hide file tree
Showing 15 changed files with 444 additions and 343 deletions.
4 changes: 2 additions & 2 deletions cross/owncloud/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME = owncloud
PKG_VERS = 10.14.0
PKG_DATE = 20240226
PKG_VERS = 10.15.0
PKG_DATE = 20240724
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)-complete-$(PKG_DATE).$(PKG_EXT)
PKG_DIST_SITE = https://download.owncloud.com/server/stable
Expand Down
6 changes: 3 additions & 3 deletions cross/owncloud/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
owncloud-complete-20240226.tar.bz2 SHA1 a2b54593da3caebdcf2212480c8e046b7cbad40b
owncloud-complete-20240226.tar.bz2 SHA256 7b23e7f189f5ceb606fb95e96b5caa202299b3cea90e524fc59bdd3c9c30853c
owncloud-complete-20240226.tar.bz2 MD5 dc135c062cb9c21656e38309306b6067
owncloud-complete-20240724.tar.bz2 SHA1 9f514c298d16abd96f807522e5c134c1dbcf23bd
owncloud-complete-20240724.tar.bz2 SHA256 f7ae9c9c00dee744306e4be058a9de20246730a4210f41e0c86ce9da60562ad5
owncloud-complete-20240724.tar.bz2 MD5 9862606219b636f0c791d2efd3dbae97
14 changes: 7 additions & 7 deletions spk/owncloud/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
SPK_NAME = owncloud
SPK_VERS = 10.14.0
SPK_REV = 17
SPK_VERS = 10.15.0
SPK_REV = 18
SPK_ICON = src/owncloud.png

DEPENDS = cross/owncloud
# Pure PHP package, make sure ARCH is not defined
override ARCH=
# Pure PHP package, make sure ARCH is noarch
override ARCH=noarch

REQUIRED_MIN_DSM = 6.0
SPK_DEPENDS = WebStation:PHP7.4:Apache2.4
SPK_DEPENDS = WebStation:PHP7.4:MariaDB10:Apache2.4:redis

MAINTAINER = ymartin59
MAINTAINER = SynoCommunity
DESCRIPTION = ownCloud is a personal cloud which runs on your own server and gives you freedom and control over your own data.
DISPLAY_NAME = ownCloud
CHANGELOG = "1. Update ownCloud to 10.14.0."
CHANGELOG = "1. Update ownCloud to 10.15.0.<br/>2. Use recommended MariaDB database.<br/>3. Optimise initial ownCloud setup.<br/>4. Various script fixes and refinements."
HOMEPAGE = https://owncloud.com/

LICENSE = AGPLv3
Expand Down
8 changes: 2 additions & 6 deletions spk/owncloud/src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,13 @@
"intl",
"ldap",
"openssl",
"pdo_sqlite",
"sqlite3",
"pdo_mysql",
"redis",
"ssh2",
"zip",
"zlib"
],
"group": "http",
"php_settings": {
"error_log": "/var/services/web_packages/owncloud/php_errors.log",
"max_execution_time": "900"
},
"profile_desc": "PHP Profile for ownCloud",
"profile_name": "ownCloud Profile",
"user": "sc-owncloud"
Expand Down
Loading

0 comments on commit fb098da

Please sign in to comment.