aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/nextcloud15-app-encryption-info-add-mcrypt.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-04-25 12:10:35 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-25 12:10:39 +0000
commit9146177da65155eccd3ed589b0955df3857c6da8 (patch)
tree11765d86c5f7faff33e228100888b120c3dbfe1d /community/nextcloud/nextcloud15-app-encryption-info-add-mcrypt.patch
parentac7a3163569192228eecdbc294b522833ceb8d28 (diff)
downloadaports-9146177da65155eccd3ed589b0955df3857c6da8.tar.bz2
aports-9146177da65155eccd3ed589b0955df3857c6da8.tar.xz
community/nextcloud: upgrade to 16.0.0
Diffstat (limited to 'community/nextcloud/nextcloud15-app-encryption-info-add-mcrypt.patch')
-rw-r--r--community/nextcloud/nextcloud15-app-encryption-info-add-mcrypt.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/nextcloud/nextcloud15-app-encryption-info-add-mcrypt.patch b/community/nextcloud/nextcloud15-app-encryption-info-add-mcrypt.patch
deleted file mode 100644
index 2c1f11694b..0000000000
--- a/community/nextcloud/nextcloud15-app-encryption-info-add-mcrypt.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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).
-
-diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
-index db4309c..4c43c09 100644
---- a/apps/encryption/appinfo/info.xml
-+++ b/apps/encryption/appinfo/info.xml
-@@ -31,6 +31,7 @@
-
- <dependencies>
- <lib>openssl</lib>
-+ <lib>mcrypt</lib>
- <nextcloud min-version="15" max-version="15" />
- </dependencies>
-