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 1mGqJ1-0000lR-14 for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 19 Aug 2021 22:14:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mGqIz-0004n0-3J for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 19 Aug 2021 22:14:33 +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 1mGqIy-0004ms-SU for pgsql-pkg-debian@lists.postgresql.org; Thu, 19 Aug 2021 22:14:32 +0000 Received: from mail-ed1-x536.google.com ([2a00:1450:4864:20::536]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mGqIr-0006Z2-24 for pgsql-pkg-debian@lists.postgresql.org; Thu, 19 Aug 2021 22:14:31 +0000 Received: by mail-ed1-x536.google.com with SMTP id cq23so10983956edb.12 for ; Thu, 19 Aug 2021 15:14:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=hKeLCzQAvqwnSyfo+WxjNu49RnJRnpT5h+y+i34Dl6k=; b=mr5YL2zAN3X1suM2xDXzrh9p/nE57pKwJ16shUJc6Mt3eRkCeNTAR+CikUt1EeNuph 57sd7bPsWvGZP4RPkadYUCJe/uwY2ne0pZJ6njHHgMSok0oU6zL8bmfwOUjBx1Hxv4xd HcDCWuPCwzwW/QzihDblNczho2dP9IcyXF1/h1zGoNf0y3DCRREgCoOTypitNsaaBQv9 wG04eWZfUDfwbP2LQ2brMAZdfQwciEqtBI9s7Vmz6haq3hS6j+1VcCYyMtu5yyvFPR1+ t3MPsTSbdJ8K1cePlMZ44AMSI3fBb70it00ZH1OlEN1F5GXeP0QzVs0SjPRt/zpRwTQg Ft8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=hKeLCzQAvqwnSyfo+WxjNu49RnJRnpT5h+y+i34Dl6k=; b=UEmZEFc9zI8RM8rP+IuXiukIGS9xQ/sBkCy7MbEE9aDzioMTxa3IGNJxc61u+M35eV EMr0ltGy104HmBlq52FlGuJ02yfgyYGh1swMzCE2nK5giYx3ie11RzwL0aYGdmPs4tyT bSgcthQ+omsleYjENm/LA+NjXIo+4qeuysR+peKIFHBWRFh8/+Qg/slz37ISId33bqSA l0b0fngIY+4eqprXLZesXspywZZYIBpqNFVP/5d0ngGATx2J3NjNwXOZL0X5m93j96Fz B9tdzFB46i2+65orPNA2Ss79uG1/6E0jos+IJgpR8YAMw4HZiiXtC8TFBn6Gy9jc0OJ0 ZzBw== X-Gm-Message-State: AOAM530gv3Dh4TxLqKB0s+QnFHUzLPyL3ZPNqJWzXtLWamzoLHAduSxz 6/a3h/GDOOlFg8pLX+q6V74mvcDEnZ2ISzaHBwMuAE3DHjOlUg== X-Google-Smtp-Source: ABdhPJxlPYFxm2JjDmIvihmO02k3zqk3cpc1tjwRZ2OaGKxFtahIuXv3NTB2p6yXCoIg2gEtAahlPwqAEQCldEYNlJU= X-Received: by 2002:a05:6402:348e:: with SMTP id v14mr18647888edc.182.1629411262521; Thu, 19 Aug 2021 15:14:22 -0700 (PDT) MIME-Version: 1.0 From: Imre Samu Date: Fri, 20 Aug 2021 00:14:11 +0200 Message-ID: Subject: postgresql-14-postgis-3-scripts has not been updated to 3.1.3 ? To: pgsql-pkg-debian@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000007ee5ee05c9f0df41" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000007ee5ee05c9f0df41 Content-Type: text/plain; charset="UTF-8" Hi, I am trying to update https://github.com/postgis/docker-postgis project to the latest PostGIS 3.1.3 with https://github.com/postgis/docker-postgis/pull/253 and receiving this error : *Error: E: Version '3.1.3+dfsg-1~exp1.pgdg100+1+b1' for 'postgresql-14-postgis-3-scripts' was not found* as I see the - the postgresql-14-postgis-3-scripts is still on 3.1.2 * postgresql-14-postgis-3-scripts/buster-pgdg 3.1.2+dfsg-1~exp2.pgdg100+1 all* And I am expecting 3.1.3 1.) How I checked: docker pull postgres:14beta3 docker run -it --rm postgres:14beta3 bash -c "apt update && apt search postgis | grep postgresql-14-postgis" results: mix of 3.1.3 and 3.1.2 postgresql-14-postgis-3/buster-pgdg *3.1.3*+dfsg-1~exp1.pgdg100+1+b1 amd64 postgresql-14-postgis-3-dbgsym/buster-pgdg *3.1.3*+dfsg-1~exp1.pgdg100+1+b1 amd64 debug symbols for postgresql-14-postgis-3 *postgresql-14-postgis-3-scripts/buster-pgdg 3.1.2+dfsg-1~exp2.pgdg100+1 all* Thanks in advance, Imre --0000000000007ee5ee05c9f0df41 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

I am trying to update=C2=A0https://github.com/post= gis/docker-postgis project=C2=A0 to the latest PostGIS 3.1.3
with <= a href=3D"https://github.com/postgis/docker-postgis/pull/253">https://githu= b.com/postgis/docker-postgis/pull/253=C2=A0
and receiving thi= s error :
=C2=A0 =C2=A0 =C2=A0 =C2=A0= Error:=C2=A0=C2=A0E: Version '3.1.3+dfsg-1~exp1.pgdg100+1+b1' for &= #39;postgresql-14-postgis-3-scripts' was not found

as I see the - the postgresql-14-postgis-3-scripts=C2=A0 is= still on 3.1.2
=C2=A0 =C2= =A0postgresql-14-postgis-3-scripts/buster-pgdg 3.1.2+dfsg-1~exp2.pgdg100+1 = all

And I am expecting 3.1.3=C2=A0=C2=A0


1.)= =C2=A0 How I checked:

docker pull=C2=A0postgres:14beta3
docker run =C2=A0-it --rm postgres:14beta3 bash -c "apt upd= ate && apt search postgis | grep postgresql-14-postgis"

results: mix of 3.1.3 and 3.1.2

=
postgresql-14-postgis-3/buster-pgdg 3.1.3<= /b>+dfsg-1~exp1.pgdg100+1+b1 amd64
postgresql-14-postgis-3-dbgsym/buster= -pgdg 3.1.3+dfsg-1~exp1.pgdg100+1+b1 amd64
=C2=A0 debug symbols f= or postgresql-14-postgis-3
postgresql-14-postgis-3-scripts/buster-pgd= g 3.1.2+dfsg-1~exp2.pgdg100+1 all


<= br>
Thanks in advance,
=C2=A0Imre

<= /div>
--0000000000007ee5ee05c9f0df41--