* [PATCH] imagemagick: upgrade from 7.0.6p4 to 7.0.6p5
@ 2017-08-09 21:12 Randy MacLeod
2017-08-11 14:41 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2017-08-09 21:12 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
index 6f967c3..810df03 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
@@ -8,11 +8,11 @@ DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype"
# Important note: tarballs for all patchsets within a version are deleted when
# a new pachset is created. To avoid multiple patches for each patchset, try to
# update to the last pachset of a version
-PATCHSET = "4"
+PATCHSET = "5"
SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \
"
-SRC_URI[md5sum] = "079a857268536862148b00efcf3ad75a"
-SRC_URI[sha256sum] = "5fe1ce7d78befb5c8aa7f8ae69710d0f78063d2e3a35c656521a3ce468ea733b"
+SRC_URI[md5sum] = "15aad6a92d62770f476fcb97c7ad0d0c"
+SRC_URI[sha256sum] = "5dbcd45b67514fe1981703759d008f9aa2c6b6201917679dfd35776c904e51b2"
S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] imagemagick: upgrade from 7.0.6p4 to 7.0.6p5
2017-08-09 21:12 [PATCH] imagemagick: upgrade from 7.0.6p4 to 7.0.6p5 Randy MacLeod
@ 2017-08-11 14:41 ` Martin Jansa
2017-08-11 15:21 ` Randy MacLeod
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2017-08-11 14:41 UTC (permalink / raw)
To: Randy MacLeod; +Cc: openembedded-devel
I've squashed this into previous imagemagick upgrade, but it's gone already
again:
http://errors.yoctoproject.org/Errors/Details/150328/
There is only 7.0.6-6 now.
On Wed, Aug 9, 2017 at 11:12 PM, Randy MacLeod <Randy.MacLeod@windriver.com>
wrote:
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
> ---
> meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> index 6f967c3..810df03 100644
> --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> @@ -8,11 +8,11 @@ DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw
> freetype"
> # Important note: tarballs for all patchsets within a version are deleted
> when
> # a new pachset is created. To avoid multiple patches for each patchset,
> try to
> # update to the last pachset of a version
> -PATCHSET = "4"
> +PATCHSET = "5"
> SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-
> ${PV}-${PATCHSET}.tar.xz \
> "
> -SRC_URI[md5sum] = "079a857268536862148b00efcf3ad75a"
> -SRC_URI[sha256sum] = "5fe1ce7d78befb5c8aa7f8ae69710d
> 0f78063d2e3a35c656521a3ce468ea733b"
> +SRC_URI[md5sum] = "15aad6a92d62770f476fcb97c7ad0d0c"
> +SRC_URI[sha256sum] = "5dbcd45b67514fe1981703759d008f
> 9aa2c6b6201917679dfd35776c904e51b2"
>
> S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] imagemagick: upgrade from 7.0.6p4 to 7.0.6p5
2017-08-11 14:41 ` Martin Jansa
@ 2017-08-11 15:21 ` Randy MacLeod
0 siblings, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2017-08-11 15:21 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-devel
On 2017-08-11 10:41 AM, Martin Jansa wrote:
> I've squashed this into previous imagemagick upgrade, but it's gone
> already again:
> http://errors.yoctoproject.org/Errors/Details/150328/
>
> There is only 7.0.6-6 now.
Sigh...
Please drop the 7.0.6* upgrades.
Let's stay with 7.0.5 until 7.0.6 stabilizes.
I'll check with upstream to see if 7.0.6 is intended only for
developers/testers. If it is not, I'll explain how we'd
like to support the latest version but their archiving policy
coupled with GitHub's flaky tarball checksum bug makes it
impractical.
Thanks for your patience,
../Randy
>
> On Wed, Aug 9, 2017 at 11:12 PM, Randy MacLeod
> <Randy.MacLeod@windriver.com <mailto:Randy.MacLeod@windriver.com>> wrote:
>
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com
> <mailto:Randy.MacLeod@windriver.com>>
> ---
> meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> <http://imagemagick_7.0.6.bb> | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git
> a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> <http://imagemagick_7.0.6.bb>
> b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> <http://imagemagick_7.0.6.bb>
> index 6f967c3..810df03 100644
> --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> <http://imagemagick_7.0.6.bb>
> +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.6.bb
> <http://imagemagick_7.0.6.bb>
> @@ -8,11 +8,11 @@ DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff
> zlib fftw freetype"
> # Important note: tarballs for all patchsets within a version are
> deleted when
> # a new pachset is created. To avoid multiple patches for each
> patchset, try to
> # update to the last pachset of a version
> -PATCHSET = "4"
> +PATCHSET = "5"
> SRC_URI =
> "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz
> <http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz>
> \
> "
> -SRC_URI[md5sum] = "079a857268536862148b00efcf3ad75a"
> -SRC_URI[sha256sum] =
> "5fe1ce7d78befb5c8aa7f8ae69710d0f78063d2e3a35c656521a3ce468ea733b"
> +SRC_URI[md5sum] = "15aad6a92d62770f476fcb97c7ad0d0c"
> +SRC_URI[sha256sum] =
> "5dbcd45b67514fe1981703759d008f9aa2c6b6201917679dfd35776c904e51b2"
>
> S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> <mailto:Openembedded-devel@lists.openembedded.org>
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
>
>
--
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON,
Canada, K2K 2W5
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-11 15:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 21:12 [PATCH] imagemagick: upgrade from 7.0.6p4 to 7.0.6p5 Randy MacLeod
2017-08-11 14:41 ` Martin Jansa
2017-08-11 15:21 ` Randy MacLeod
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.