diff --git a/.github/workflows/build-and-test-make.yml b/.github/workflows/build-and-test-make.yml index 0ada439..e556d6e 100644 --- a/.github/workflows/build-and-test-make.yml +++ b/.github/workflows/build-and-test-make.yml @@ -12,7 +12,7 @@ on: env: NSS_VERSION: nss-3.77 - BORING_SSL_COMMIT: d24a38200fef19150eef00cad35b138936c08767 + BORING_SSL_COMMIT: 1b7fdbd9101dedc3e0aa3fcf4ff74eacddb34ecc jobs: build-and-test: diff --git a/Dockerfile.template b/Dockerfile.template index 73ff2e7..5a51022 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -97,7 +97,7 @@ RUN tar xf ${NSS_VERSION}.tar.gz && \ {{#chrome}} # BoringSSL doesn't have versions. Choose a commit that is used in a stable # Chromium version. -ARG BORING_SSL_COMMIT=d24a38200fef19150eef00cad35b138936c08767 +ARG BORING_SSL_COMMIT=1b7fdbd9101dedc3e0aa3fcf4ff74eacddb34ecc RUN curl -L https://github.com/google/boringssl/archive/${BORING_SSL_COMMIT}.zip -o boringssl.zip && \ unzip boringssl && \ mv boringssl-${BORING_SSL_COMMIT} boringssl diff --git a/Makefile.in b/Makefile.in index 7708643..df720aa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ BROTLI_VERSION := 1.0.9 NSS_VERSION := nss-3.92 NSS_URL := https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_92_RTM/src/nss-3.92-with-nspr-4.35.tar.gz # In case this is changed, update build-and-test-make.yml as well -BORING_SSL_COMMIT := d24a38200fef19150eef00cad35b138936c08767 +BORING_SSL_COMMIT := 1b7fdbd9101dedc3e0aa3fcf4ff74eacddb34ecc NGHTTP2_VERSION := nghttp2-1.56.0 NGHTTP2_URL := https://github.com/nghttp2/nghttp2/releases/download/v1.56.0/nghttp2-1.56.0.tar.bz2 CURL_VERSION := curl-8.1.1 diff --git a/chrome/Dockerfile b/chrome/Dockerfile index d22153e..1c710f9 100644 --- a/chrome/Dockerfile +++ b/chrome/Dockerfile @@ -39,7 +39,7 @@ RUN cd brotli-${BROTLI_VERSION} && \ # BoringSSL doesn't have versions. Choose a commit that is used in a stable # Chromium version. -ARG BORING_SSL_COMMIT=d24a38200fef19150eef00cad35b138936c08767 +ARG BORING_SSL_COMMIT=1b7fdbd9101dedc3e0aa3fcf4ff74eacddb34ecc RUN curl -L https://github.com/google/boringssl/archive/${BORING_SSL_COMMIT}.zip -o boringssl.zip && \ unzip boringssl && \ mv boringssl-${BORING_SSL_COMMIT} boringssl diff --git a/chrome/Dockerfile.alpine b/chrome/Dockerfile.alpine index e8bf8ac..5336b08 100644 --- a/chrome/Dockerfile.alpine +++ b/chrome/Dockerfile.alpine @@ -32,7 +32,7 @@ RUN cd brotli-${BROTLI_VERSION} && \ # BoringSSL doesn't have versions. Choose a commit that is used in a stable # Chromium version. -ARG BORING_SSL_COMMIT=d24a38200fef19150eef00cad35b138936c08767 +ARG BORING_SSL_COMMIT=1b7fdbd9101dedc3e0aa3fcf4ff74eacddb34ecc RUN curl -L https://github.com/google/boringssl/archive/${BORING_SSL_COMMIT}.zip -o boringssl.zip && \ unzip boringssl && \ mv boringssl-${BORING_SSL_COMMIT} boringssl