This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 1a2d32ff3c520f1fad637b9ca0dd6687a0213582 (commit) from 13a3dd67eda392061705a0b92588e0ee27ab1548 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1a2d32ff3c520f1fad637b9ca0dd6687a0213582 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Sep 26 17:25:29 2023 +0000
curl: Update to 8.3.0
This version enables using c-ares, libidn2 and zstd, too.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: curl/curl.nm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
Difference in files: diff --git a/curl/curl.nm b/curl/curl.nm index 678df68ee..ab01052c4 100644 --- a/curl/curl.nm +++ b/curl/curl.nm @@ -4,8 +4,8 @@ ###############################################################################
name = curl -version = 7.86.0 -release = 2.2 +version = 8.3.0 +release = 1
groups = Application/Internet url = https://curl.haxx.se/ @@ -24,27 +24,29 @@ source_dl = https://curl.haxx.se/download/
build requires + c-ares-devel groff - libidn-devel + libidn2-devel libssh2-devel libtool-devel nghttp2-devel openldap-devel openssl-devel zlib-devel + zstd-devel end
configure_options += \ - --enable-hidden-symbols \ --disable-static \ --with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt \ - --with-libidn \ + --with-libidn2 \ --with-libssh2 \ --with-ssl \ + --enable-ares \ --enable-ldaps \ --enable-ipv6 \ --enable-manual \ - --enable-threaded-resolver + --enable-websockets
# The testsuite runs services which bind to ports and # sends queries to the internet. This may fail in some
hooks/post-receive -- IPFire 3.x development tree