Skip to content

Commit

Permalink
Bumping to curl 7.78.0 (JuliaPackaging#3575)
Browse files Browse the repository at this point in the history
* Bumping to curl 7.78.0

Bump version due to security issues in older versions of curl

* update sha256 hash

* Disable libgasl which isn't in julia libs

* No longer need --without-libmetalink
  • Loading branch information
bluesmoon authored and simeonschaub committed Feb 23, 2022
1 parent 9387eb4 commit 8655443
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions L/LibCURL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder, Pkg

name = "LibCURL"
version = v"7.73.0"
version = v"7.78.0"

# Collection of sources required to build LibCURL
sources = [
ArchiveSource("https://curl.haxx.se/download/curl-$(version).tar.gz",
"ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91"),
"ed936c0b02c06d42cf84b39dd12bb14b62d77c7c4e875ade022280df5dcc81d7"),
]

# Bash recipe for building across all platforms
Expand All @@ -19,11 +19,11 @@ cd $WORKSPACE/srcdir/curl-*
FLAGS=(
# Disable....almost everything
--without-ssl --without-gnutls --without-gssapi
--without-libidn --without-libidn2 --without-libmetalink --without-librtmp
--without-libidn --without-libidn2 --without-librtmp
--without-nss --without-polarssl
--without-spnego --without-libpsl --disable-ares --disable-manual
--disable-ldap --disable-ldaps --without-zsh-functions-dir
--disable-static
--disable-static --disable-libgsasl
# A few things we actually enable
--with-libssh2=${prefix} --with-zlib=${prefix} --with-nghttp2=${prefix}
Expand Down

0 comments on commit 8655443

Please sign in to comment.