mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: Alexander Dahl <ada@thorsis.com>, ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/7] libcurl: version bump to 7.85
Date: Tue, 20 Sep 2022 16:14:32 +0200	[thread overview]
Message-ID: <20220920141432.GY2667@pengutronix.de> (raw)
In-Reply-To: <20220920132029.v6bxv2kijh544lpg@pengutronix.de>

On Tue, Sep 20, 2022 at 03:20:29PM +0200, Marc Kleine-Budde wrote:
> On 20.09.2022 15:07:22, Alexander Dahl wrote:
> > Hello Marc,
> > 
> > Am Tue, Sep 20, 2022 at 02:56:59PM +0200 schrieb Marc Kleine-Budde:
> > > Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> > > ---
> > >  rules/libcurl.make | 9 ++++++++-
> > >  1 file changed, 8 insertions(+), 1 deletion(-)
> > > 
> > > diff --git a/rules/libcurl.make b/rules/libcurl.make
> > > index 0d0ac9ea33d0..1ddefa9a5b4e 100644
> > > --- a/rules/libcurl.make
> > > +++ b/rules/libcurl.make
> > > @@ -105,7 +105,6 @@ LIBCURL_CONF_OPT	:= \
> > >  	--without-brotli \
> > >  	--without-zstd \
> > >  	--without-gssapi \
> > > -	--with-default-ssl-backend=$(PTXCONF_LIBCURL_SSL_DEFAULT_BACKEND) \
> > >  	--with-random=/dev/urandom \
> > >  	--with-ca-bundle=$(PTXCONF_LIBCURL_SSL_CABUNDLE_PATH) \
> > >  	--with-ca-path=$(PTXCONF_LIBCURL_SSL_CAPATH_PATH) \
> > > @@ -126,6 +125,14 @@ LIBCURL_CONF_OPT	:= \
> > >  	--without-zsh-functions-dir \
> > >  	--without-fish-functions-dir
> > >  
> > > +ifdef PTXCONF_LIBCURL_SSL
> > > +LIBCURL_CONF_OPT += \
> > > +	--with-default-ssl-backend=$(PTXCONF_LIBCURL_SSL_DEFAULT_BACKEND)
> > > +else
> > > +LIBCURL_CONF_OPT += \
> > > +	--without-ssl
> > > +endif
> > 
> > The diff does not match patch subject.
> 
> Oh, the version bump disappeared after rebasing to current master. Will
> send a v2.

Why do you need this stuff anyways? From looking at configure.ac, the
existing options should work. What am I missing here?

Michael

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



  reply	other threads:[~2022-09-20 14:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20 12:56 [ptxdist] [PATCH 0/7] various version bumps Marc Kleine-Budde
2022-09-20 12:56 ` [ptxdist] [PATCH 1/7] libcurl: version bump to 7.85 Marc Kleine-Budde
2022-09-20 13:07   ` Alexander Dahl
2022-09-20 13:20     ` Marc Kleine-Budde
2022-09-20 14:14       ` Michael Olbrich [this message]
2022-09-20 14:20         ` Marc Kleine-Budde
2022-09-20 14:29           ` Michael Olbrich
2022-09-20 14:47             ` Marc Kleine-Budde
2022-09-20 15:54               ` Michael Olbrich
2022-09-20 12:57 ` [ptxdist] [PATCH 2/7] bind: version bump to 9.11.37 Marc Kleine-Budde
2022-09-20 12:57 ` [ptxdist] [PATCH 3/7] dhcp: version bump to 4.4.3 Marc Kleine-Budde
2022-09-20 12:57 ` [ptxdist] [PATCH 4/7] dnsmasq: version bump to 2.86 Marc Kleine-Budde
2022-09-20 12:57 ` [ptxdist] [PATCH 5/7] glib: version bump to 2.72.3 Marc Kleine-Budde
2022-09-20 12:57 ` [ptxdist] [PATCH 6/7] gnutls: version bump to 3.7.7 Marc Kleine-Budde
2022-09-20 12:57 ` [ptxdist] [PATCH 7/7] lz4: version bump to 1.9.4 Marc Kleine-Budde

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=20220920141432.GY2667@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ada@thorsis.com \
    --cc=mkl@pengutronix.de \
    --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