mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2 2/2] wget: add TLS support
Date: Mon, 14 Jan 2019 10:26:14 +0100	[thread overview]
Message-ID: <20190114092614.GA9667@lenoch> (raw)
In-Reply-To: <1547452211.5586.4.camel@diehl.com>

On Mon, Jan 14, 2019 at 07:50:11AM +0000, Denis OSTERLAND wrote:
> Hi,
> 
> Am Samstag, den 12.01.2019, 10:03 +0100 schrieb Ladislav Michl:
> > +
> > +config WGET_SSL
> > +	string
> > +	default "openssl"	if WGET_SSL_OPENSSL
> > +	default "gnutls"	if WGET_SSL_GNUTLS
> > +	default "no"		if WGET_SSL_NONE
> > +
> > +config WGET_ZLIB
> > +	bool "zlib support"
> > +	help
> > +	  Build wget with zlib support
> > +
> > +endif
> > +
> >  comment "BusyBox's wget is selected!"
> >  	depends on BUSYBOX_WGET
> > diff --git a/rules/wget.make b/rules/wget.make
> > index 9e17d410e..4d8c3ddea 100644
> > --- a/rules/wget.make
> > +++ b/rules/wget.make
> > @@ -37,7 +37,8 @@ WGET_ENV := \
> >  #
> >  # autoconf
> >  #
> > -WGET_AUTOCONF := \
> > +WGET_CONF_TOOL := autoconf
> > +WGET_CONF_OPT := \
> >  	$(CROSS_AUTOCONF_USR) \
> >  	--enable-opie \
> >  	--enable-digest \
> > @@ -54,11 +55,11 @@ WGET_AUTOCONF := \
> >  	--disable-pcre \
> >  	--disable-xattr \
> >  	--without-libpsl \
> > -	--without-ssl \
> > -	--without-zlib \
> > +	--with-ssl=$(PTXCONF_WGET_SSL) \
> > +	--$(call ptx/wwo,PTXCONF_WGET_ZLIB)-zlib \
> >  	--with-metalink \
> >  	--without-cares \
> > -	--without-openssl \
> > +	--$(call ptx/wwo,PTXCONF_WGET_OPENSSL)-openssl \
> I wonder if '--$(call ptx/wwo,PTXCONF_WGET_GNUTLS)-gnutls' would be required,
> or '--with-ssl=$(PTXCONF_WGET_SSL)' does everything and none of them are required.

There is no such option. --with-openssl comes from m4/gl-openssl.m4 while
--with-ssl is from configure.ac
It seems that wget is using libcrypto or kernel crypto api and either libssl or
gnutls. Something to investigate :)

> >  	--with-included-libunistring \
> >  	--without-included-regex \
> >  	--with-libidn=/usr \
> 
> Regards Denis
> 
> Diehl Connectivity Solutions GmbH
> Geschäftsführung: Horst Leonberger
> Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht
> Nürnberg: HRB 32315
> ___________________________________________________________________________________________________
> 
> Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
> Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht.
> Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt.
> The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by
> mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2019-01-14  9:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-12  9:02 [ptxdist] [PATCH v2 1/2] wget: version bump 1.19.1 -> 1.20 Ladislav Michl
2019-01-12  9:03 ` [ptxdist] [PATCH v2 2/2] wget: add TLS support Ladislav Michl
2019-01-14  7:47   ` Ladislav Michl
2019-01-14  7:50   ` Denis OSTERLAND
2019-01-14  9:26     ` Ladislav Michl [this message]

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=20190114092614.GA9667@lenoch \
    --to=ladis@linux-mips.org \
    --cc=ptxdist@pengutronix.de \
    /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