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.1.6 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.1.8.p1,10.1.8,10.1.7,10.1.6,10.1.5,10.1.4,10.1.3,10.1.2,10.1.1,10.1.0,10.1.0.beta --build-release-no=10.1.8 --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.1.8.p1-maldua
# Pimbra patches - END