From: Daniele Varrazzo Date: Thu, 15 Dec 2022 09:39:59 +0000 (+0000) Subject: chore(binary): upgrade packaged libraries to libpq 15.1, openssl 1.1.1s X-Git-Tag: 3.1.6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920c2f40e358695ac1ecca39d47baa7884e44ea4;p=thirdparty%2Fpsycopg.git chore(binary): upgrade packaged libraries to libpq 15.1, openssl 1.1.1s --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 61c930b64..18a2817c8 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -83,8 +83,8 @@ jobs: if: true env: - LIBPQ_VERSION: "15.0" - OPENSSL_VERSION: "1.1.1r" + LIBPQ_VERSION: "15.1" + OPENSSL_VERSION: "1.1.1s" strategy: fail-fast: false