Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266497 - www-client/dillo-2.0 has disabled ssl by default. This patch enables it.
Summary: www-client/dillo-2.0 has disabled ssl by default. This patch enables it.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 09:43 UTC by Ivan Anishchuk
Modified: 2009-04-17 20:38 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for enabling ssl (dillo-2.0-enable-ssl.patch,221 bytes, patch)
2009-04-17 09:45 UTC, Ivan Anishchuk
Details | Diff
ebuild for dillo-2.0 with ssl patch (dillo-2.0.ebuild,1.51 KB, text/plain)
2009-04-17 09:46 UTC, Ivan Anishchuk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Anishchuk 2009-04-17 09:43:33 UTC
Dillo has disabled https plugin in source. When you try to load https uri it says that you need enable it with deleting 72nd line in https.c and recompiling dillo. This patch do it.

Reproducible: Always
Comment 1 Ivan Anishchuk 2009-04-17 09:45:02 UTC
Created attachment 188657 [details, diff]
patch for enabling ssl
Comment 2 Ivan Anishchuk 2009-04-17 09:46:48 UTC
Created attachment 188659 [details]
ebuild for dillo-2.0  with ssl patch
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2009-04-17 15:10:55 UTC
Hmm, very strange upstream behavior... It is already solved in mercurial (the live ebuild), but I agree it's a good idea to apply this patch for 2.0.

Fixed in 2.0-r1. Thanks for reporting!