mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-11-08 03:37:39 +03:00
chore: bump OpenSSL version to 3.5.4
This commit is contained in:
parent
ef1abcce21
commit
865ef7e6c7
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
env:
|
env:
|
||||||
PIP_BREAK_SYSTEM_PACKAGES: "1"
|
PIP_BREAK_SYSTEM_PACKAGES: "1"
|
||||||
LIBPQ_VERSION: "17.6"
|
LIBPQ_VERSION: "17.6"
|
||||||
OPENSSL_VERSION: "1.1.1w"
|
OPENSSL_VERSION: "3.5.4"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sdist: # {{{
|
sdist: # {{{
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ fi
|
||||||
case "$ID" in
|
case "$ID" in
|
||||||
centos)
|
centos)
|
||||||
yum update -y
|
yum update -y
|
||||||
yum install -y flex krb5-devel pam-devel zlib-devel
|
yum install -y flex krb5-devel pam-devel perl-IPC-Cmd perl-Time-Piece zlib-devel
|
||||||
;;
|
;;
|
||||||
|
|
||||||
alpine)
|
alpine)
|
||||||
|
|
@ -108,7 +108,7 @@ fi
|
||||||
if [ "$ID" == "centos" ] || [ "$ID" == "macos" ]; then
|
if [ "$ID" == "centos" ] || [ "$ID" == "macos" ]; then
|
||||||
|
|
||||||
# Build openssl if needed
|
# Build openssl if needed
|
||||||
openssl_tag="OpenSSL_${openssl_version//./_}"
|
openssl_tag="openssl-${openssl_version}"
|
||||||
openssl_dir="openssl-${openssl_tag}"
|
openssl_dir="openssl-${openssl_tag}"
|
||||||
if [ ! -d "${openssl_dir}" ]; then
|
if [ ! -d "${openssl_dir}" ]; then
|
||||||
curl -sL \
|
curl -sL \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user