diff --git a/system/base/curl/actions.py b/system/base/curl/actions.py
index 410843bb..4e785a9a 100644
--- a/system/base/curl/actions.py
+++ b/system/base/curl/actions.py
@@ -20,7 +20,6 @@ def setup():
--with-libssh2 \
--with-gssapi=no \
--with-nghttp2 \
- --with-libmetalink \
--without-librtmp \
--enable-ipv6 \
--enable-http \
@@ -35,6 +34,7 @@ def setup():
--enable-threaded-resolver \
--enable-hidden-symbols \
--disable-versioned-symbols \
+ --without-libgsasl \
ac_cv_header_gss_h=no \
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
--prefix=/usr \
diff --git a/system/base/curl/pspec.xml b/system/base/curl/pspec.xml
index 1e14949e..3bb4b527 100644
--- a/system/base/curl/pspec.xml
+++ b/system/base/curl/pspec.xml
@@ -14,9 +14,10 @@
library
A utility for getting files from remote servers
curl is a command line tool for transferring data with URL syntax, supporting various protocols.
- http://curl.haxx.se/download/curl-7.77.0.tar.bz2
+ http://curl.haxx.se/download/curl-7.79.1.tar.bz2
glibc-devel
+ zstd-devel
zlib-devel
openssl-devel
libidn2-devel
@@ -34,6 +35,7 @@
curl
zlib
+ zstd
libidn2
libssh2
openssl
@@ -66,6 +68,13 @@
+
+ 2021-10-18
+ 7.79.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-29
7.77.0