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 1q4sdW-0003SZ-Bb for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 02 Jun 2023 00:27:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q4sdT-0002HB-Ub for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 02 Jun 2023 00:27:19 +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 1q4sdT-0002H2-Oh for pgsql-pkg-debian@lists.postgresql.org; Fri, 02 Jun 2023 00:27:19 +0000 Received: from mail-yb1-xb36.google.com ([2607:f8b0:4864:20::b36]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1q4sdR-003A73-6V for pgsql-pkg-debian@lists.postgresql.org; Fri, 02 Jun 2023 00:27:18 +0000 Received: by mail-yb1-xb36.google.com with SMTP id 3f1490d57ef6-bad97da58adso1586147276.1 for ; Thu, 01 Jun 2023 17:27:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685665636; x=1688257636; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=PCrRZkfAlAmCUIFEfixUdwWEhOPBGrCE2kvc3BqRRy0=; b=sOPgB/xEQY1yY4YKTDYmN1+98iByxOcVIV1RfHTLrxurOkmsQxlQ869kdyc86bCZWb 8wZLINTd1g/Ji+hndaVSzlM0wBP/cMkR6RGgDShaIhWXVQkI4JbXmvnpbVTTOVxAmaqj 6b07BUX/d1X1pWv8Wfp4ZdRmkGpvZfqiaamoOjATdLmGk6ZpuoBmITnvuI1c6YmG1YC5 Xhn5+biODo3pSw5wonBTqKypIiPLYQMtqkUa9DrzxukcSwQoq8s/+oDAO8wuU28Q2OPm EMKtCyjIZi7QLe5Y07Wxy26XHVq8+Z7GlfFGEibNqiZHB7ZWW8BNWLzyCddt9wWXHM8t aBWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685665636; x=1688257636; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=PCrRZkfAlAmCUIFEfixUdwWEhOPBGrCE2kvc3BqRRy0=; b=R67X6GDJ7Tbnusbqi7Ru/lJNc2ErAonrEkJgLXClMWyobdlLskHbA9rvgv3TUWrN0r 78tCygMJ/KQNMYnimGogMEr9PS+t4NxXBs1J+r4iBlHwLx+Zxvw7M2pyH6RHJWam5Bjl YPUlWxWzYPNEfv0NO9yRiuowAqjoUw6zxvvlT3/kFwYM0lYUbQcY8zxVYSvfRGkVuyqi BNvMsYSC2i7fxmW1doKUec8h3HVBPB1UNKZEeN45yvq/vVdiCLock+orJMhOQs6QTO+/ 7eUBC2hh0gZiaSWxN9msrGAmOnipf6SXgDn/u8c1XmxCnPh0aST69quhWXbMQiKy8ELP pOmA== X-Gm-Message-State: AC+VfDyPMZjLOawlCyib7FmtrLYus9AbyH5CESB2inh4kAYH0ZG150Lx 3NtJUJHAPStVZUVoDIQIDlKhbg/qbyFcP3OW2Ds= X-Google-Smtp-Source: ACHHUZ7A9e/6ilikTwvfR6dApCYNGz55lksaplseivz+m/dREix/7X0VvpMplp6OQVufs5FnpM1f/+DuD4PxudfrsoE= X-Received: by 2002:a81:914c:0:b0:569:4fcc:1784 with SMTP id i73-20020a81914c000000b005694fcc1784mr160202ywg.51.1685665636313; Thu, 01 Jun 2023 17:27:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Bradford Boyle Date: Thu, 1 Jun 2023 17:27:05 -0700 Message-ID: Subject: Re: pgBackRest 2.46 To: Stefan Fercot Cc: pgsql-pkg-debian@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > The SFTP support in this release requires an additional package: libssh2-1-dev. See https://pgbackrest.org/user-guide.html#build. > > Have you planned to update the packages? I've just pushed two commits to s.d.o to update the packaging of pgbackrest for 2.46 w/ SFTP support. I'll need someone to review and upload if it looks OK. -- Bradford