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 1kSM1i-0004v2-IJ for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 13 Oct 2020 15:15:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kSM1h-00044v-Cc for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 13 Oct 2020 15:15:45 +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 1kSM1h-00044o-7N for pgsql-pkg-debian@lists.postgresql.org; Tue, 13 Oct 2020 15:15:45 +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 1kSM1a-00048e-IC for pgsql-pkg-debian@postgresql.org; Tue, 13 Oct 2020 15:15:44 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1471:c340:7c4:4122:cc79:3f53]) (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 4C9fHq4ZYNz3DxB; Tue, 13 Oct 2020 17:15:35 +0200 (CEST) Date: Tue, 13 Oct 2020 17:15:35 +0200 From: Christoph Berg To: Aaron Pavely Cc: "David E. Wheeler" , pgsql-pkg-debian@postgresql.org Subject: Re: Update Old Version Public Keys? Message-ID: <20201013151535.GG719127@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Aaron Pavely , "David E. Wheeler" , pgsql-pkg-debian@postgresql.org References: <522ED40C-C3D6-4BA8-B88D-45C7EB74F9C7@justatheory.com> <20200608142813.GG2654726@msg.df7cb.de> <20200614152851.GA4144@msg.df7cb.de> <3FBE4444-B0C3-4EA9-8403-2F0DAE94D2BB@justatheory.com> <2DB83370-B525-4DE7-B65C-7F5C9A9F03E2@justatheory.com> <60B54CDC-F51B-405B-BEBB-0EEB46912D43@justatheory.com> <20201012212818.GC719127@msg.df7cb.de> 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: Aaron Pavely > I think the issue (in part) is here: > https://salsa.debian.org/postgresql/postgresql-common/-/blob/master/pgdg/apt.postgresql.org.sh#L77-85 Ouch, I knew hard-coding the version in there would backfire some day. Thanks, I just pushed fix. I still don't have a smart way to automate that, though :( Christoph