Name: | libsoup |
---|---|
Version: | 2.62.2 |
Release: | 2.0.1.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 1544063 |
License: | LGPLv2 |
RPM: | libsoup-2.62.2-2.0.1.el7.x86_64.rpm |
Source RPM: | libsoup-2.62.2-2.0.1.el7.src.rpm |
Build Date: | Mon Dec 09 2024 |
Build Host: | build-ol7-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://wiki.gnome.org/Projects/libsoup |
Summary: | Soup, an HTTP library implementation |
Description: | 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). |
- Fixed CVE-2024-52530 for smuggling nullbytes in header names [Orabug: 37289659]
- Backport upstream patch for CVE-2018-12910 - Crash in soup_cookie_jar.c: get_cookies() on empty hostnames - Resolves: #1598838
- Update to 2.62.2 - Resolves: #1569734
- Update to 2.62.1 - Resolves: #1569734
- Fix for crash under soup_socket_new() (rh #1513355)
- libsoup should fallback to another authentication type if the current failed (rh #1495552)
- Fix chunked decoding buffer overrun (CVE-2017-2885) (rh #1479321)
- libsoup stuck on infinite loop for kerberized pages (rh #1439798)
- Add patch to address some of Coverity Scan and clang reported issues
- Update to 2.56.0 - Resolves: #1387019