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 1wfD4t-005Kgq-0s for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 02 Jul 2026 08:47:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wfD4p-000zLR-2w for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 02 Jul 2026 08:47:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wfD4p-000zLI-2B for pgsql-pkg-debian@lists.postgresql.org; Thu, 02 Jul 2026 08:47:19 +0000 Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wfD4m-00000001DCI-4AsR for pgsql-pkg-debian@lists.postgresql.org; Thu, 02 Jul 2026 08:47:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:Content-Type:MIME-Version:Message-ID: Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=FJ4jXuY2/Q5iUJSH6Pws9d3mXuMdZADWT3F+6Q1T9Yk=; b=Qt6MUUzj2zTPAibypisEiVXifJ r4lIGCb1rUKEfpxGfxzoPbKQDdmLAF8Wn/f3KtciSWRpJPd2Hbu4Mqy8G/HblDf5YQklUipqF21Zn 5GA4qcZGwcusZEIHO+LOSQ1NzP3XAzh/vrwUPakkjt++bI1IjQjXS446rHhwALMyt94jj9RjM2HvL tAiCss99EcoQRrwWHAFv9j2D8m5ueDZf82xElf95Rh0+PkAuWRBVGBiZW6s8nMvjxHKG2r82Lm4Ns 6pgM4OeWYIO2JsLS3mXRy5J4opacOpxCLhHxOhJCcnLZnzCJ4oBCx6P45GgUk7ROVEzOwliRzUvDJ zcLV4/4A==; Received: from authenticated-user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1wfD4e-008VJd-2f for pgsql-pkg-debian@lists.postgresql.org; Thu, 02 Jul 2026 08:47:09 +0000 Date: Thu, 2 Jul 2026 10:47:07 +0200 From: Christoph Berg To: PostgreSQL in Debian Subject: postgis: backports of geos, proj and gdal added Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debian-User: myon List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk apt.postgresql.org has so far not been shipping updated geos, proj and gdal packages, but was using the versions provided by the respective operating system version. This mean that some postgis features were not available on all distributions. I have now added backports of geos, proj and gdal to apt.pg.o. On Debian trixie, the `select postgis_full_version();` changes from POSTGIS="3.6.4 94d984b" [EXTENSION] PGSQL="180" GEOS="3.13.1-CAPI-1.19.2" PROJ="9.6.0 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/tmp/proj DATABASE_PATH=/usr/share/proj/proj.db" (compiled against PROJ 9.6.0) GDAL="GDAL 3.10.3, released 2025/04/01" LIBXML="2.9.14" LIBJSON="0.18" LIBPROTOBUF="1.5.1" WAGYU="0.5.0 (Internal)" RASTER to POSTGIS="3.6.4 94d984b" [EXTENSION] PGSQL="180" GEOS="3.14.1-CAPI-1.20.5" PROJ="9.8.1 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org USER_WRITABLE_DIRECTORY=/tmp/proj DATABASE_PATH=/usr/share/proj/proj.db" (compiled against PROJ 9.8.1) GDAL="GDAL 3.13.1 "Iowa City", released 2026/06/01" LIBXML="2.9.14" LIBJSON="0.18" LIBPROTOBUF="1.5.1" WAGYU="0.5.0 (Internal)" RASTER Nothing is expected to break, but we'll only put this change live with the next postgis update (likely the upcoming 3.7.0 release). If you want to test before that, add xxx-pgdg-testing to your sources.list. Christoph