aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/app-encryption-info-add-mcrypt.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-09-10 12:48:06 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-09-10 12:48:11 +0000
commit47f79cb6dea41ead16e5daa05f35f83d99499b04 (patch)
tree8108ccb721e469a59ff3f5905a53ca91c9459fb5 /community/nextcloud/app-encryption-info-add-mcrypt.patch
parent38d8a7c2ca995bf1fc1c310303941fcad35ae429 (diff)
downloadaports-47f79cb6dea41ead16e5daa05f35f83d99499b04.tar.bz2
aports-47f79cb6dea41ead16e5daa05f35f83d99499b04.tar.xz
community/nextcloud: upgrade to 14.0.0
Diffstat (limited to 'community/nextcloud/app-encryption-info-add-mcrypt.patch')
-rw-r--r--community/nextcloud/app-encryption-info-add-mcrypt.patch13
1 files changed, 4 insertions, 9 deletions
diff --git a/community/nextcloud/app-encryption-info-add-mcrypt.patch b/community/nextcloud/app-encryption-info-add-mcrypt.patch
index 35b7557ab5..88b270737c 100644
--- a/community/nextcloud/app-encryption-info-add-mcrypt.patch
+++ b/community/nextcloud/app-encryption-info-add-mcrypt.patch
@@ -1,15 +1,10 @@
-mcrypt is not required, but it's recommended to increase file encryption
-performance. We're adding it to info.xml just to simplify abuild (all app
-dependencies can be read in info.xml).
-
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
-@@ -25,6 +25,7 @@
- </types>
+@@ -31,6 +31,7 @@
+
<dependencies>
<lib>openssl</lib>
+ <lib>mcrypt</lib>
- <nextcloud min-version="13" max-version="13" />
+ <nextcloud min-version="14" max-version="14" />
</dependencies>
- <settings>
-
+