Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103699 - net-irc/weechat: add a use flag for ssl
Summary: net-irc/weechat: add a use flag for ssl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 06:02 UTC by Benoit Boissinot
Modified: 2005-08-25 13:30 UTC (History)
0 users

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


Attachments
add ssl use flag to weechat (weechat.diff,603 bytes, patch)
2005-08-25 06:05 UTC, Benoit Boissinot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Boissinot 2005-08-25 06:02:10 UTC
The following patch adds a use flag for ssl for net-irc/weechat-0.1.4.
I wasn't sure if i should use gnutls or ssl use flag. Since weechat provides ssl
via gnutls i tough ssl was good (this is not a choice beetween openssl and gnutls).



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Benoit Boissinot 2005-08-25 06:05:05 UTC
Created attachment 66860 [details, diff]
add ssl use flag to weechat
Comment 2 Sven Wegener gentoo-dev 2005-08-25 13:30:53 UTC
From the description of the flags, gnutls matches closer. It isn't a flag to
prefer gnutls over openssl, like the gtk2 flag is for preferring gtk-2 over
gtk-1. Looking at other ebuilds it's handled both ways. Looks like we need
a little discussion what is our preferred/default SSL implementation.

In the meantime I commited your patch, thanks!