unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 68332@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#68332] [PATCH 0/6] Add curl-full
Date: Mon,  8 Jan 2024 20:19:36 +0100	[thread overview]
Message-ID: <cover.1704741394.git.~@wolfsden.cz> (raw)

Current curl package does not support websockets, does not support HTTP3 and
does not support Public Suffix List.  The last one could even be considered a
security issue.

This commit adds new curl-full package, that enables everything that can be
enabled.

This opportunity was also used to update ngtcp2 and do some small cleaning.

Tomas Volf (6):
  gnu: web: Delete trailing whitespace.
  gnu: Add nghttp3.
  gnu: ngtcp2: Update to 1.1.0.
  gnu: ngtcp2: Build libngtcp2_crypto_gnutls.
  gnu: Add curl-full.
  gnu: curl-full: Update homepage.

 gnu/local.mk                                  |  1 +
 gnu/packages/curl.scm                         | 71 ++++++++++++++++-
 gnu/packages/networking.scm                   | 13 ++-
 .../patches/curl-8.5-use-ssl-cert-env.patch   | 79 +++++++++++++++++++
 gnu/packages/web.scm                          | 38 ++++++++-
 5 files changed, 197 insertions(+), 5 deletions(-)
 create mode 100644 gnu/packages/patches/curl-8.5-use-ssl-cert-env.patch


base-commit: b212e6934643e085f168a5364cb593f61aa616ba
--
2.41.0




             reply	other threads:[~2024-01-08 19:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-08 19:19 Tomas Volf [this message]
2024-01-08 19:38 ` [bug#68332] [PATCH 1/6] gnu: web: Delete trailing whitespace Tomas Volf
2024-01-08 19:38 ` [bug#68332] [PATCH 2/6] gnu: Add nghttp3 Tomas Volf
2024-01-08 19:38 ` [bug#68332] [PATCH 3/6] gnu: ngtcp2: Update to 1.1.0 Tomas Volf
2024-01-08 19:38 ` [bug#68332] [PATCH 4/6] gnu: ngtcp2: Build libngtcp2_crypto_gnutls Tomas Volf
2024-01-08 19:38 ` [bug#68332] [PATCH 5/6] gnu: Add curl-full Tomas Volf
2024-01-08 19:38 ` [bug#68332] [PATCH 6/6] gnu: curl-full: Update homepage Tomas Volf
2024-01-17 17:22 ` [bug#68332] [PATCH 0/6] Add curl-full Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='cover.1704741394.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=68332@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).