[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project libsoup-2.62.3-7.el8_10

Name libsoup
Epoch 0
Version 2.62.3
Release 7.el8_10
Website/URL https://wiki.gnome.org/Projects/libsoup
License LGPLv2
Build Time 2025-01-31 09:04:24
Build Host builder-x86-03.inferitos.ru
Summary Soup, an HTTP library implementation
Repositories BaseOS
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).
Errata INFSA-2025:0838
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
libsoup-2.62.3-7.el8_10.x86_64 Soup, an HTTP library implementation 18948c20f0acdd5163d672e40ad9497433076cf989bc4dec07e30567bc05a5de download
libsoup-devel-2.62.3-7.el8_10.x86_64 Header files for the Soup library 879dabbaa8936e5526cac6f8c6de753c7ead5469c687bd46528d2c4d5fbbc56c download
i686
libsoup-2.62.3-7.el8_10.i686 Soup, an HTTP library implementation 8493eac34a013df745e5476c2a54783e81cd2b6e961de676364f692c723b89f1 download
libsoup-devel-2.62.3-7.el8_10.i686 Header files for the Soup library dcc73ed3ddc838374408d2c8ac36edb21efc8c5ef1f18f68819ce04d4ff865a3 download
src
libsoup-2.62.3-7.el8_10.src Soup, an HTTP library implementation baa97800f7e78be72339fc362de55bab7a341704b66ecf4d4e21c21382c5e557 download
Changelog link
* Tue Jan 28 2025 Michael Catanzaro <mcatanzaro@redhat.com> - 2.62.3-7
- Backport upstream patch for CVE-2024-52531 - buffer overflow via UTF-8 conversion in soup_header_parse_param_list_strict
  Resolves: RHEL-76376

* Tue Nov 12 2024 Tomas Popela <tpopela@redhat.com> - 2.62.3-6
- Backport upstream patch for CVE-2024-52530 - HTTP request smuggling via stripping null bytes from the ends of header names
- Backport upstream patch for CVE-2024-52532 - infinite loop while reading websocket data
- Resolves: RHEL-67076
- Resolves: RHEL-67067

* Tue Sep 05 2023 Milan Crha <mcrha@redhat.com> - 2.62.3-5
- Resolves: RHEL-2240 (Correct BuildRequires for python3)

* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.62.3-4
- Rebuilt for MSVSphere 8.8

* Mon May 15 2023 Milan Crha <mcrha@redhat.com> - 2.62.3-4
- Resolves: #2203398 (WebSocket server asserts when a client is closing the connection)

* Fri Sep 16 2022 Milan Crha <mcrha@redhat.com> - 2.62.3-3
- Resolves: #1938011 (Support for NTLMv2 Authentication)

* Thu Aug 27 2020 Martin Pitt <mpitt@redhat.com> - 2.62.3-2
- Some WebSocket fixes to unbreak cockpit-desktop (rhbz#1872270)

* Fri Aug 10 2018 Kalev Lember <klember@redhat.com> - 2.62.3-1
- Update to 2.62.3

* Thu Jul 19 2018 Milan Crha <mcrha@redhat.com> - 2.62.2-2
- Address some of the Coverity Scan and clang issues

* Wed Jul 04 2018 Milan Crha <mcrha@redhat.com> - 2.62.2-1
- Update to 2.62.2
- Backport upstream patch for CVE-2018-12910 - Crash in soup_cookie_jar.c:get_cookies() on empty hostnames