Path to this page:
./
net/libsoup,
HTTP library implementation in C (major version 2)
Branch: CURRENT,
Version: 2.74.3nb7,
Package name: libsoup-2.74.3nb7,
Maintainer: pkgsrc-usersLibsoup 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.
Required to run:[
textproc/libxml2] [
devel/glib2] [
net/glib-networking] [
archivers/brotli] [
lang/python37] [
www/libpsl]
Required to build:[
devel/gobject-introspection] [
pkgtools/cwrappers] [
devel/meson]
Master sites:
Filesize: 1469.535 KB
Version history: (Expand)
- (2024-11-01) Updated to version: libsoup-2.74.3nb7
- (2024-11-01) Updated to version: libsoup-2.74.3nb6
- (2024-05-29) Updated to version: libsoup-2.74.3nb5
- (2023-11-08) Updated to version: libsoup-2.74.3nb4
- (2023-08-14) Updated to version: libsoup-2.74.3nb3
- (2023-04-19) Updated to version: libsoup-2.74.3nb2
CVS history: (Expand)
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-01-03 01:09:39 by Tobias Nygren | Files touched by this commit (1) |
Log message:
libsoup: disable sysprof. Bump.
doesn't build on macOS and seems only useful for developers
|
2023-01-02 01:11:25 by Thomas Klausner | Files touched by this commit (100) |
Log message:
*: bump PKGREVISION for libsoup (2) library version bump
|
2023-01-02 00:59:52 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
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:
\
https://gitlab.gnome.org/GNOME/libsoup/-/commit/71ca70a0f62cfc30dfacfd2ee0952a86e2e64055
* 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)
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|