Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libsoup: Soup, an HTTP library implementation
- Summary
- 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).
Changelog
- * Tue Mar 24 00:00:00 2009 Anatoly Metetes <anatolym{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Tue Mar 3 00:00:00 2009 Matthew Barnes <mbarnes{%}redhat{*}com> - 2.2.98-2.el5.1
-
- Add patch for RH bug #488030 (CVE-2009-0585, soup_base64_encode()).
- * Fri Jan 19 00:00:00 2007 Matthew Barnes <mbarnes{%}redhat{*}com> - 2.2.98-2.el5
-
- Add patch for RH bug #223143 (CVE-2006-5876, Remote DoS).