8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Ask questions about your setup or get help installing ZCS server (ZD section below).
ghen
Outstanding Member
Outstanding Member
Posts: 292
Joined: Thu May 12, 2016 1:56 pm
Location: Belgium

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by ghen »

jered wrote: Wed Sep 13, 2023 12:38 pm It's unclear to me why this is only included is FOSS and not NETWORK -- was it previously fixed for NETWORK?
The NE repository is supplemental to the OSS repository (NETWORK edition uses both). This particular fix is in the OSS zimbra-mbox-webclient-war package, so it applies to both editions.
ghen
Outstanding Member
Outstanding Member
Posts: 292
Joined: Thu May 12, 2016 1:56 pm
Location: Belgium

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by ghen »

halfgaar wrote: Wed Sep 13, 2023 1:05 pm These patches that delete files from install scriopts seems risky to me. If apt installs them in a different order than expected, the file is just installed again from the package it came from. I've seen before that the dependencies of the zimbra-patch package was not good enough to ensure correct installation order.

If files are vulnerable, shouldn't they just be removed from the package they came from?
I agree with this comment, the removed files are still present in the zimbra-mbox-webclient-war RPM, so if that RPM gets (re)installed at any time after zimbra-patch, those files will just re-appear without notice.

The same goes in fact for all files that are overwritten in-place by the zimbra-patch post-install script, they overwrite files owned by other RPM's, and as such create conflicts in the RPM (or dpkg) housekeeping.
It would be better practice to properly update the RPM's those files originally belong to.
User avatar
axslingr
Outstanding Member
Outstanding Member
Posts: 256
Joined: Sat Sep 13, 2014 2:20 am
ZCS/ZD Version: 8.8.15.GA.3869.UBUNTU18.64 UBUNTU18

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by axslingr »

Could someone confirm these are the correct commands to build 10.0.4 FOSS? I still see the files that were supposed to be removed in .3 and .4 being installed.

Code: Select all

mkdir installer-build/
cd installer-build/
git clone --depth 1 --branch 10.0.4 git@github.com:Zimbra/zm-build.git
ENV_CACHE_CLEAR_FLAG=true ./build.pl --ant-options -DskipTests=true --git-default-tag=10.0.4,10.0.3,10.0.2,10.0.1,10.0.0-GA --build-release-no=10.0.4 --build-type=FOSS --build-release=LIBERTY --build-release-candidate=GA --build-thirdparty-server=files.zimbra.com --no-interactive
nirt
Advanced member
Advanced member
Posts: 78
Joined: Sat Sep 13, 2014 1:54 am

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by nirt »

Hi

I have a question about apply latest 8.8.15P43, if we have 8.8.15P42 and we execute yum update appears;
base | 3.6 kB 00:00:00
extras | 2.9 kB 00:00:00
updates | 2.9 kB 00:00:00
zimbra | 2.9 kB 00:00:00
zimbra-8815-oss | 3.0 kB 00:00:00
zimbra-8815-oss/primary_db | 209 kB 00:00:00
Resolving Dependencies
--> Running transaction check
---> Package microcode_ctl.x86_64 2:2.1-73.15.el7_9 will be updated
---> Package microcode_ctl.x86_64 2:2.1-73.16.el7_9 will be an update
---> Package zimbra-mbox-webclient-war.x86_64 0:8.8.15.1688663419-1.r7 will be updated
---> Package zimbra-mbox-webclient-war.x86_64 0:8.8.15.1694175903-1.r7 will be an update
---> Package zimbra-patch.x86_64 0:8.8.15.1692274621.p42-1.r7 will be updated
---> Package zimbra-patch.x86_64 0:8.8.15.1694190547.p43-1.r7 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================================================================================
Package Arch Version Repository Size
====================================================================================================================================================================
Updating:
microcode_ctl x86_64 2:2.1-73.16.el7_9 updates 6.5 M
zimbra-mbox-webclient-war x86_64 8.8.15.1694175903-1.r7 zimbra-8815-oss 26 M
zimbra-patch x86_64 8.8.15.1694190547.p43-1.r7 zimbra-8815-oss 37 M

Transaction Summary
====================================================================================================================================================================
Upgrade 3 Packages

Total download size: 70 M


But reading release notes appears that only zimbra-patch must be updated, but seems that exist another packages mbox...

what are the correcte steps to upgrade zimbra from P42 to P43

Thanks
umashankar.avagadda
Zimbra Employee
Zimbra Employee
Posts: 131
Joined: Wed Apr 05, 2023 6:29 am

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by umashankar.avagadda »

That's correct. 8.8.15.p43 patch should update zimbra-mbox-webclient-war package. Please check packages section in the https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.15/P43
nirt
Advanced member
Advanced member
Posts: 78
Joined: Sat Sep 13, 2014 1:54 am

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by nirt »

umashankar.avagadda wrote: Mon Sep 18, 2023 10:17 am That's correct. 8.8.15.p43 patch should update zimbra-mbox-webclient-war package. Please check packages section in the https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.15/P43


correct, but release notes about this patch appears

Redhat

Install/Upgrade zimbra-patch on Mailbox node

As root, install the package:

yum install zimbra-patch

Restart ZCS as zimbra user:

su - zimbra
zmcontrol restart


a no described isntall of mailbox, with previous patchs yum update was suggested, what is the correct command?

thanks
umashankar.avagadda
Zimbra Employee
Zimbra Employee
Posts: 131
Joined: Wed Apr 05, 2023 6:29 am

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by umashankar.avagadda »

yum update will install Zimbra packages with system package upgrades
yum install zimbra-patch just install zimbra-patch

you can follow https://wiki.zimbra.com/wiki/Zimbra_Rel ... stallation.

In case of single server setup, run yum install zimbra-patch on that node.
If you have multi node setup , run yum install zimbra-patch on mailbox node.
bulletxt
Advanced member
Advanced member
Posts: 84
Joined: Sat Sep 13, 2014 1:08 am

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by bulletxt »

I upgraded from 8.8.15 P42 to P43 (ubuntu 18.04) , all seems fine
User avatar
gabrieles
Outstanding Member
Outstanding Member
Posts: 241
Joined: Tue Feb 14, 2017 9:40 am

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by gabrieles »

Patched 76 servers, all Centos 7 8.8.15 Network, most of them from p40 to p43, some of them from p33 to p43, without notable anomalies.
Other patchings are scheduled next days
hisfran
Posts: 34
Joined: Tue Apr 29, 2014 2:10 pm

Re: 8.8.15 Patch-43 - 9.0.0 P36 - 10.0.4 released, share your experience

Post by hisfran »

Patched Ubuntu 18.04.6 LTS Daffodil from 10.0.3 to 10.0.4: so far so good.
and Ubuntu 16.04.6 LTS from 8.8.15 patch 42 to 43: so far so good.

Fran
Post Reply