Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mETEW-00089L-NR for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 13 Aug 2021 09:12:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mETEV-0003yT-Nt for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 13 Aug 2021 09:12:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mETDa-0003Og-8m; Fri, 13 Aug 2021 09:11:10 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mETDV-0000lT-At; Fri, 13 Aug 2021 09:11:09 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4GmHpt38MLz3F0n; Fri, 13 Aug 2021 11:11:02 +0200 (CEST) Date: Fri, 13 Aug 2021 11:11:01 +0200 From: Christoph Berg To: Justin Downing Cc: pgsql-pkg-debian@postgresql.org, PostgreSQL WWW Subject: Re: Latest packages for Xenial Message-ID: Mail-Followup-To: Christoph Berg , Justin Downing , pgsql-pkg-debian@postgresql.org, PostgreSQL WWW References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Justin Downing > I note on the Ubuntu install page ( > https://www.postgresql.org/download/linux/ubuntu/) that: > > The PostgreSQL Apt Repository supports the current LTS versions of Ubuntu: > > 20.04 > 18.04 > 16.04 > > But the most recent release ( > https://www.postgresql.org/about/news/postgresql-134-128-1113-1018-9623-and-14-beta-3-released-2277/) > did not get packages built for 16.04 xenial. > > Is the information out-of-date or was there on oversight with the latest > builds? Hi, the web page is out of date, xenial is EOL from the Ubuntu side as well. The correct list would be (Debian is also outdated): Debian 9 (stretch), 10 (buster), 11 (bullseye), and unstable (sid) Ubuntu 18.04 (bionic), 20.04 (focal), 21.04 (hirsute, amd64 only), 21.10 (impish, amd64 only) Christoph