Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/netsurf: force libopenssl
@ 2023-02-22 21:22 Fabrice Fontaine
  2023-02-22 23:01 ` Thomas Petazzoni via buildroot
  2023-03-05 17:32 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2023-02-22 21:22 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

netsurf raises the following build failure since bump of libressl to
version 3.5.2 in commit 8b216927db080b38fdbf1f8b025b6f90a89d4bc2:

content/fetchers/about.c: In function 'ns_X509_get_signature_nid':
content/fetchers/about.c:548:25: error: dereferencing pointer to incomplete type 'X509 {aka struct x509_st}'
  return OBJ_obj2nid(cert->cert_info->key->algor->algorithm);
                         ^~

Fixes:
 - http://autobuild.buildroot.org/results/c225aaac31398ba495921bd4b85e588199822561

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/netsurf/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/netsurf/Config.in b/package/netsurf/Config.in
index 4f7d5c2713..394befcf28 100644
--- a/package/netsurf/Config.in
+++ b/package/netsurf/Config.in
@@ -20,6 +20,7 @@ config BR2_PACKAGE_NETSURF
 	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	select BR2_PACKAGE_LIBPNG
 	select BR2_PACKAGE_OPENSSL if BR2_PACKAGE_LIBCURL
+	select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL if BR2_PACKAGE_LIBCURL
 	help
 	  NetSurf is a compact graphical web browser which aims for
 	  HTML5, CSS and JavaScript support.
-- 
2.39.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/netsurf: force libopenssl
  2023-02-22 21:22 [Buildroot] [PATCH 1/1] package/netsurf: force libopenssl Fabrice Fontaine
@ 2023-02-22 23:01 ` Thomas Petazzoni via buildroot
  2023-03-05 17:32 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-22 23:01 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

On Wed, 22 Feb 2023 22:22:35 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> netsurf raises the following build failure since bump of libressl to
> version 3.5.2 in commit 8b216927db080b38fdbf1f8b025b6f90a89d4bc2:
> 
> content/fetchers/about.c: In function 'ns_X509_get_signature_nid':
> content/fetchers/about.c:548:25: error: dereferencing pointer to incomplete type 'X509 {aka struct x509_st}'
>   return OBJ_obj2nid(cert->cert_info->key->algor->algorithm);
>                          ^~
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/c225aaac31398ba495921bd4b85e588199822561
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/netsurf/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/netsurf: force libopenssl
  2023-02-22 21:22 [Buildroot] [PATCH 1/1] package/netsurf: force libopenssl Fabrice Fontaine
  2023-02-22 23:01 ` Thomas Petazzoni via buildroot
@ 2023-03-05 17:32 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-03-05 17:32 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > netsurf raises the following build failure since bump of libressl to
 > version 3.5.2 in commit 8b216927db080b38fdbf1f8b025b6f90a89d4bc2:

 > content/fetchers/about.c: In function 'ns_X509_get_signature_nid':
 > content/fetchers/about.c:548:25: error: dereferencing pointer to incomplete type 'X509 {aka struct x509_st}'
 >   return OBJ_obj2nid(cert->cert_info->key->algor->algorithm);
 >                          ^~

 > Fixes:
 >  - http://autobuild.buildroot.org/results/c225aaac31398ba495921bd4b85e588199822561

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-03-05 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 21:22 [Buildroot] [PATCH 1/1] package/netsurf: force libopenssl Fabrice Fontaine
2023-02-22 23:01 ` Thomas Petazzoni via buildroot
2023-03-05 17:32 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox