Bug 2299 - Add crypto support to libsoup
Summary: Add crypto support to libsoup
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2010.05
Hardware: PC Linux
: P5 enhancement
Target Milestone: 2010.11
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-29 19:58 UTC by Thomas Petazzoni
Modified: 2012-02-03 16:19 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Thomas Petazzoni 2012-02-03 16:19:41 UTC
This has been fixed by:

commit bd387486ad871164e4fbe86eb6570775086acfbe
Author: Sven Neumann <s.neumann@raumfeld.com>
Date:   Thu Aug 11 11:57:41 2011 +0200

    libsoup: add option to enable HTTPS (SSL) support
    
    By selecting BR2_PACKAGE_LIBSOUP_SSL the gnutls package is selected
    and libsoup will be compiled with SSL support.
    
    [Peter: pass --with-libgcrypt-prefix so configure finds it]
    Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
    Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>