Zimbra patch support

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
zgokan
Advanced member
Advanced member
Posts: 171
Joined: Sun Apr 17, 2016 8:58 am

Zimbra patch support

Post by zgokan »

Hello

I know Zimbra no longer supports FOSS releases. Will it only provide paid support for security patches? (for version 9...)
umashankar.avagadda
Zimbra Employee
Zimbra Employee
Posts: 120
Joined: Wed Apr 05, 2023 6:29 am

Re: Zimbra patch support

Post by umashankar.avagadda »

zgokan wrote: Sat May 06, 2023 8:46 pm Hello

I know Zimbra no longer supports FOSS releases. Will it only provide paid support for security patches? (for version 9...)
You can create a Zimbra 9 FOSS build from the latest released tags, which will contain security fixes.
zgokan
Advanced member
Advanced member
Posts: 171
Joined: Sun Apr 17, 2016 8:58 am

Re: Zimbra patch support

Post by zgokan »

Is there a document for this?
thanks.
umashankar.avagadda
Zimbra Employee
Zimbra Employee
Posts: 120
Joined: Wed Apr 05, 2023 6:29 am

Re: Zimbra patch support

Post by umashankar.avagadda »

zgokan wrote: Mon May 08, 2023 6:03 am Is there a document for this?
thanks.

Code: Select all

docker run -it zimbra/zm-base-os:devcore-ubuntu-18.04 bash
mkdir installer-build
cd installer-build
git clone --depth 1 --branch 9.0.0.p28 git@github.com:Zimbra/zm-build.git
cd zm-build
./build.pl --ant-options -DskipTests=true --build-no=1000 --build-ts=`date +'%Y%m%d%H%M%S'` \
--build-release=KEPLER --build-release-no=9.0.0 \
--build-release-candidate=GA --build-type=FOSS \ --git-default-tag=9.0.0.p32.1,9.0.0.p32,9.0.0.p31,9.0.0.p30,9.0.0.p29,9.0.0.p28,9.0.0.p27,9.0.0.p26,9.0.0.p25,9.0.0.p24.1,9.0.0.p24,9.0.0.p23,9.0.0.p22,9.0.0.p21,9.0.0.p20,9.0.0.p19,9.0.0.p18,9.0.0.p17,9.0.0.p16,9.0.0.p15,9.0.0.p14,9.0.0.p13,9.0.0.p12,9.0.0.p11,9.0.0.p10,9.0.0.p9,9.0.0.p8,9.0.0.p7,9.0.0.p6,9.0.0.p5,9.0.0.p4,9.0.0.p3,9.0.0.p2,9.0.0.p1,9.0.0 --build-thirdparty-server=files.zimbra.com --no-interactive
Here 9.0.0.p28 is the latest tag(9.0.0 release) of zm-build repo https://github.com/Zimbra/zm-build/tags and 9.0.0.p32.1 is the latest release tag for other repo's
Please refer https://github.com/Zimbra/zm-build#readme, viewtopic.php?t=68097
Klug
Ambassador
Ambassador
Posts: 2747
Joined: Mon Dec 16, 2013 11:35 am
Location: France - Drôme
ZCS/ZD Version: All of them
Contact:

Re: Zimbra patch support

Post by Klug »

Community members provide pre-compiled versions of 9.0 and 10.0 (OSE).
Look at this thread: viewtopic.php?t=68097
zgokan
Advanced member
Advanced member
Posts: 171
Joined: Sun Apr 17, 2016 8:58 am

Re: Zimbra patch support

Post by zgokan »

Hello

I couldn't build. It gave an error as below. I downloaded patch 33.

Code: Select all

[/b]
BUILD FAILED
/home/build/installer-build/zm-mailbox/build.xml:89: exec returned: 255

Total time: 2 minutes 5 seconds


=========================================================================================================
FAILURE MSG : cmd='ant -Ddebug=0 -Dis-production=1 -Dzimbra.buildinfo.platform=UBUNTU18_64 -Dzimbra.buildinfo.pkg_os_tag=u18 -Dzimbra.buildinfo.version=9.0.0_GA_1000 -Dzimbra.buildinfo.type=FOSS -Dzimbra.buildinfo.release=20230531173443 -Dzimbra.buildinfo.date=20230531173443 -Dzimbra.buildinfo.host=502345f68fcd -Dzimbra.buildinfo.buildnum=1000 -DskipTests=true pkg-after-plough-through-tests'
EXTRA INFO  : 'ant -Ddebug=0 -Dis-production=1 -Dzimbra.buildinfo.platform=UBUNTU18_64 -Dzimbra.buildinfo.pkg_os_tag=u18 -Dzimbra.buildinfo.version=9.0.0_GA_1000 -Dzimbra.buildinfo.type=FOSS -Dzimbra.buildinfo.release=20230531173443 -Dzimbra.buildinfo.date=20230531173443 -Dzimbra.buildinfo.host=502345f68fcd -Dzimbra.buildinfo.buildnum=1000 -DskipTests=true pkg-after-plough-through-tests' exited with value 1

=========================================================================================================
--Stack Trace-- (3443)
./build.pl:555 called from main::SysExec
./build.pl:1018 called from main::__ANON__
./build.pl:577 called from main::RunInDir
./build.pl:1080 called from main::Build
./build.pl:1086 called from main::main

=========================================================================================================
END at ./build.pl line 1062.


=========================================================================================================
FAILURE MSG : child 3443 died
EXTRA INFO  : ret=255

=========================================================================================================
--Stack Trace-- (323)
./build.pl:577 called from main::RunInDir
./build.pl:1080 called from main::Build
./build.pl:1086 called from main::main

=========================================================================================================
END at ./build.pl line 1062.
[b]
[/b]
User avatar
H_Rocky
Posts: 31
Joined: Thu Mar 24, 2016 6:46 pm
Location: Czech Republic
Contact:

Re: Zimbra patch support

Post by H_Rocky »

I compiled a build with patch 33 for RHEL 8 and Ubuntu 20.04. Download here: https://drive.janskolnik.net/s/cyjYjzkHT9nqGgQ
Join the Zimbra community on Telegram: https://t.me/zimbra_community
zimbra900
Posts: 27
Joined: Wed May 24, 2023 11:05 am
ZCS/ZD Version: 10.0.4 FOSS

Re: Zimbra patch support

Post by zimbra900 »

Upgrade method works for me is by rebuilding rpm using latest tag or develop. And then run ./install.sh again
Post Reply