Port details |
- libsoup3 HTTP client/server library for GNOME
- 3.2.2 devel =3 3.2.2Version of this port present on the latest quarterly branch.
- Maintainer: desktop@FreeBSD.org
- Port Added: 2021-11-27 18:48:20
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: kf5-kquickcharts, py311-pikepdf, qtkeychain-qt5, libssh, xcb-util-image
- Also Listed In: gnome
- License: LGPL20
- Description:
- bsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib
main loop, to integrate well with GNOME applications, and also has a synchronous
API, for use in threaded applications.
Features include:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest and Basic authentication
* Server support for Digest and Basic authentication
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsoup3>0:devel/libsoup3
- To install the port:
- cd /usr/ports/devel/libsoup3/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libsoup3
- pkg install libsoup3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsoup3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667655498
SHA256 (gnome/libsoup-3.2.2.tar.xz) = 83673c685b910fb7d39f1f28eee5afbefb71c05798fc350ac3bf1b885e1efaa1
SIZE (gnome/libsoup-3.2.2.tar.xz) = 1530460
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- glib-networking>0 : net/glib-networking
- py39-gi-docgen>=0 : textproc/py-gi-docgen@py39
- py39-Jinja2>=0 : devel/py-Jinja2@py39
- py39-markdown>0 : textproc/py-markdown@py39
- py39-markupsafe>0 : textproc/py-markupsafe@py39
- py39-pygments>0 : textproc/py-pygments@py39
- py39-smartypants>0 : textproc/py-smartypants@py39
- py39-toml>0 : textproc/py-toml@py39
- py39-typogrify>0 : textproc/py-typogrify@py39
- msgfmt : devel/gettext-tools
- intltool-extract : textproc/intltool
- g-ir-scanner : devel/gobject-introspection
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Runtime dependencies:
-
- glib-networking>0 : net/glib-networking
- Library dependencies:
-
- libbrotlidec.so : archivers/brotli
- libnghttp2.so : www/libnghttp2
- libpsl.so : dns/libpsl
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Build
-
- net/gssdp
- net/gupnp
- net/gupnp-tools
- for Libraries
-
- audio/gsequencer
- audio/mousai
- audio/tuner
- deskutils/gnome-calendar
- deskutils/gnome-maps
- devel/gstreamer1-plugins-soup
- filesystems/gvfs
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libsoup3-3.2.2:
====> GSSAPI Security API support: you have to select exactly one of them
GSSAPI_BASE=on: GSSAPI support via base system (needs Kerberos)
GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
GSSAPI_MIT=off: GSSAPI support via security/krb5
GSSAPI_NONE=off: Disable GSSAPI support
===> Use 'make config' to modify these settings
- Options name:
- devel_libsoup3
- USES:
- cpe gettext gnome meson pkgconfig python:build sqlite ssl tar:xz gssapi
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.2.2 17 Jan 2023 05:27:03 |
Alex Kozlov (ak) |
Remove empty lines at the end of Makefile(s)
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket |
3.2.2 05 Nov 2022 13:43:49 |
Dima Panov (fluffy) |
devel/libsoup3: update to 3.2.2 release (+)
Changelog: https://gitlab.gnome.org/GNOME/libsoup/-/blob/3.2.2/NEWS |
3.2.1 14 Oct 2022 05:54:51 |
Dima Panov (fluffy) |
devel/libsoup3: update to 3.2.1 release (+)
Changelog: https://gitlab.gnome.org/GNOME/libsoup/-/blob/3.2.1/NEWS |
3.2.0 26 Sep 2022 21:17:03 |
Dima Panov (fluffy) |
devel/libsoup3: update to 3.2.0 release (+)
Changelog: https://gitlab.gnome.org/GNOME/libsoup/-/blob/3.2.0/NEWS |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.4 07 Sep 2022 08:11:11 |
Tobias C. Berner (tcberner) |
devel/libsoup3: update to 3.1.4
Changes in libsoup from 3.1.3 to 3.1.4:
* Numerous improvements to HTTP/2 reliablity [Carlos Garcia Campos]
* Fix `http` proxy authentication with default proxy resolver [Carlos Garcia
Campos]
* Fix undefined ``ssize_t`` with MSVC [Patrick Griffis] |
3.1.3 31 Aug 2022 19:24:24 |
Tobias C. Berner (tcberner) |
devel/libsoup3: update to 3.1.3
* Changes in libsoup from 3.1.1 to 3.1.2:
* Replace HTTP/2 tests using Quart with internal HTTP/2 server tests
[Carlos Garcia Campos]
* Improve version macros including adding ability to define
`SOUP_DISABLE_DEPRECATION_WARNINGS` [Emmanuele Bassi]
* Changes in libsoup from 3.1.2 to 3.1.3:
* Fix compile error when `SOUP_VERSION_MAX_ALLOWED` is defined
[Patrick Griffis] |
3.1.1 24 Jul 2022 20:16:24 |
Dima Panov (fluffy) |
devel/libsoup3: update to 3.1.1 release (+)
Changes in libsoup from 3.0.6 to 3.0.7:
* Fix leak in SoupAuthNTLM [Milan Crha]
* Fix constructing SoupAuthNTLM objects [Milan Crha]
* Disable mutual negotiation in SoupAuthNegotiate [Michael Catanzaro]
* http2: Do not advertise the `h2` protocool for proxy connections [Carlos
Garcia Campos]
* http2: Remove left-over headers when HTTP/1 redirects to HTTP/2 [Carlos Garcia
Campos]
* http2: Handle HTTP_1_1_REQUIRED error [Carlos Garcia Campos]
* http2: Read request bodies synchronously for sync requests [Carlos Garcia
Campos]
* http2: Properly handle server sending shut down GOAWAY [Carlos Garcia Campos]
* tests: Remove dependency on Apache's PHP module [Carlos Garcia Campos]
* tests: Depend upon Apache's http2 module [Carlos Garcia Campos]
Changes in libsoup from 3.0.7 to 3.1.1:
* Reintroduce some thread-safety to SoupSession (see
https://libsoup.org/libsoup-3.0/client-thread-safety.html) [Carlos Garcia
Campos]
* Add SoupServerMessage:tls-peer-certificate and
SoupServerMessage:tls-peer-certificate-errors [Ignacio Casal Quinteiro]
* Port docs to gi-docgen [Maximiliano Sandoval R]
* Update documentation [Patrick Griffis] |
3.0.6_1 09 Jun 2022 11:00:37 |
Po-Chuan Hsieh (sunpoet) |
devel/libsoup3: Fix PLIST
- Bump PORTREVISION for package change
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: share/locale/ab/LC_MESSAGES/libsoup-3.0.mo
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/libsoup3
Approved by: portmgr (blanket) |
3.0.6 19 May 2022 17:11:08 |
Baptiste Daroussin (bapt) |
devel/libsoup3: update to 3.0.6 |
3.0.3_4 13 Apr 2022 10:34:08 |
Adriaan de Groot (adridg) |
net/glib-networking: update to 2.70.1 to match glib
glib-networking and glib (glib20) should be kept in sync
with major.minor versions. Update to catch up with glib.
Bump PORTREVISION on direct consumers, but not transitively.
Note that the PR has a newer patch, but that bumps glib
by a minor revision as well, to 2.72, which is tricky in itself.
Transitive consumers of libsoup and libsoup3 all build,
except for net-im/libnice, but that fails locally without this
change as well, so I'm going to choose to ignore that.
PR: 262389
Obtained from: yzrh@noema.org |
3.0.3_3 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
3.0.3_2 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
3.0.3_1 06 Dec 2021 09:50:49 |
Baptiste Daroussin (bapt) |
devel/libsoup3: remove unnecessary dependencies |
3.0.3 27 Nov 2021 18:46:47 |
Baptiste Daroussin (bapt) |
devel/libsoup3: new port
Create a new libsoup3 port, libsoup3 is incompatible with libsoup2 and
do not conflict with libsoup2. |