Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] glib-networking: depend on target ca-certificates.
Date: Wed, 2 Jan 2019 18:17:04 +0100	[thread overview]
Message-ID: <20190102171704.GL23435@scaer> (raw)
In-Reply-To: <20190102165411.60822-1-aduskett@gmail.com>

Adam, All,

Thomas, question for you bbelow...

On 2019-01-02 11:54 -0500, aduskett at gmail.com spake thusly:
> From: Adam Duskett <Aduskett@gmail.com>
> 
> Currently, glib-networking uses the hosts ca-certificates, which, if not
> installed or if they are installed in a different directory will cause a
> configuration error.
> 
> Instead, select and depend on ca-certificates, and add $(TARGET_DIR) to the
> -Dca_certificates_path option.

As discussed on IRC, this is not the correct fix, because that path is
used at runtime.

The proper fix would be to fix their meson.build to behave in
cross-compilation.

It is to be noted that upstream no longer has the issue, because they
changed the way the handle certifcate trust store:
    https://gitlab.gnome.org/GNOME/glib-networking/commit/f1c8feee014007cc913b71357acb609f8d1200df

... but we can't backport this as a fix, though... :-(

Thomas: maybe we can look at updating it instead of trying to fix it?

Regards,
Yann E. MORIN.

> Fixes:
> http://autobuild.buildroot.net/results/cc0/cc094e0a7c130c60641d32e9f4cbc46b0eba0852/build-end.log
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/glib-networking/Config.in          | 1 +
>  package/glib-networking/glib-networking.mk | 5 +++--
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/package/glib-networking/Config.in b/package/glib-networking/Config.in
> index b84a739460..a5fe7a8d65 100644
> --- a/package/glib-networking/Config.in
> +++ b/package/glib-networking/Config.in
> @@ -6,6 +6,7 @@ config BR2_PACKAGE_GLIB_NETWORKING
>  	depends on !BR2_STATIC_LIBS # gnutls
>  	select BR2_PACKAGE_GNUTLS
>  	select BR2_PACKAGE_LIBGLIB2
> +	select BR2_PACKAGE_CA_CERTIFICATES
>  	help
>  	  Network-related GIO modules for glib.
>  
> diff --git a/package/glib-networking/glib-networking.mk b/package/glib-networking/glib-networking.mk
> index 2852f90121..5b96847f24 100644
> --- a/package/glib-networking/glib-networking.mk
> +++ b/package/glib-networking/glib-networking.mk
> @@ -14,10 +14,11 @@ GLIB_NETWORKING_DEPENDENCIES = \
>  	host-pkgconf \
>  	host-intltool \
>  	libglib2 \
> -	gnutls
> +	gnutls \
> +	ca-certificates
>  
>  GLIB_NETWORKING_CONF_OPTS = \
> -	-Dca_certificates_path=/etc/ssl/certs/ca-certificates.crt \
> +	-Dca_certificates_path=$(TARGET_DIR)/etc/ssl/certs/ca-certificates.crt \
>  	-Dlibproxy_support=false \
>  	-Dgnome_proxy_support=false \
>  	-Dpkcs11_support=false
> -- 
> 2.20.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2019-01-02 17:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-02 16:54 [Buildroot] [PATCH 1/1] glib-networking: depend on target ca-certificates aduskett at gmail.com
2019-01-02 17:17 ` Yann E. MORIN [this message]
2019-01-02 19:54   ` Thomas Petazzoni
2019-01-02 21:01     ` Yann E. MORIN

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=20190102171704.GL23435@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox