Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 593358 - xfce-extra/xfce4-weather-plugin requires libsoup[ssl]
Summary: xfce-extra/xfce4-weather-plugin requires libsoup[ssl]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-10 09:41 UTC by Thomas
Modified: 2018-01-01 10:11 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas 2016-09-10 09:41:27 UTC
The Norwegian weather site contacted by the xfce4-weather-plugin refuses non-SSL connections.  For the plugin to work, building libsoup and glib-networking with USE=ssl is therefore required.

Please update the build dependency accordingly.
Comment 1 Larry the Git Cow gentoo-dev 2018-01-01 10:11:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9c46be54dc722a886d44f2076877f6f35c833f

commit be9c46be54dc722a886d44f2076877f6f35c833f
Author:     Rob Levitsky <kitsunenokenja@protonmail.ch>
AuthorDate: 2018-01-01 05:27:03 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-01-01 10:09:55 +0000

    xfce-extra/xfce4-weather-plugin: Depend on net-libs/libsoup[ssl]
    
    Norwegian data provider serves data over HTTPS. Upstream source code has
    hard-coded HTTPS URLs passed into libsoup functions. This could emerge
    without SSL support enabled in libsoup, but would not function without
    it. Explicitly requiring SSL USE on libsoup dependency.
    
    Closes: https://bugs.gentoo.org/593358
    Closes: https://github.com/gentoo/gentoo/pull/6704
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild | 4 ++--
 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)