Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 36ffd15

Browse files
author
Paulo Gomes
committed
Update dependencies
Libgit2 to libgit2-v1.3.1: This is a security release to provide compatibility with git's changes to address CVE 2022-24765. libgit2/libgit2@v1.3.0...v1.3.1 OpenSSL to openssl-3.0.2: Minor changes openssl/openssl@openssl-3.0.1...openssl-3.0.2 LIBZ to libz-v1.2.12: Minor changes madler/zlib@v1.2.11...v1.2.12 Signed-off-by: Paulo Gomes <[email protected]>
1 parent 9e1d440 commit 36ffd15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/static.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
set -euxo pipefail
44

5-
LIBGIT2_URL="${LIBGIT2_URL:-https://github.com/libgit2/libgit2/archive/refs/tags/v1.3.0.tar.gz}"
6-
OPENSSL_URL="${OPENSSL_URL:-https://github.com/openssl/openssl/archive/refs/tags/openssl-3.0.1.tar.gz}"
5+
LIBGIT2_URL="${LIBGIT2_URL:-https://github.com/libgit2/libgit2/archive/refs/tags/v1.3.1.tar.gz}"
6+
OPENSSL_URL="${OPENSSL_URL:-https://github.com/openssl/openssl/archive/refs/tags/openssl-3.0.2.tar.gz}"
77
LIBSSH2_URL="${LIBSSH2_URL:-https://github.com/libssh2/libssh2/archive/refs/tags/libssh2-1.10.0.tar.gz}"
88

99
# May be worth considering other forks/implementations that either
1010
# provide better performance (i.e. intel/cloudflare) or that are better maintained.
11-
LIBZ_URL="${LIBZ_URL:-https://github.com/madler/zlib/archive/refs/tags/v1.2.11.tar.gz}"
11+
LIBZ_URL="${LIBZ_URL:-https://github.com/madler/zlib/archive/refs/tags/v1.2.12.tar.gz}"
1212

1313
TARGET_DIR="${TARGET_DIR:-/usr/local/$(xx-info triple)}"
1414
BUILD_ROOT_DIR="${BUILD_ROOT_DIR:-/build}"

0 commit comments

Comments
 (0)