all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68332] [PATCH 0/6] Add curl-full
@ 2024-01-08 19:19 Tomas Volf
  2024-01-08 19:38 ` [bug#68332] [PATCH 1/6] gnu: web: Delete trailing whitespace Tomas Volf
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tomas Volf @ 2024-01-08 19:19 UTC (permalink / raw)
  To: 68332; +Cc: Tomas Volf

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-01-17 17:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 19:19 [bug#68332] [PATCH 0/6] Add curl-full Tomas Volf
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

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.