diff options
Diffstat (limited to 'community/nextcloud/app-encryption-info-add-mcrypt.patch')
-rw-r--r-- | community/nextcloud/app-encryption-info-add-mcrypt.patch | 13 |
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> - + |