From a1bf5fe7860f7fd2e46ec5a03e11e4ceae022350 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 14 Apr 2020 21:47:27 +0200 Subject: [PATCH] Upgrade to 2.5.2~ynh1 --- README.md | 4 ++-- check_process | 3 ++- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8145515..5d9a0a2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Z-Push is an Exchange ActiveSync fronted written in php which lets you synchronize emails (imap/smtp backend) and calendar/contacts (carddav and caldav backend) -**Shipped version:** 2.5.1 +**Shipped version:** 2.5.2 ## Current status - [x] Z-push for Yunohost supports IMAP sync and Carddav/Caldav sync if Baikal or Nextcloud is installed @@ -20,7 +20,7 @@ Z-Push is an Exchange ActiveSync fronted written in php which lets you synchroni - [x] The current imap backend configuration seems able to handle email addresses different from login (for example login : john and email john.doe@domain.tld instead of john@domain.tld) - Further testing required ! - [x] The sources are based on http://download.z-push.org/final/ - [x] Autodiscover implemented -- [x] Use of version 2.5.1 final +- [x] Use of version 2.5.2 final ## Documentation diff --git a/check_process b/check_process index 7256b07..d6d5007 100644 --- a/check_process +++ b/check_process @@ -11,7 +11,8 @@ setup_private=0 setup_public=1 upgrade=1 - upgrade=1 from_commit=bdac42b709cd2bc663a68422f69ac6bfd43a1ce5 + # 2.5.1~ynh3 + upgrade=1 from_commit=9e8a72669814237122dfc6f901c9377895c193db backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. diff --git a/conf/app.src b/conf/app.src index d2ee625..33206fe 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Z-Hub/Z-Push/archive/2.5.1.tar.gz -SOURCE_SUM=cba4cf6599a008c4b1e3467f710cee366d131960435ec688001f27edd92ebd16 +SOURCE_URL=https://github.com/Z-Hub/Z-Push/archive/2.5.2.tar.gz +SOURCE_SUM=68fd705deee5481bb2935c32d9e184310ac2f1438e7791350313e7f4174d7040 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 19ce3f5..0c41f77 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Z-Push is an ActiveSync frontend that helps you synchronize emails, calendar and contacts", "fr": "Z-Push est un frontend ActiveSync qui permet de synchroniser emails, calendrier et contacts" }, - "version": "2.5.1~ynh3", + "version": "2.5.2~ynh1", "url": "https://z-push.org", "license": "AGPL-3.0-or-later", "maintainer": {