From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] curl: update to 7.59.0
Date: Mon, 26 Mar 2018 19:10:14 +0100 [thread overview]
Message-ID: <1522087814.556038.36.camel@ipfire.org> (raw)
In-Reply-To: <20180324164502.054761fb.peter.mueller@link38.eu>
[-- Attachment #1: Type: text/plain, Size: 1315 bytes --]
Merged.
I even pulled this into next for C120.
On Sat, 2018-03-24 at 16:45 +0100, Peter Müller wrote:
> Update curl to 7.59.0 which fixes a number of bugs and
> some minor security issues.
>
> Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
> ---
> lfs/curl | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/lfs/curl b/lfs/curl
> index eb2354485..ebb093f56 100644
> --- a/lfs/curl
> +++ b/lfs/curl
> @@ -24,10 +24,10 @@
>
> include Config
>
> -VER = 7.49.1
> +VER = 7.59.0
>
> THISAPP = curl-$(VER)
> -DL_FILE = $(THISAPP).tar.lzma
> +DL_FILE = $(THISAPP).tar.gz
> DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = ae5e5e395da413d1fa0864e1d0a3fa57
> +$(DL_FILE)_MD5 = a44f98c25c7506e7103039b542aa5ad8
>
> install : $(TARGET)
>
> @@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
>
> $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> @$(PREBUILD)
> - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
> + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
> cd $(DIR_APP) && ./configure \
> --prefix=/usr \
> --disable-ipv6 \
prev parent reply other threads:[~2018-03-26 18:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-24 15:45 Peter Müller
2018-03-26 18:10 ` Michael Tremer [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=1522087814.556038.36.camel@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/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