category: stable
Want to download? Please use: Maldua’s Zimbra Foss Builds Downloads Page instead. It's much easier to read and understand.
WARNING: This is an automated build. You can give us some feedback about it either on the issues page or in the Zimbra forums thread.
download_comment: Includes Pimbra patches.
Main instructions that were used in order to make this build possible:
git clone --depth 1 --branch 10.0.13 git@github.com:Zimbra/zm-build.git
cd zm-build
ENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=10.0.14.p1,10.0.14,10.0.13,10.0.12,10.0.11,10.0.10,10.0.9,10.0.8,10.0.7,10.0.6,10.0.5,10.0.4,10.0.2,10.0.1,10.0.0-GA,10.0.0 --build-release-no=10.0.14 --build-type=FOSS --build-release=LIBERTY --build-release-candidate=GA --build-no 4200001 --build-thirdparty-server=files.zimbra.com --no-interactive
# config.build contents:
# Pimbra patches - BEGIN
## Pimbra org
%GIT_OVERRIDES = maldua-pimbra.url-prefix=https://github.com/maldua-pimbra
## zm-mailbox
### Addressed a denial of service (DoS) vulnerability that could lead to service disruptions. A new local config attribute, ajax_uri_max_assets_requests_allowed has been added.
%GIT_OVERRIDES = zm-mailbox.remote=maldua-pimbra
%GIT_OVERRIDES = zm-mailbox.tag=10.0.14.p1-maldua
# Pimbra patches - END