mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
curl: update to 7.72.0
brotli and zstd are used in http stream compression, but neither are in the image. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
8016cd0394
commit
2ea57d1889
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="curl"
|
||||
PKG_VERSION="7.71.1"
|
||||
PKG_SHA256="40f83eda27cdbeb25cd4da48cefb639af1b9395d6026d2da1825bf059239658c"
|
||||
PKG_VERSION="7.72.0"
|
||||
PKG_SHA256="0ded0808c4d85f2ee0db86980ae610cc9d165e9ca9da466196cc73c346513713"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://curl.haxx.se"
|
||||
PKG_URL="http://curl.haxx.se/download/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
@ -53,6 +53,8 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_lib_rtmp_RTMP_Init=yes \
|
||||
--without-spnego \
|
||||
--without-gssapi \
|
||||
--with-zlib \
|
||||
--without-brotli \
|
||||
--without-zstd \
|
||||
--without-egd-socket \
|
||||
--enable-thread \
|
||||
--with-random=/dev/urandom \
|
||||
|
Loading…
x
Reference in New Issue
Block a user