From: Arnout Vandecappelle <arnout@mind.be>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>,
Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/fetchmail: fix build with libressl
Date: Mon, 4 Apr 2022 09:34:31 +0200 [thread overview]
Message-ID: <01a5ba2d-a511-5322-5406-d1bc9bc95347@mind.be> (raw)
In-Reply-To: <20220403201530.GB2354230@scaer>
On 03/04/2022 22:15, Yann E. MORIN wrote:
> Fabrice, All,
>
> On 2022-04-03 20:53 +0200, Fabrice Fontaine spake thusly:
>> Fix the following build failure with libressl raised since bump to
>> version 6.4.29 in commit ba6fd52195f2e3d0b04baae40cfe084226824d31 and
>> https://gitlab.com/fetchmail/fetchmail/-/commit/340d00bf9910ed55163be26435f70baf65a64f9d:
>>
>> configure: error: fetchmail cannot legally be linked against LibreSSL for lack of GPL2 clause 2b exception. See COPYING.
>
> This sentence is incorrect. It is legally not possible to *distribute*
> fetchmail when linked against LibreSSL, as the GPL conditions in that
> case only trigger at the moment of distribution.
>
> So, there should be no issue with linking fetchmail to LibreSSL for
> private use without redistribution.
It would be nice though if this could be mentioned in legal-info.
Regards,
Arnout
>
> But: IANAL, TINLA, TTYL...
>
>> Fixes:
>> - http://autobuild.buildroot.org/results/95ca66091efa0dafb7c4e8e8c7da1f929ef32d76
>>
>> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> Applied to master, thanks.
>
> Regards,
> Yann E. MORIN.
>
>> ---
>> package/fetchmail/Config.in | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/package/fetchmail/Config.in b/package/fetchmail/Config.in
>> index a4bf5a7c20..1017df34b2 100644
>> --- a/package/fetchmail/Config.in
>> +++ b/package/fetchmail/Config.in
>> @@ -3,6 +3,7 @@ config BR2_PACKAGE_FETCHMAIL
>> depends on BR2_USE_MMU # fork()
>> select BR2_PACKAGE_CA_CERTIFICATES
>> select BR2_PACKAGE_OPENSSL
>> + select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
>> help
>> Fetchmail - the mail-retrieval daemon
>> Client daemon to move mail from POP and IMAP to your local
>> --
>> 2.35.1
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-04-04 7:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-03 18:53 [Buildroot] [PATCH 1/1] package/fetchmail: fix build with libressl Fabrice Fontaine
2022-04-03 20:15 ` Yann E. MORIN
2022-04-04 7:34 ` Arnout Vandecappelle [this message]
2022-04-04 8:41 ` David Laight
2022-04-04 15:12 ` Arnout Vandecappelle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01a5ba2d-a511-5322-5406-d1bc9bc95347@mind.be \
--to=arnout@mind.be \
--cc=bernd.kuhls@t-online.de \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.