./net/libsoup24, HTTP library implementation in C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q2, Version: 2.34.2nb1, Package name: libsoup24-2.34.2nb1, Maintainer: pkgsrc-users

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).

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


Required to run:
[devel/glib2] [devel/GConf]

Required to build:
[devel/libtool-base] [devel/pkg-config] [devel/gmake]

Package options: gnome

Master sites: (Expand)

SHA1: 1812b3c78778b37d55ea2904b9763b6dd8266a1c
RMD160: a3a94ca9dd6a49a3ee15efda6cf8e4ba96a66338
Filesize: 667.315 KB

Version history: (Expand)


CVS history: (Expand)


   2011-08-02 10:11:09 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #3487 - requested by drochner
net/libsoup24: security patch

Revisions pulled up:
- net/libsoup24/Makefile                                        1.33
- net/libsoup24/distinfo                                        1.23
- net/libsoup24/patches/patch-aa                                1.3

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Jul 29 10:27:29 UTC 2011

   Modified Files:
           pkgsrc/net/libsoup24: Makefile distinfo
   Added Files:
           pkgsrc/net/libsoup24/patches: patch-aa

   Log message:
   add patch from upstream to fix a directory traversal problem which
   could allow information disclosure  by servers (CVE-2011-2524, does not
   affect client applications)