Skip to content

Commit

Permalink
Upgrade curl to 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jan 5, 2024
1 parent 7308541 commit c0953c3
Show file tree
Hide file tree
Showing 9 changed files with 218 additions and 213 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ on:
permissions:
contents: write

env:
NSS_VERSION: nss-3.77
BORING_SSL_COMMIT: d24a38200fef19150eef00cad35b138936c08767

jobs:
build-windows:
name: Build windows binaries
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ RUN cd ${NGHTTP2_VERSION} && \
make && make install

# Download curl.
ARG CURL_VERSION=curl-8.1.1
ARG CURL_VERSION=curl-8.5.0
RUN curl -o ${CURL_VERSION}.tar.xz https://curl.se/download/${CURL_VERSION}.tar.xz
RUN tar xf ${CURL_VERSION}.tar.xz

Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NSS_URL := https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_92_RTM/src/ns
BORING_SSL_COMMIT := d24a38200fef19150eef00cad35b138936c08767
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
CURL_VERSION := curl-8.5.0

brotli_install_dir := $(abspath brotli-$(BROTLI_VERSION)/out/installed)
brotli_static_libs := $(brotli_install_dir)/lib/libbrotlicommon-static.a $(brotli_install_dir)/lib/libbrotlidec-static.a
Expand Down
2 changes: 1 addition & 1 deletion chrome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN cd ${NGHTTP2_VERSION} && \
make && make install

# Download curl.
ARG CURL_VERSION=curl-8.1.1
ARG CURL_VERSION=curl-8.5.0
RUN curl -o ${CURL_VERSION}.tar.xz https://curl.se/download/${CURL_VERSION}.tar.xz
RUN tar xf ${CURL_VERSION}.tar.xz

Expand Down
2 changes: 1 addition & 1 deletion chrome/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN cd ${NGHTTP2_VERSION} && \
make && make install

# Download curl.
ARG CURL_VERSION=curl-8.1.1
ARG CURL_VERSION=curl-8.5.0
RUN curl -o ${CURL_VERSION}.tar.xz https://curl.se/download/${CURL_VERSION}.tar.xz
RUN tar xf ${CURL_VERSION}.tar.xz

Expand Down
Loading

0 comments on commit c0953c3

Please sign in to comment.