File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
build-scripts/manylinux-container-image Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 5050 - _2_28
5151
5252 env :
53- LIBSSH_VERSION : 0.9.6
53+ LIBSSH_VERSION : 0.11.1
5454 PYPA_MANYLINUX_TAG : >-
5555 manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
5656 FULL_IMAGE_NAME : >-
Original file line number Diff line number Diff line change 11ARG RELEASE
22FROM quay.io/pypa/${RELEASE}
33ARG RELEASE
4- ARG LIBSSH_VERSION=0.9.6
4+ ARG LIBSSH_VERSION=0.11.1
55MAINTAINER Python Cryptographic Authority
66WORKDIR /root
77
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ MY_DIR=$(dirname "${BASH_SOURCE[0]}")
99# Get build utilities
1010source $MY_DIR /build_utils.sh
1111
12- LIBFFI_SHA256=" 72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056 "
13- LIBFFI_VERSION=" 3.3 "
12+ LIBFFI_SHA256=" bc9842a18898bfacb0ed1252c4febcc7e78fa139fd27fdc7a3e30d9d9356119b "
13+ LIBFFI_VERSION=" 3.4.8 "
1414
15- fetch_source " libffi_ ${LIBFFI_VERSION} .orig. tar.gz" " https://mirrors.ocf.berkeley.edu/debian/pool/main/libf/libffi "
16- check_sha256sum " libffi_ ${LIBFFI_VERSION} .orig .tar.gz" ${LIBFFI_SHA256}
17- tar zxf libffi_ ${LIBFFI_VERSION} .orig .tar.gz
15+ fetch_source " libffi- ${LIBFFI_VERSION} .tar.gz" " https://github.com/libffi/libffi/releases/download/v ${LIBFFI_VERSION} / "
16+ check_sha256sum " libffi- ${LIBFFI_VERSION} .tar.gz" ${LIBFFI_SHA256}
17+ tar zxf libffi- ${LIBFFI_VERSION} .tar.gz
1818
1919pushd libffi* /
2020if [[ " $1 " =~ ' ^manylinux1_.*$' ]]; then
Original file line number Diff line number Diff line change 1+ Updated the version of ``libssh `` to the latest release v0.11.1
2+ in the cached ``manylinux `` build environment container images
3+ -- by :user: `Jakuje `.
Original file line number Diff line number Diff line change 1+ Updated the pre-built ``libffi `` version to 3.4.8 in the
2+ cached ``manylinux `` build environment container images
3+ -- by :user: `Jakuje `.
You can’t perform that action at this time.
0 commit comments