We installed tomcat9 and nginx from the Ubuntu package manager and soon realised that the package versions available didn't have the latest security and patches.We then subscribed to ubuntu pro esm-apps which is supposed to have the latest security and patches for a number of packages including tomcat9 and nginx.
However running sudo apt update
doesn't update these packages to the latest. Do we need to do anything else?
Ubuntu Version - 22.04.3 LTS
user@host:/# sudo pro security-status --esm-apps749 packages installed: 8 packages from Ubuntu Universe/Multiverse repositoryUniverse/Multiverse packages are receiving security updates fromUbuntu Pro with 'esm-apps' enabled until 2032.Run 'pro help esm-apps' to learn moreInstalled packages covered by esm-apps: libeclipse-jdt-core-java libnetfilter-queue1 libtcnative-1 libtomcat9-java python3-parted rename tomcat9 tomcat9-common
Tomcat9 is still the old version 9.0.58 which was released in January 2022
user@host:/..../tomcat9/bin# ./version.shServer version: Apache Tomcat/9.0.58 (Ubuntu)Server built: Jan 6 1970 15:09:28 UTCServer number: 9.0.58.0OS Name: LinuxOS Version: 6.2.0-1019-azureArchitecture: amd64JVM Version: 11.0.21+9-post-Ubuntu-0ubuntu122.04JVM Vendor: Ubuntu
How do I ensure that we get the latest from esm-apps?