All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/imagemagick: change download url to github
Date: Sun, 18 Jun 2017 21:13:54 +0200	[thread overview]
Message-ID: <877f09glcd.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20170618074538.1237-1-bernd.kuhls@t-online.de> (Bernd Kuhls's message of "Sun, 18 Jun 2017 09:45:37 +0200")

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Upstream quickly removes old versions from
 > http://www.imagemagick.org/download/releases

 > For our LTS versions we should switch to a stable upstream repo which
 > provides all released versions.

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 >  package/imagemagick/imagemagick.hash | 4 ++--
 >  package/imagemagick/imagemagick.mk   | 4 ++--
 >  2 files changed, 4 insertions(+), 4 deletions(-)

 > diff --git a/package/imagemagick/imagemagick.hash b/package/imagemagick/imagemagick.hash
 > index 173dd415c..3e2749dd4 100644
 > --- a/package/imagemagick/imagemagick.hash
 > +++ b/package/imagemagick/imagemagick.hash
 > @@ -1,2 +1,2 @@
 > -# From http://www.imagemagick.org/download/releases/digest.rdf
 > -sha256 0058fcde533986334458a5c99600b1b9633182dd9562cbad4ba618c5ccf2a28f  ImageMagick-7.0.5-10.tar.xz
 > +# Locally computed
 > +sha256 bd965d36a65cbcd420ec79a509a5ce0ecdfef036770cdc87fcd5374b9ed15ea7  7.0.5-10.tar.gz
 > diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
 > index 7aade62da..23552d708 100644
 > --- a/package/imagemagick/imagemagick.mk
 > +++ b/package/imagemagick/imagemagick.mk
 > @@ -5,8 +5,8 @@
 >  ################################################################################
 
 >  IMAGEMAGICK_VERSION = 7.0.5-10
 > -IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
 > -IMAGEMAGICK_SITE = http://www.imagemagick.org/download/releases
 > +IMAGEMAGICK_SOURCE = $(IMAGEMAGICK_VERSION).tar.gz
 > +IMAGEMAGICK_SITE = https://github.com/ImageMagick/ImageMagick/archive

That SOURCE name is a bit annoying. Is it a big issue that upstream
(re)moves the downloads after some time when we transparently fall back
to getting it from sources.buildroot.org?

-- 
Bye, Peter Korsgaard

  parent reply	other threads:[~2017-06-18 19:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-18  7:45 [Buildroot] [PATCH 1/2] package/imagemagick: change download url to github Bernd Kuhls
2017-06-18  7:45 ` [Buildroot] [PATCH 2/2] package/imagemagick: bump version to 7.0.6-0 Bernd Kuhls
2017-06-18 13:53 ` [Buildroot] [PATCH 1/2] package/imagemagick: change download url to github Thomas Petazzoni
2017-06-18 19:13 ` Peter Korsgaard [this message]
2017-06-19 13:29   ` Thomas Petazzoni
2017-06-20 12:04     ` Peter Korsgaard
2017-06-20 12:10       ` Thomas Petazzoni
2017-06-20 12:40         ` Peter Korsgaard

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=877f09glcd.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.