1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-27 19:37:22 +01:00

update Z-Push to 2.4.4

Starting with 2.4, Z-Push no longer provides tarballs on their download server. The only options are getting the code from their git repository or using one of their distribution packages. Their Ubuntu 18.04 packaes don't seem to actually work in Ubuntu 18.04, so thinking ahead that's currently a bad choice. In 78d1c9be6e we switched from doing a git clone to using wget on their downloads server because of a problem with something related to stash.z-hub.io's SSL certificate. But wget also seems to work on their source code repository, so we can use that.
This commit is contained in:
Joshua Tauberer
2018-09-02 11:27:20 -04:00
parent d4b122ee94
commit a5d5a073c7
2 changed files with 10 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ In Development
* Update to Nextcloud 13.0.5.
* Update to Roundcube 1.3.7.
* Update to Z-Push 2.4.4.
v0.28 (July 30, 2018)
---------------------