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.94.2) (envelope-from ) id 1s24p8-00HDRP-Mj for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 01 May 2024 07:56:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1s24p6-00BkS2-9P for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 01 May 2024 07:56:17 +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.94.2) (envelope-from ) id 1s24p6-00BkRu-2M for pgsql-pkg-debian@lists.postgresql.org; Wed, 01 May 2024 07:56:17 +0000 Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s24p4-000yk8-N0 for pgsql-pkg-debian@lists.postgresql.org; Wed, 01 May 2024 07:56:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ZQ04cAasIasDpcO84HL8qFcK8lbwtx9+dEx2mfRArXA=; b=ay/BCd5ZGyOGAdN3WTcXn7Hsbd ax0X/uWNo00LdExOfV24/Qq/kPDfkJi56b+2o4y3xzO6QPwKJ2Hu7xoe/ODuTAzs5LV3l7voE0+2m 8rKpdkm8a43CjR8W4/t/1cW3c9QODe3LbQ/81XZ3mCkIO1CqsJDrctzjFzn+frZ0Xa/vymEjEDYzO xWX9tmwnQ5l3lgx+AeQyvVZjn0+RjVFWPiyP/+YUJHuHhnoYs6TVjLpSNAfxzfo2sFaaKpqPjVyMT kdl0HNDTw5REeWrn/dQgJj9mSv1vXd7pvAeg6YzFN1QoAZs4dkriHS0cJhKJHOidPV7gQ4VzJSKUe lIxxbuEw==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1s24p3-006dam-Lb; Wed, 01 May 2024 07:56:12 +0000 Date: Wed, 1 May 2024 09:56:11 +0200 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Fix 1064956 for libh3 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Debian-User: myon List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > I've pushed a change to libh3 to address bug #1064956 [1]. The Salsa CI > pipeline is green and I don't anticipate any distribution- or > architecture-specific issues with the fix since it's a minor tweak to > the build. Hi Bradford, thanks! The inner workings of cmake are still a complete mystery to me, so that would likely have taken me a very long time to figure out. Is that something that we should submit upstream? Cheers, Christoph