pkgsrc/net/libsoup/DESCR
wiz a649d320eb libsoup: update to 2.74.3.
Changes in libsoup from 2.74.2 to 2.74.3:

* Add missing g-i annotations to `soup_address_get_sockaddr()` and `soup_socket_read_until()` [Rico Tzschichholz]

* Add missing `extern` when building on Windows [Melroy van den Berg]

* Update libxml2 fallback for meson wrap [Xavier Claessens]

* Improvements when using libsoup with meson wraps [Nirbheek Chauhan]

Changes in libsoup from 2.74.1 to 2.74.2:

* Error when libsoup3 is already loaded before libsoup2 [Patrick Griffis]

Changes in libsoup from 2.74.0 to 2.74.1:

* Fix support for older versions of Vala [Rico Tzschichholz]

* Fix trying to build sysprof as a subproject on Windows [Christoph Reiter]

* Fix missing `extern "C"` in an installed header [Patrick Griffis]

* Improve `gssapi` dependency handling [Nirbheek Chauhan]

* Fix `libsoup-doc` build target [Patrick Griffis]

* Updated translations: Danish, Russian

Changes in libsoup from 2.72.0 to 2.74.0:

* IMPORTANT: Enable ssl-use-system-ca-file by default on deprecated
  Sync and Async sessions [Patrick Griffis]
  See here for details:
  71ca70a0f6

* Fix including headers in C++ projects [Patrick Griffis]

* Fix attempting to resolve relative paths with data URIs [Ryan Gonzalez]

* Support Content-Disposition headers without a disposition-type [Patrick Griffis]

* Fix building VAPI bindings with latest Vala [Rico Tzschichholz]

* Fix sending a Content-Length header in a response with status code of 1xx or 204
  [Ignacio Casal Quinteiro]

* Updated translations: Occitan, Persian, Nepali, Belarusian, Greek, British English,
  Portuguese

Changes in libsoup from 2.71.1 to 2.72.0:

* Fix critical after cancelling a message that failed auth [Carlos Garcia Campos]

* Updated translations: Portuguese, Latvian, Italian, German, Hungarian

Changes in libsoup from 2.71.0 to 2.71.1:

* Add support for 308 Premanent Redirect [Benjamin Kaufmann]

* Add basic sysprof profiling for HTTP messages [Philip Withnall]

* Various build fixes [Tom Schoonjans, Chun-wei Fan]

* Updated translations: Korean, Finnish, Czech, Catalan, Croatian, Slovenian,
  Japanese, Serbian, Galician, Basque, Trukish, Indonesian, Friulian

Changes in libsoup from 2.70.0 to 2.71.0:

* Redesign directory list returned for `file://` requests [Jan-Michael Brummer]

* Add `SOUP_COOKIE_JAR_ACCEPT_GRANDFATHERED_THIRD_PARTY` policy [Carlos Garcia Campos]

* Add soup_message_is_feature_disabled() API [Carlos Garcia Campos]

* Fix potential leak when setting SoupSession:tls-interaction [Scott Hutton]

* Fix building with Visual Studio [Chun-wei Fan]

* Updated translations: Ukrainian, Romanian, Swedish, Polish, Lithuanian, Spanish,
  French, Chinese (China)
2023-01-01 23:59:52 +00:00

21 lines
913 B
Text

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 the old stable version 2 of the library.