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 1lBOOw-0002wV-4O for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 14 Feb 2021 20:53:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lBOOu-0004LF-RC for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 14 Feb 2021 20:53:52 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lBOOu-0004L7-MX for pgsql-pkg-debian@lists.postgresql.org; Sun, 14 Feb 2021 20:53:52 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lBOOm-0006WJ-5M for pgsql-pkg-debian@postgresql.org; Sun, 14 Feb 2021 20:53:50 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1478:7c00:1449:364b:1b59:ca40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4Ddzwl41W0z3Dwk; Sun, 14 Feb 2021 21:53:43 +0100 (CET) Date: Sun, 14 Feb 2021 21:53:43 +0100 From: Christoph Berg To: Saif Hakim Cc: pgsql-pkg-debian@postgresql.org Subject: Re: libpq 11.10 / 11.11 are not propertly released for bionic Message-ID: Mail-Followup-To: Christoph Berg , Saif Hakim , pgsql-pkg-debian@postgresql.org 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: Precedence: bulk Re: Saif Hakim > I noticed that version 11.11 of libpq5 and libpq-dev were released > yesterday, but the release seems incomplete. Hi Saif, > However, in > https://apt.postgresql.org/pub/repos/apt/dists/bionic-pgdg/11/binary-amd64/ > , Packages was last updated on 12-Nov-2020 12:10, listing filenames for the > two packages for the *11.10* release: that is indeed stale, thanks for spotting that. The problem is present in the other distributions as well. I have now manually updated bionic-pgdg, but I will leave the other untouched until I can figure out why reprepro isn't maintaining those files properly by itself. > root@62d4e1ddd8bf:/# echo 'deb http://apt.postgresql.org/pub/repos/apt/ > bionic-pgdg 11' >> /etc/apt/sources.list.d/postgresql.list That said, you shouldn't worry about libpq5 11 - using the 13 version from the "main" repository component is the recommended way. I guess the fact that no one has spotted that problem before means no one is actually using the "11" and the other versioned components. So the recommendation would be to use "bionic-pgdg main" in sources.list. Christoph