public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 1a2d32ff3c520f1fad637b9ca0dd6687a0213582
@ 2023-09-26 17:17 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-09-26 17:17 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2312 bytes --]

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(a)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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-26 17:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-26 17:17 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 1a2d32ff3c520f1fad637b9ca0dd6687a0213582 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox