Skip to content

curl in pak-libs too old #797

Open
Open
@jeroen

Description

@jeroen

The next version of the curl package will require at least libcurl (>= 7.73) but static build in pak-libs has 7.68.

# libcurl now -------------------------------------------------------------
RUN wget https://curl.haxx.se/download/curl-7.68.0.tar.gz
RUN tar xzf curl-*.tar.gz && rm curl-*.tar.gz
RUN apk add pkgconfig
RUN cd curl-* && \
./configure --enable-static --disable-shared; \
make && \
make install && \
rm -rf /usr/local/bin/curl \
/usr/local/share/{man/doc}

Perhaps we can also upgrade openssl (or switch to mbedtls or something) to fix #787

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions