Search Criteria
Package Details: z-push 2.6.0-1
Git Clone URL: | https://aur.archlinux.org/z-push.git (read-only, click to copy) |
---|---|
Package Base: | z-push |
Description: | open-source implementation of the ActiveSync protocol |
Upstream URL: | https://z-push.org/ |
Keywords: | activesync zarafa |
Licenses: | |
Groups: | |
Submitter: | None |
Maintainer: | martimcfly |
Last Packager: | martimcfly |
Votes: | 8 |
Popularity: | 0.000001 |
First Submitted: | 2011-11-03 19:36 |
Last Updated: | 2020-12-22 20:47 |
Dependencies (4)
- nginx (nginx-custom-dev, nginx-nchan-git, nginx-nchan, nginx-devel, nginx-devel-mod-naxsi, tengine, tengine-extra, nginx-google_filter, nginx-pagespeed, nginx-pagespeed-src, nginx-mainline-openssl-weak, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-libressl, nginx-libressl, nginx-mainline-boringssl, nginx-zest-git, nginx-quic, nginx-mainline)
- php (php55, php53, php70, php71, php-zts, php72, php56, php7-symlinks, php7-meta, php73)
- php-fpm (php55-fpm, php53-fpm, php-zts-fpm, php72-fpm, php56-fpm)
- git (git-git) (make)
Required by (2)
- kopano-core (optional)
- kopano-webapp-mdm
Latest Comments
1 2 3 Next › Last »
martimcfly commented on 2020-12-22 18:21
Hey! I'm doing a testbuild right now and will come back with an update.
grawlinson commented on 2020-12-20 18:13
@dreieck: It'll be
composer
, available inextra
repository. It looks like the PKGBUILD has the wrong dependency set.EDIT: I'm not actually sure why it's a make dependency, it doesn't seem to be used during the process at all. You can safely remove it from the PKGBUILD.
dreieck commented on 2020-12-20 17:22
Cannot find dependency
php-composer
. Which package does provide it?martimcfly commented on 2019-10-27 17:13
Sorry I forgott about the SRCINFO. I removed the dependency and updated to the latest z-push Tag/Release.
At the moment I'm updating my whole buildenvironment. So in the future I hope to build this package more regularly.
grawlinson commented on 2019-08-05 21:43
kopano-core hasn't actually been removed as a dependency, as it is still present in
.SRCINFO
metadata file.martimcfly commented on 2018-08-20 13:05
@md2prof: Here you go!
md2prof commented on 2018-08-09 23:20
Hi martimcfly!
kopano-core isn't actually required to have this package be useful. I'm running z-push pulled from git (from your PKGBUILD) as a frontend to dovecot to enable iOS push and it is working great without kopano elements. That dependency isn't technically required for functionality. Just a suggestion for those of us running lean servers.
martimcfly commented on 2017-01-07 15:14
Hey thrasibule,
I've updated the version.
To get a build package you have to switch to the pietma-test repository. I can't tell wheather this is working with zarafa 7.2.4. Maybe the patches have been enough to make it work. Zarafa-webapp requires php 5, that is why the php version was set to below 7.
Your help on testing is highly appreciated :)
Marti
martimcfly commented on 2015-05-08 01:16
Fixes, additions or what so ever can be done here (you can use any github login).
https://git.pietma.com/pietma/com-pietma-zarafa
It's not a rocket, but does it's job! => now it is ;)
martimcfly commented on 2015-05-08 01:05
All configs have been updated according to https://z-push.org/svn/z-push/trunk/src/INSTALL and https://wiki.archlinux.org/index.php/Web_application_package_guidelines
New configs for PHP-FPM: php.conf
- Needed php flags and values are set
New configs for PHP: php.ini
- Needed open_basedirs are set: /usr/share/webapps/z-push:/etc/webapps/z-push:/var/lib/z-push:/var/log/z-push:/usr/share/php/mapi
- Needed extensions are set: soap.so + mapi.so + iconv.so
- Instances are started on demand for about 5 user. Raise the limit as you wish!
New configs for NGINX: nginx-location.conf, nginx-ssl.example.conf
- Ready for use and redistributable. Just include the location file in your existing server-context: /etc/webapps/z-push/nginx-location.conf
- Or use the nginx-ssl.example.conf to setup a new server: /etc/webapps/z-push/nginx-ssl.example.conf
Have fun!