Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vM7cj-001X3i-17 for pgsql-admin@arkaria.postgresql.org; Thu, 20 Nov 2025 16:35:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vM7ch-002rYS-39 for pgsql-admin@arkaria.postgresql.org; Thu, 20 Nov 2025 16:35:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vM7ch-002rYK-22 for pgsql-admin@lists.postgresql.org; Thu, 20 Nov 2025 16:35:07 +0000 Received: from mail.cybercat.ca ([148.59.136.195]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (Exim 4.96) (envelope-from ) id 1vM7cf-000Zy7-3D for pgsql-admin@lists.postgresql.org; Thu, 20 Nov 2025 16:35:07 +0000 Received: from [198.58.210.162] (account rossnick-lists@cybercat.net) by cybercat.net (CommuniGate Pro WEBUSER 6.2.15) with HTTP id 285452908 for pgsql-admin@lists.postgresql.org; Thu, 20 Nov 2025 11:35:04 -0500 From: "Nicolas Ross" Subject: Re: Can't update RPM package to latest version To: "pgsql-admin@lists.postgresql.org" X-Mailer: CommuniGate Pro WebUser v6.2.15 Date: Thu, 20 Nov 2025 11:35:04 -0500 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk openssl-libs is at 3.2.2.6.el9_5.1 and has no update. I suppose that it's a downstream from RH problem ? On Thu, 20 Nov 2025 16:28:28 +0000 Evan Rempel wrote: > The latest release from RedHat, that came out this month > is > > $ rpm -q --whatprovides > 'libcrypto.so.3(OPENSSL_3.4.0)(64bit)' > Openssl-libs-3.5.1-3.el9.x86_64 > > At our site we freeze deployment of packages at the > beginning of the month so that our prod hosts get the > same packages that were updated/deployed in our dev > environments. > > This package, frozen from the beginning of the month is > only > openssl-libs-3.2.2-6.el9_5.1.x86_64 > > which does not satisfy this requirement. On a system that > has the actual latest packages from RedHat this package > has been updated to > openssl-libs-3.5.1-3.el9.x86_64 > > % rpm -q --whatprovides > 'libcrypto.so.3(OPENSSL_3.4.0)(64bit)' > openssl-libs-3.5.1-3.el9.x86_64 > > If you update to the latest packages on your host, this > requirement will be satisfied. > > -- > Evan