./net/libsoup3, HTTP library implementation in C (major version 3)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.4.5, Package name: libsoup3-3.4.5, Maintainer: pkgsrc-users

Libsoup is an HTTP library implementation in C. It was originally part
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
the SOAP and non-SOAP parts have now been split into separate packages.

libsoup uses the Glib main loop and is designed to work well with GTK
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).

Features:
* Completely Asynchronous
* Connection cache
* HTTP chunked transfer support
* HTTP, SOCKS4, and SOCKS5 authenticated proxy support
* SSL Support using OpenSSL or GnuTLS
* Client support for Digest, NTLM, and Basic authentication
* HTTP server
* Server support for Digest and Basic authentication

This package contains major version 3 of the library.


Master sites:

Filesize: 1494.32 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-05 09:37:34 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
libsoup3: updated to 3.4.5

Changes in libsoup from 3.4.4 to 3.4.5:

* Fix possible NULL deref in `soup_uri_decode_data_uri()` [Ar Jun]
* Fix possible overflow in `SoupContentSniffer` [Ar Jun]
* Fix assertion in `soup_uri_decode_data_uri()` on URLs with a path starting \ 
with `//` [Patrick Griffis]
* websocket: Fix possibility of being stuck in a read loop [Ignacio Casal Quinteiro]
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692)
Log message:
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-29 02:43:35 by David H. Gutteridge | Files touched by this commit (3) | Package updated
Log message:
libsoup3: update to 3.4.4

Changes in libsoup from 3.4.3 to 3.4.4:

* Improve HTTP/2 performance when a lot of buffering happens [Keyu Tao]
* Support building libnghttp2 as a subproject [hrxi]