All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/fetchmail: fix build with libressl
@ 2022-04-03 18:53 Fabrice Fontaine
  2022-04-03 20:15 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Fontaine @ 2022-04-03 18:53 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, Fabrice Fontaine

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.

Fixes:
 - http://autobuild.buildroot.org/results/95ca66091efa0dafb7c4e8e8c7da1f929ef32d76

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/fetchmail: fix build with libressl
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2022-04-03 20:15 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot

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.

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

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/fetchmail: fix build with libressl
  2022-04-03 20:15 ` Yann E. MORIN
@ 2022-04-04  7:34   ` Arnout Vandecappelle
  2022-04-04  8:41     ` David Laight
  0 siblings, 1 reply; 5+ messages in thread
From: Arnout Vandecappelle @ 2022-04-04  7:34 UTC (permalink / raw)
  To: Yann E. MORIN, Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot



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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/fetchmail: fix build with libressl
  2022-04-04  7:34   ` Arnout Vandecappelle
@ 2022-04-04  8:41     ` David Laight
  2022-04-04 15:12       ` Arnout Vandecappelle
  0 siblings, 1 reply; 5+ messages in thread
From: David Laight @ 2022-04-04  8:41 UTC (permalink / raw)
  To: 'Arnout Vandecappelle', Yann E. MORIN, Fabrice Fontaine
  Cc: Bernd Kuhls, buildroot

From: Arnout Vandecappelle
> Sent: 04 April 2022 08:35
> 
> 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.

ISTM that the default needs to be to disable the build.
Requiring 'hoops be gone through' for a private build.

	David

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/fetchmail: fix build with libressl
  2022-04-04  8:41     ` David Laight
@ 2022-04-04 15:12       ` Arnout Vandecappelle
  0 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2022-04-04 15:12 UTC (permalink / raw)
  To: David Laight, Yann E. MORIN, Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot



On 04/04/2022 10:41, David Laight wrote:
> From: Arnout Vandecappelle
>> Sent: 04 April 2022 08:35
>>
>> 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.
> 
> ISTM that the default needs to be to disable the build.
> Requiring 'hoops be gone through' for a private build.

  The "hoop" is to use openssl rather than libressl. Doesn't sound too complicated.

  Regards,
  Arnout

> 
> 	David
> 
> -
> Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
> Registration No: 1397386 (Wales)
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-04 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2022-04-04  8:41     ` David Laight
2022-04-04 15:12       ` Arnout Vandecappelle

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.